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

電子カルテ情報共有サービス2文書5情報+患者サマリー FHIR実装ガイド JP-CLINS(CLinical Information Sharing ImplementationGuide) v1.13.0 - Local Development build (v1.13.0) 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の単位情報は検査結果値の単位情報と完全に同一でなければならない。 (value.ofType(Quantity).value.exists() implies ((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の単位情報は検査結果値の単位情報と完全に同一でなければならない。 (value.ofType(Quantity).value.exists() implies ((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())
require-refRange-forQuantityValue-against-CoreLaboOrInfectionSet: R06041 電子カルテ情報共有サービスの検査結果(43項目)、感染症結果(5項目)の定量値には結果の基準値が必須。 (((code.coding.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS' or system='http://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS' or system='http://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS' or system='http://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS').exists()) and (value.ofType(Quantity).exists())) implies referenceRange.where(low.exists() or high.exists()).exists())
check-interpretationL: R06042L 基準値判定でコードLが付いているならば、基準値範囲が1つ設定されていなければならず、かつ定量値検査結果であり、かつ結果値は下限値以下でなければならない。 (interpretation.coding.where(system = 'http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation' and code = 'L').exists() implies (referenceRange.count()=1 and value.ofType(Quantity).exists() and value.ofType(Quantity).value <= referenceRange.low.value))
check-interpretationN: R06042N 基準値判定でコードNが付いているならば、基準値範囲が1つ設定されていなければならず、かつ定量値検査結果であり、かつ「下限値が設定されていれば結果は下限値以上である、または下限値が設定されていない」かつ「上限値が設定されていれば結果は上限値以下である、または上限値が設定されていない」でなければならない。 (interpretation.coding.where(system = 'http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation' and code = 'N').exists() implies ( referenceRange.count()=1 and value.ofType(Quantity).exists() and (referenceRange.low.exists().not() or value.ofType(Quantity).value >= referenceRange.low.value) and (referenceRange.high.exists().not() or value.ofType(Quantity).value <= referenceRange.high.value)))
check-interpretationH: R06042H 基準値判定でコードHが付いているならば、基準値範囲が1つ設定されていなければならず、かつ定量値検査結果であり、かつ結果値は上限値以上でなければならない。 (interpretation.coding.where(system = 'http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation' and code = 'H').exists() implies (referenceRange.count()=1 and value.ofType(Quantity).exists() and value.ofType(Quantity).value >= referenceRange.high.value))
dom-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: 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: A resource should have narrative for robust management (text.`div`.exists())
obs-6: dataAbsentReason SHALL only be present if Observation.value[x] is not present (dataAbsentReason.empty() or value.empty())
obs-7: 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.


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 resourceMetadata 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()))
ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
4. Observation.meta.versionId
Definition

バージョン固有の識別子


The version specific identifier, as it appears in the version portion of the URL. This value changes when the resource is created, updated, or deleted.

Shortバージョン固有の識別子Version specific identifier
Comments

The server assigns this value, and ignores what the client specifies, except in the case that the server is imposing version integrity on updates/deletes.

Control0..1
Typeid
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Summarytrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ele-1: All FHIR elements must have a @value or 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


When the resource last changed - e.g. when the version changed.

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

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


This value is always populated except when the resource is first being created. The server / resource manager sets this value; what a client provides is irrelevant. This is equivalent to the HTTP Last-Modified and SHOULD have the same value on a read interaction.

Control10..1
Typeinstant
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ele-1: All FHIR elements must have a @value or 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 を設定する。


A list of profiles (references to StructureDefinition resources) that this resource claims to conform to. The URL is a reference to StructureDefinition.url.

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

It is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.

Control10..*
Typecanonical(StructureDefinition)
Is Modifierfalse
Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
Must Supporttrue
Summarytrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
10. Observation.meta.tag
Definition

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


Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.

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

The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored.

Control0..*
BindingFor example codes, see CommonTagshttp://hl7.org/fhir/ValueSet/common-tags|4.0.1
(example to http://hl7.org/fhir/ValueSet/common-tags|4.0.1)

Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".

TypeCoding
Is Modifierfalse
Summarytrue
Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
ele-1: All FHIR elements must have a @value or 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 @ code
  • 12. Observation.meta.tag:lts
    Slice Namelts
    Definition

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


    Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.

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

    The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored.

    Control0..1*
    BindingFor example codes, see CommonTagshttp://hl7.org/fhir/ValueSet/common-tags|4.0.1
    (example to http://hl7.org/fhir/ValueSet/common-tags|4.0.1)

    Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".

    TypeCoding
    Is Modifierfalse
    Must Supporttrue
    Summarytrue
    Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    14. Observation.meta.tag:lts.id
    Definition

    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

    ShortUnique 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.

    ShortExtensionAdditional content defined by implementations
    Comments

    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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
    ext-1: 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

      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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ele-1: 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.

      ShortVersion of the system - if relevant
      Comments

      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ele-1: 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 JP_ehrshrs_indication_LTS_VS (1.0.0)
      (required to http://jpfhir.jp/fhir/clins/ValueSet/JP_ehrshrs_lts_indication|1.0.0)
      Typecode
      Is Modifierfalse
      Primitive ValueThis primitive element 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ele-1: 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).

      ShortIf 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      26. Observation.meta.tag:pts
      Slice Namepts
      Definition

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


      Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.

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

      The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored.

      Control0..1*
      BindingFor example codes, see CommonTagshttp://hl7.org/fhir/ValueSet/common-tags|4.0.1
      (example to http://hl7.org/fhir/ValueSet/common-tags|4.0.1)

      Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".

      TypeCoding
      Is Modifierfalse
      Must Supporttrue
      Summarytrue
      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      28. Observation.meta.tag:pts.id
      Definition

      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

      ShortUnique id for inter-element referencing
      Control0..01
      Typestring
      Is Modifierfalse
      XML FormatIn the XML format, this property is represented as an attribute.
      Summaryfalse
      30. Observation.meta.tag:pts.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.

      ShortExtensionAdditional content defined by implementations
      Comments

      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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
      ext-1: 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
      • 32. Observation.meta.tag:pts.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

        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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        34. Observation.meta.tag:pts.version
        Definition

        The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

        ShortVersion of the system - if relevant
        Comments

        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        36. Observation.meta.tag:pts.code
        Definition

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


        A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

        Short患者共有フラグ 固定値 PTSを設定する。(電子カルテ情報共有サービスでは設定しても、感染症以外の検査結果では利用されない。)Symbol in syntax defined by the system
        Control10..1
        BindingThe codes SHALL be taken from For codes, see JP_ehrshrs_indication_PTS_VS (1.0.0)
        (required to http://jpfhir.jp/fhir/clins/ValueSet/JP_ehrshrs_pts_indication|1.0.0)
        Typecode
        Is Modifierfalse
        Primitive ValueThis primitive element 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 ValuePTS
        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        38. Observation.meta.tag:pts.userSelected
        Definition

        Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).

        ShortIf 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        40. 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.


        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 createdA 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.


        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 interpretationThis 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()))
        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
        42. 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.


        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 ResourcesContained, 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.


        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
        • 44. 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_eCSに従うリソースの実体。JP_Encounter_eCSに従うリソースにおける必要最小限の要素だけが含まれればよい。ここで埋め込まれるJP_Encounter_eCSに従うリソースでは、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_Encounter_eCS)
          Is Modifierfalse
          Must Supporttrue
          Summaryfalse
          Alternate NamesVisit, inline resources, anonymous resources, contained resources
          46. 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
          48. 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
          50. 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
          52. 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.

          ShortExtensionAdditional content defined by implementations
          Comments

          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())
          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
          ext-1: 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
          • 54. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: 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}$'))
            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            56. 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.

            ShortExtensionAdditional content defined by implementations
            Comments

            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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
            ext-1: 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_InstitutionNumber.url
              Definition

              Source of the definition for the extension code - a logical name or a URL.

              Shortidentifies the meaning of the extension
              Comments

              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
              60. Observation.extension:eCS_InstitutionNumber.value[x]
              Definition

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


              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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              62. Observation.extension:eCS_InstitutionNumber.value[x].use
              Definition

              The purpose of this identifier.

              Shortusual | official | temp | secondary | old (If known)
              Comments

              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)

              Identifies the purpose for this identifier, if known .

              Typecode
              Is Modifiertrue because 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

              Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              64. Observation.extension:eCS_InstitutionNumber.value[x].system
              Definition

              Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

              ShortThe namespace for the identifier value
              Comments

              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

              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
              ExampleGeneral: http://www.acme.com/identifiers/patient
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              66. Observation.extension:eCS_InstitutionNumber.value[x].value
              Definition

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


              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

              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
              ExampleGeneral: 123456
              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              68. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
              70. 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.

              ShortExtensionAdditional content defined by implementations
              Comments

              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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
              ext-1: 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
              • 72. Observation.extension:eCS_Department.url
                Definition

                Source of the definition for the extension code - a logical name or a URL.

                Shortidentifies the meaning of the extension
                Comments

                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
                74. Observation.extension:eCS_Department.value[x]
                Definition

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


                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_Department_SsMix_VS (1.0.0)
                (preferred to http://jpfhir.jp/fhir/core/ValueSet/JP_Department_SsMix_VS|1.0.0)
                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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                76. 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.

                ShortPlain text representation of the concept
                Comments

                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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                78. 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).


                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 ignoredExtensions 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.


                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 themModifier 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.


                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())
                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                80. Observation.identifier
                Definition

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


                A unique identifier assigned to this observation.

                Shortこのリソース情報の識別ID。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.


                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()))
                ele-1: 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
                • 82. Observation.identifier.use
                  Definition

                  この識別子の目的。


                  The purpose of this identifier.

                  Short通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)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 .


                  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.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.


                  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()))
                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  84. Observation.identifier:resourceIdentifier
                  Slice NameresourceIdentifier
                  Definition

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


                  A unique identifier assigned to this observation.

                  Short当該検査項目に対して、施設内で割り振られる一意の識別子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.


                  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()))
                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  86. Observation.identifier:resourceIdentifier.use
                  Definition

                  この識別子の目的。


                  The purpose of this identifier.

                  Short通常|公式|一時的|セカンダリ|古い(知られている場合) / usual | official | temp | secondary | old (If known)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 .


                  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.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.


                  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()))
                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  88. Observation.identifier:resourceIdentifier.system
                  Definition

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


                  Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

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

                  リソース一意識別IDのsystem値は"http://jpfhir.jp/fhir/core/IdSystem/resourceInstance-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.


                  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()))
                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  90. Observation.identifier:resourceIdentifier.value
                  Definition

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


                  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.


                  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()))
                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  92. 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.


                  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()))
                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  94. 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.


                  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 validThis 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.


                  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()))
                  ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                  96. 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_SimpleObservationCategory_VS (1.0.0)http://hl7.org/fhir/ValueSet/observation-category|4.0.1
                  (preferred to http://jpfhir.jp/fhir/core/ValueSet/JP_SimpleObservationCategory_VS|1.0.0)
                  TypeCodeableConcept
                  Is Modifierfalse
                  Must Supporttrue
                  Summaryfalse
                  Requirements

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


                  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()))
                  ele-1: 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
                  • 98. 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_SimpleObservationCategory_VS (1.0.0)http://hl7.org/fhir/ValueSet/observation-category|4.0.1
                    (required to http://jpfhir.jp/fhir/core/ValueSet/JP_SimpleObservationCategory_VS|1.0.0)
                    TypeCodeableConcept
                    Is Modifierfalse
                    Must Supporttrue
                    Summaryfalse
                    Requirements

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


                    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()))
                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    100. 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」固定とする。


                    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.


                    Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    102. 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.


                    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.


                    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()))
                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    104. 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.


                    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()))
                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    106. Observation.code
                    Definition

                    検査項目のコードと名称


                    Describes what was observed. Sometimes this is called the observation "name".

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

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


                    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_ObservationLabResultCode_VS (1.1.0)http://hl7.org/fhir/ValueSet/observation-codes|4.0.1
                    (preferred to http://jpfhir.jp/fhir/core/ValueSet/JP_ObservationLabResultCode_VS|1.1.0)

                    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.


                    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()))
                    ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    108. 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にローカルコード、など(順不同)。


                    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.


                    Allows for alternative encodings within a code system, and translations to other code systems.

                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                    ele-1: 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
                    • 110. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      112. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      114. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      116. Observation.code.coding:jlac10LaboCode
                      Slice Namejlac10LaboCode
                      Definition

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


                      A reference to a code defined by a terminology system.

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

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


                      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_ObservationLabResultCode_VS (1.1.0)
                      (required to http://jpfhir.jp/fhir/core/ValueSet/JP_ObservationLabResultCode_VS|1.1.0)
                      TypeCoding
                      Is Modifierfalse
                      Must Supporttrue
                      Summarytrue
                      Requirements

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


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      118. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      120. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      124. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      126. Observation.code.coding:unCoded
                      Slice NameunCoded
                      Definition

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


                      A reference to a code defined by a terminology system.

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

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      128. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      130. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      134. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      136. Observation.code.coding:localLaboCode
                      Slice NamelocalLaboCode
                      Definition

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


                      A reference to a code defined by a terminology system.

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

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      138. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      140. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      144. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      146. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      148. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      150. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_tp_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_tp_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      154. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      156. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      158. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      160. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_tp_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_tp_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      164. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      166. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      168. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      170. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_alb_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alb_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      174. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      176. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      178. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      180. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_alb_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alb_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      184. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      186. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      188. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      190. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ck_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ck_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      194. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      196. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      198. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      200. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ck_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ck_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      204. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      206. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      208. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      210. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ast_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ast_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      214. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      216. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      218. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      220. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ast_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ast_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      224. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      226. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      228. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      230. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_alt_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alt_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      234. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      236. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      238. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      240. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_alt_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alt_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      244. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      246. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      248. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      250. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ld_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ld_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      254. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      256. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      258. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      260. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ld_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ld_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      264. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      266. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      268. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      270. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_alp_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alp_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      274. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      276. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      278. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      280. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_alp_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alp_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      284. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      286. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      288. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      290. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ggt_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ggt_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      294. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      296. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      298. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      300. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ggt_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ggt_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      304. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      306. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      308. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      310. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_che_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_che_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      314. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      316. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      318. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      320. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_che_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_che_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      324. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      326. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      328. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      330. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_amy_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_amy_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      334. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      336. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      338. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      340. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_amy_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_amy_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      344. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      346. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      348. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      350. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_cre_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cre_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      354. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      356. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      358. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      360. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_cre_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cre_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      364. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      366. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      368. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      370. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_cys_c_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cys_c_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      374. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      376. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      378. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      380. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_cys_c_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cys_c_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      384. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      386. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      388. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      390. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ua_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ua_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      394. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      396. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      398. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      400. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ua_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ua_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      404. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      406. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      408. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      410. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_bun_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bun_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      414. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      416. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      418. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      420. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_bun_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bun_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      424. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      426. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      428. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      430. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_bg_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bg_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      434. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      436. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      438. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      440. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_bg_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bg_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      444. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      446. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      448. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      450. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_fbg_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_fbg_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      454. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      456. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      458. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      460. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_fbg_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_fbg_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      464. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      466. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      468. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      470. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_cbg_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cbg_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      474. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      476. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      478. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      480. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_cbg_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cbg_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      484. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      486. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      488. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      490. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_hba1cngsp_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hba1c_ngsp_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      494. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      496. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      498. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      500. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_hba1cngsp_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hba1c_ngsp_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      504. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      506. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      508. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      510. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_tg_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_tg_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      514. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      516. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      518. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      520. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_tg_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_tg_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      524. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      526. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      528. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      530. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ftg_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ftg_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      534. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      536. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      538. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      540. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ftg_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ftg_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      544. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      546. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      548. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      550. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ctg_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ctg_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      554. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      556. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      558. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      560. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ctg_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ctg_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      564. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      566. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      568. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      570. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_t_cho_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_t_cho_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      574. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      576. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      578. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      580. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_t_cho_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_t_cho_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      584. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      586. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      588. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      590. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_hdl_c_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hdl_c_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      594. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      596. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      598. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      600. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_hdl_c_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hdl_c_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      604. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      606. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      608. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      610. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ldl_c_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ldl_c_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      614. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      616. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      618. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      620. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ldl_c_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ldl_c_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      624. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      626. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      628. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      630. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_na_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_na_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      634. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      636. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      638. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      640. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_na_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_na_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      644. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      646. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      648. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      650. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_k_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_k_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      654. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      656. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      658. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      660. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_k_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_k_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      664. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      666. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      668. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      670. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_cl_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cl_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      674. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      676. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      678. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      680. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_cl_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cl_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      684. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      686. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      688. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      690. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ca_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ca_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      694. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      696. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      698. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      700. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ca_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ca_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      704. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      706. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      708. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      710. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_t_bil_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_t_bil_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      714. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      716. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      718. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      720. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_t_bil_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_t_bil_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      724. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      726. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      728. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      730. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_d_bil_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_d_bil_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      734. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      736. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      738. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      740. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_d_bil_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_d_bil_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      744. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      746. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      748. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      750. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_wbc_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_wbc_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      754. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      756. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      758. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      760. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_wbc_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_wbc_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      764. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      766. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      768. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      770. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_rbc_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_rbc_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      774. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      776. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      778. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      780. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_rbc_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_rbc_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      784. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      786. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      788. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      790. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_hb_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hb_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      794. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      796. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      798. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      800. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_hb_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hb_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      804. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      806. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      808. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      810. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_plt_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_plt_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      814. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      816. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      818. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      820. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_plt_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_plt_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      824. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      826. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      828. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      830. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_aptt_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_aptt_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      834. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      836. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      838. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      840. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_aptt_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_aptt_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      844. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      846. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      848. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      850. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_pt_sec_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_sec_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      854. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      856. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      858. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      860. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_pt_sec_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_sec_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      864. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      866. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      868. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      870. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_pt_ratio_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_ratio_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      874. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      876. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      878. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      880. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_pt_ratio_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_ratio_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      884. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      886. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      888. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      890. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_pt_act_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_act_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      894. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      896. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      898. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      900. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_pt_act_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_act_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      904. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      906. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      908. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      910. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_pt_inr_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_inr_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      914. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      916. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      918. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      920. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_pt_inr_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_inr_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      924. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      926. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      928. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      930. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_dd_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_dd_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      934. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      936. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      938. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      940. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_dd_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_dd_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      944. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      946. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      948. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      950. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_dd_class_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_dd_class_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      954. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      956. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      958. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      960. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_dd_class_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_dd_class_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      964. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      966. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      968. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      970. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_utp_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_utp_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      974. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      976. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      978. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      980. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_utp_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_utp_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      984. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      986. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      988. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      990. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_utp_HalfQty_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_utp_HalfQty_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      994. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      996. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      998. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1000. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_utp_HalfQty_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_utp_HalfQty_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1004. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1006. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1008. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1010. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_glu_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_glu_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1014. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1016. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1018. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1020. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_glu_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_glu_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1024. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1026. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1028. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1030. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_glu_HalfQty_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_glu_HalfQty_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1034. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1036. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1038. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1040. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_glu_HalfQty_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_glu_HalfQty_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1044. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1046. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1048. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1050. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_bld_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_bld_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1054. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1056. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1058. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1060. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_bld_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_bld_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1064. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1066. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1068. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1070. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_bld_HalfQty_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_bld_HalfQty_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1074. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1076. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1078. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1080. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_bld_HalfQty_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_bld_HalfQty_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1084. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1086. Observation.code.coding:coreLaboJLAC10/u-pc-result
                      Slice NamecoreLaboJLAC10/u-pc-result
                      Definition

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


                      A reference to a code defined by a terminology system.

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

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

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

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

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

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1090. Observation.code.coding:coreLaboJLAC10/u-pc-result.version
                      Definition

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


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_pc_result_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_pc_result_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1094. Observation.code.coding:coreLaboJLAC10/u-pc-result.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1096. Observation.code.coding:coreLaboJLAC11/u-pc-result
                      Slice NamecoreLaboJLAC11/u-pc-result
                      Definition

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


                      A reference to a code defined by a terminology system.

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

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

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

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

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

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1100. Observation.code.coding:coreLaboJLAC11/u-pc-result.version
                      Definition

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


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_pc_result_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_pc_result_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1104. Observation.code.coding:coreLaboJLAC11/u-pc-result.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1106. Observation.code.coding:coreLaboJLAC10/u-pc-qty
                      Slice NamecoreLaboJLAC10/u-pc-qty
                      Definition

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


                      A reference to a code defined by a terminology system.

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

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

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

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

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

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1110. Observation.code.coding:coreLaboJLAC10/u-pc-qty.version
                      Definition

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


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_pc_qty_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_pc_qty_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1114. Observation.code.coding:coreLaboJLAC10/u-pc-qty.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1116. Observation.code.coding:coreLaboJLAC11/u-pc-qty
                      Slice NamecoreLaboJLAC11/u-pc-qty
                      Definition

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


                      A reference to a code defined by a terminology system.

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

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

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

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

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

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1120. Observation.code.coding:coreLaboJLAC11/u-pc-qty.version
                      Definition

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


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_pc_qty_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_pc_qty_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1124. Observation.code.coding:coreLaboJLAC11/u-pc-qty.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1126. Observation.code.coding:coreLaboJLAC10/u-ac-result
                      Slice NamecoreLaboJLAC10/u-ac-result
                      Definition

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


                      A reference to a code defined by a terminology system.

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

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

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

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

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

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1130. Observation.code.coding:coreLaboJLAC10/u-ac-result.version
                      Definition

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


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_ac_result_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_ac_result_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1134. Observation.code.coding:coreLaboJLAC10/u-ac-result.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1136. Observation.code.coding:coreLaboJLAC11/u-ac-result
                      Slice NamecoreLaboJLAC11/u-ac-result
                      Definition

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


                      A reference to a code defined by a terminology system.

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

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

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

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

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

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1140. Observation.code.coding:coreLaboJLAC11/u-ac-result.version
                      Definition

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


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_ac_result_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_ac_result_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1144. Observation.code.coding:coreLaboJLAC11/u-ac-result.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1146. Observation.code.coding:coreLaboJLAC10/u-ac-qty
                      Slice NamecoreLaboJLAC10/u-ac-qty
                      Definition

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


                      A reference to a code defined by a terminology system.

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

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

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

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

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

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1150. Observation.code.coding:coreLaboJLAC10/u-ac-qty.version
                      Definition

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


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_ac_qty_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_ac_qty_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1154. Observation.code.coding:coreLaboJLAC10/u-ac-qty.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1156. Observation.code.coding:coreLaboJLAC11/u-ac-qty
                      Slice NamecoreLaboJLAC11/u-ac-qty
                      Definition

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


                      A reference to a code defined by a terminology system.

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

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

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

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

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

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1160. Observation.code.coding:coreLaboJLAC11/u-ac-qty.version
                      Definition

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


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_ac_qty_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_ac_qty_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1164. Observation.code.coding:coreLaboJLAC11/u-ac-qty.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1166. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1168. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1170. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_bnp_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bnp_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1174. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1176. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1178. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1180. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_bnp_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bnp_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1184. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1186. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1188. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1190. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_nt_probnp_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_nt_probnp_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1194. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1196. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1198. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1200. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_nt_probnp_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_nt_probnp_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1204. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1206. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1208. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1210. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_crp_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_crp_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1214. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1216. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1218. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1220. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_crp_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_crp_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1224. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1226. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1228. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1230. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_crp_class_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_crp_class_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1234. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1236. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1238. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1240. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_crp_class_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_crp_class_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1244. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1246. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1248. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1250. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_abo_bld_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_abo_bld_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1254. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1256. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1258. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1260. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_abo_bld_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_abo_bld_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1264. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1266. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1268. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1270. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC10_rh_bld_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_rh_bld_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1274. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1276. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1278. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1280. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_CoreLaboJLAC11_rh_bld_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_rh_bld_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1284. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1286. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1288. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1290. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_STSQLRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_STSQLRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

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


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1294. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1296. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1298. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1300. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_STSQLRESULT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_STSQLRESULT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1304. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1306. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1308. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1310. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_STSQUANT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_STSQUANT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

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


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1314. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1316. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1318. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1320. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_STSQUANT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_STSQUANT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1324. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1326. Observation.code.coding:infectionLaboJLAC10/stsdil
                      Slice NameinfectionLaboJLAC10/stsdil
                      Definition

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


                      A reference to a code defined by a terminology system.

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

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

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

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

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

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1330. Observation.code.coding:infectionLaboJLAC10/stsdil.version
                      Definition

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


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_STSDIL_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_STSDIL_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

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


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1334. Observation.code.coding:infectionLaboJLAC10/stsdil.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1336. Observation.code.coding:infectionLaboJLAC11/stsdil
                      Slice NameinfectionLaboJLAC11/stsdil
                      Definition

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


                      A reference to a code defined by a terminology system.

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

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

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

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

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

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1340. Observation.code.coding:infectionLaboJLAC11/stsdil.version
                      Definition

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


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_STSDIL_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_STSDIL_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

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


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1344. Observation.code.coding:infectionLaboJLAC11/stsdil.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1346. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1348. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1350. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_TPRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

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


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1354. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1356. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1358. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1360. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_TPRESULT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPRESULT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1364. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1366. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1368. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1370. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_TPPOSCOI_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPPOSCOI_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

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


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1374. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1376. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1378. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1380. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_TPPOSCOI_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPPOSCOI_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1384. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1386. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1388. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1390. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_TPHQUANT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPHQUANT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

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


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1394. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1396. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1398. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1400. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_TPHQUANT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPHQUANT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1404. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1406. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1408. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1410. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_TPQUANT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPQUANT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

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


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1414. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1416. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1418. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1420. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_TPQUANT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPQUANT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1424. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1426. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1428. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1430. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsAGRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

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


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1434. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1436. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1438. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1440. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsAGRESULT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGRESULT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1444. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1446. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1448. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1450. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsAGDIL_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGDIL_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

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


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1454. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1456. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1458. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1460. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsAGDIL_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGDIL_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1464. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1466. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1468. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1470. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HbsAGOD_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HbsAGOD_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

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


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1474. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1476. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1478. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1480. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HbsAGOD_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HbsAGOD_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1484. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1486. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1488. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1490. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsAGQUANT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGQUANT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

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


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1494. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1496. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1498. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1500. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

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

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

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


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsAGQUANT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGQUANT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1504. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1506. 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 systemCode defined by a terminology system
                      Comments

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


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1508. 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 systemIdentity of the terminology system
                      Comments

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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1510. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1512. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsAGPOSCOI_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGPOSCOI_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1514. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1516. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1518. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1520. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1522. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsAGPOSCOI_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGPOSCOI_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1524. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1526. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1528. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1530. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1532. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsABRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1534. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1536. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1538. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1540. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1542. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsABRESULT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABRESULT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1544. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1546. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1548. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1550. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1552. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsABDIL_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABDIL_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1554. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1556. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1558. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1560. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1562. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsABDIL_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABDIL_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1564. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1566. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1568. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1570. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1572. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsABQUANT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABQUANT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1574. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1576. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1578. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1580. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1582. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsABQUANT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABQUANT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1584. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1586. Observation.code.coding:infectionLaboJLAC10/hbsabposcoi
                      Slice NameinfectionLaboJLAC10/hbsabposcoi
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1588. Observation.code.coding:infectionLaboJLAC10/hbsabposcoi.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1590. Observation.code.coding:infectionLaboJLAC10/hbsabposcoi.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1592. Observation.code.coding:infectionLaboJLAC10/hbsabposcoi.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsABPOSCOI_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABPOSCOI_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1594. Observation.code.coding:infectionLaboJLAC10/hbsabposcoi.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1596. Observation.code.coding:infectionLaboJLAC11/hbsabposcoi
                      Slice NameinfectionLaboJLAC11/hbsabposcoi
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1598. Observation.code.coding:infectionLaboJLAC11/hbsabposcoi.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1600. Observation.code.coding:infectionLaboJLAC11/hbsabposcoi.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1602. Observation.code.coding:infectionLaboJLAC11/hbsabposcoi.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsABPOSCOI_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABCOI_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1604. Observation.code.coding:infectionLaboJLAC11/hbsabposcoi.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1606. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1608. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1610. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1612. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVNQUANT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVNQUANT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1614. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1616. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1618. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1620. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1622. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVNQUANT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVNQUANT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1624. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1626. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1628. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1630. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1632. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVNRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVNRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1634. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1636. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1638. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1640. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1642. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVNRESULT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVNRESULT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1644. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1646. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1648. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1650. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1652. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVAGRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1654. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1656. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1658. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1660. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1662. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVAGRESULT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGRESULT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1664. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1666. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1668. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1670. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1672. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVAGQUANT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGQUANT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1674. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1676. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1678. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1680. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1682. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVAGQUANT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGQUANT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1684. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1686. Observation.code.coding:infectionLaboJLAC10/hcvagposcoi
                      Slice NameinfectionLaboJLAC10/hcvagposcoi
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1688. Observation.code.coding:infectionLaboJLAC10/hcvagposcoi.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1690. Observation.code.coding:infectionLaboJLAC10/hcvagposcoi.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1692. Observation.code.coding:infectionLaboJLAC10/hcvagposcoi.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVAGPOSCOI_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGPOSCOI_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1694. Observation.code.coding:infectionLaboJLAC10/hcvagposcoi.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1696. Observation.code.coding:infectionLaboJLAC11/hcvagposcoi
                      Slice NameinfectionLaboJLAC11/hcvagposcoi
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1698. Observation.code.coding:infectionLaboJLAC11/hcvagposcoi.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1700. Observation.code.coding:infectionLaboJLAC11/hcvagposcoi.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1702. Observation.code.coding:infectionLaboJLAC11/hcvagposcoi.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVAGPOSCOI_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGPOSCOI_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1704. Observation.code.coding:infectionLaboJLAC11/hcvagposcoi.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1706. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1708. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1710. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1712. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVABDIL_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABDIL_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1714. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1716. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1718. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1720. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1722. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVABDIL_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABDIL_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1724. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1726. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1728. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1730. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1732. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVABRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1734. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1736. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1738. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1740. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1742. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVABRESULT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABRESULT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1744. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1746. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1748. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1750. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1752. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVABPOSCOI_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABPOSCOI_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1754. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1756. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1758. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1760. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1762. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVABPOSCOI_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABPOSCOI_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1764. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1766. Observation.code.coding:infectionLaboJLAC10/hcvagabresult
                      Slice NameinfectionLaboJLAC10/hcvagabresult
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1768. Observation.code.coding:infectionLaboJLAC10/hcvagabresult.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1770. Observation.code.coding:infectionLaboJLAC10/hcvagabresult.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1772. Observation.code.coding:infectionLaboJLAC10/hcvagabresult.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVAGABRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGABRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1774. Observation.code.coding:infectionLaboJLAC10/hcvagabresult.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1776. Observation.code.coding:infectionLaboJLAC11/hcvagabresult
                      Slice NameinfectionLaboJLAC11/hcvagabresult
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1778. Observation.code.coding:infectionLaboJLAC11/hcvagabresult.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1780. Observation.code.coding:infectionLaboJLAC11/hcvagabresult.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1782. Observation.code.coding:infectionLaboJLAC11/hcvagabresult.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVAGABRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGABRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1784. Observation.code.coding:infectionLaboJLAC11/hcvagabresult.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1786. Observation.code.coding:infectionLaboJLAC10/hcvagabposcoi
                      Slice NameinfectionLaboJLAC10/hcvagabposcoi
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1788. Observation.code.coding:infectionLaboJLAC10/hcvagabposcoi.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1790. Observation.code.coding:infectionLaboJLAC10/hcvagabposcoi.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1792. Observation.code.coding:infectionLaboJLAC10/hcvagabposcoi.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVAGABPOSCOI_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGABPOSCOI_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1794. Observation.code.coding:infectionLaboJLAC10/hcvagabposcoi.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1796. Observation.code.coding:infectionLaboJLAC11/hcvagabposcoi
                      Slice NameinfectionLaboJLAC11/hcvagabposcoi
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1798. Observation.code.coding:infectionLaboJLAC11/hcvagabposcoi.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1800. Observation.code.coding:infectionLaboJLAC11/hcvagabposcoi.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1802. Observation.code.coding:infectionLaboJLAC11/hcvagabposcoi.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVAGABPOSCOI_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGABPOSCOI_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1804. Observation.code.coding:infectionLaboJLAC11/hcvagabposcoi.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1806. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1808. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1810. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1812. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1QUANT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1QUANT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1814. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1816. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1818. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1820. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1822. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1QUANT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1QUANT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1824. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1826. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1828. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1830. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1832. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1RESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1RESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1834. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1836. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1838. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1840. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1842. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1RESULT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1RESULT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1844. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1846. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1848. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1850. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1852. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P2ABDIL_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABDIL_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1854. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1856. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1858. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1860. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1862. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P2ABDIL_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABDIL_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1864. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1866. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1868. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1870. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1872. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P2ABRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1874. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1876. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1878. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1880. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1882. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P2ABRESULT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABRESULT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1884. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1886. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1888. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1890. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1892. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P2ABPOSCOI_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABPOSCOI_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1894. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1896. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1898. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1900. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1902. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P2ABPOSCOI_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABPOSCOI_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1904. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1906. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult
                      Slice NameinfectionLaboJLAC10/hiv1p24agresult
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1908. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1910. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1912. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P24AGRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1914. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult.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.


                      Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                      Fixed ValueHIV-1p24抗原(定性)
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1916. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult
                      Slice NameinfectionLaboJLAC11/hiv1p24agresult
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1918. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1920. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1922. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P24AGRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1924. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult.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.


                      Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                      Fixed ValueHIV-1p24抗原(定性)
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1926. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi
                      Slice NameinfectionLaboJLAC10/hiv1p24agposcoi
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1928. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1930. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1932. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P24AGPOSCOI_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGPOSCOI_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1934. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi.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.


                      Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                      Fixed ValueHIV-1p24抗原(陽性コントロール比)
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1936. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi
                      Slice NameinfectionLaboJLAC11/hiv1p24agposcoi
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1938. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1940. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1942. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P24AGPOSCOI_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGPOSCOI_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1944. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi.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.


                      Need to be able to carry a human-readable meaning of the code for readers that do not know the system.

                      Fixed ValueHIV-1p24抗原(陽性コントロール比)
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1946. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod
                      Slice NameinfectionLaboJLAC10/hiv1p24agabod
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1948. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1950. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1952. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P24AGABOD_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABOD_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1954. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1956. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod
                      Slice NameinfectionLaboJLAC11/hiv1p24agabod
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1958. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1960. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1962. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P24AGABOD_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABOD_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1964. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1966. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult
                      Slice NameinfectionLaboJLAC10/hiv1p24agabresult
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1968. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1970. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1972. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P24AGABRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1974. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1976. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult
                      Slice NameinfectionLaboJLAC11/hiv1p24agabresult
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1978. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1980. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1982. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P24AGABRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1984. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1986. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi
                      Slice NameinfectionLaboJLAC10/hiv1p24agabposcoi
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1988. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1990. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1992. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P24AGABPOSCOI_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABPOSCOI_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1994. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1996. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi
                      Slice NameinfectionLaboJLAC11/hiv1p24agabposcoi
                      Definition

                      コード体系によって定義されたコードへの参照。


                      A reference to a code defined by a terminology system.

                      Short用語システムによって定義されたコード / Code defined by a terminology systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      1998. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi.system
                      Definition

                      コード体系。


                      The identification of the code system that defines the meaning of the symbol in the code.

                      Short用語システムのアイデンティティ / Identity of the terminology systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2000. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi.version
                      Definition

                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2002. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi.code
                      Definition

                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P24AGABPOSCOI_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABPOSCOI_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2004. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi.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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2006. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2008. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2010. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2012. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1ABDIL_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABDIL_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2014. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2016. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2018. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2020. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2022. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1ABDIL_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABDIL_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2024. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2026. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2028. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2030. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2032. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1ABRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2034. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2036. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2038. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2040. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2042. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1ABRESULT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABRESULT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2044. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2046. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2048. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2050. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2052. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV2ABDIL_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABDIL_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2054. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2056. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2058. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2060. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2062. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV2ABDIL_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABDIL_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2064. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2066. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2068. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2070. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2072. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV2ABRESULT_VS (1.2.0)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABRESULT_VS|1.2.0)
                      Typecode
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2074. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2076. 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 systemCode defined by a terminology system
                      Comments

                      【JP Core仕様】SS-MIX2にならい、標準コード、ローカルコードの2つを設定可能とし、いずれか一方は必須とする。さらにJLAC10とJLAC11などの複数の標準コードも設定できるよう、上限は設けない。
                      標準コード、ローカルコードの2つまで格納可。順不同。
                      SS-MIX2だとCWE.1 ~CWE.3に標準コード、CWE.4~CWE.6にローカルコード、など(順不同)。


                      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.


                      Allows for alternative encodings within a code system, and translations to other code systems.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2078. 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 systemIdentity of the terminology system
                      Comments

                      【JP Core仕様】標準コードの場合、JLAC10を表すURIを設定。
                      URIは本WGで定義する。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2080. 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.


                      The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevantVersion of the system - if relevant
                      Comments

                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                      NoteThis is a business version Id, not a resource version Id (see discussion)
                      Control0..1
                      Typestring
                      Is Modifierfalse
                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                      Must Supporttrue
                      Summarytrue
                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2082. 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).


                      A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                      Shortシステムによって定義された構文のシンボル / Symbol in syntax defined by the systemSymbol 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV2ABRESULT_VS (1.1.1)
                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABRESULT_VS|1.1.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.


                      Need to refer to a particular code in the system.

                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2084. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2086. 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 conceptPlain text representation of the concept
                      Comments

                      【JP Core仕様】このプロファイルでは、表示名として必須とする。

                      多くの場合、coding.display と同一になるが、coding.display に異なる複数の表現が格納される場合を想定し、code間で共通の表現として必須とする。受信側はこの文字列を項目表示文字列として使用できる。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2088. 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を用いるリテラル参照) 」に従う。


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2090. 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)」を使用すること。電子カルテ情報サービスでは必須。


                      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_Encounter_eCS, Encounter)
                      Is Modifierfalse
                      Must Supporttrue
                      Summarytrue
                      Requirements

                      一部の観察では、観察と特定のEncounterの間のリンクを知ることが重要かもしれません。 / For some observations it may be important to know the link between an observation and a particular 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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2092. 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


                      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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2094. 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 のように時刻までの精度が必要である。


                      For Observations that don’t require review and verification, it may be the same as the lastUpdated time of the resource itself. For Observations that do require review and verification for certain updates, it might not be the same as the lastUpdated 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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2096. 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.


                      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()))
                      ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                      2098. 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にその理由を記述する。それ以外では必ず出現する。


                      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.


                      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()))
                      ele-1: 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
                      • 2100. 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

                        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
                        Must Supporttrue
                        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.


                        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()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2102. Observation.value[x]:valueQuantity.value
                        Definition

                        The value of the measured amount. The value includes an implicit precision in the presentation of the value.

                        ShortNumerical 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2104. Observation.value[x]:valueQuantity.comparator
                        Definition

                        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 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

                        Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                        Meaning if MissingIf there is no comparator, then there is no modification of the value
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2106. 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 と同じ。


                        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
                        Must Supporttrue
                        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.


                        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()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2108. Observation.value[x]:valueCodeableConcept.coding
                        Definition

                        A reference to a code defined by a terminology system.

                        ShortCode defined by a terminology system
                        Comments

                        Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2110. Observation.value[x]:valueCodeableConcept.coding.system
                        Definition

                        The identification of the code system that defines the meaning of the symbol in the code.

                        ShortIdentity of the terminology system
                        Comments

                        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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2112. 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).

                        ShortSymbol 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2114. Observation.value[x]:valueCodeableConcept.coding.display
                        Definition

                        A representation of the meaning of the code in the system, following the rules of the system.

                        ShortRepresentation 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2116. 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


                        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
                        Must Supporttrue
                        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.


                        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()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2118. 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 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|4.0.1
                        (extensible to http://hl7.org/fhir/ValueSet/data-absent-reason|4.0.1)

                        結果( Observation.value[x])が欠落している理由を指定するコード。 / Codes specifying why the result (Observation.value[x]) is missing.


                        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.


                        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()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2120. 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

                        "検査中"、"未実施"、"検体凝固"、"検体量不足"、"溶血で実施できず"、"採血できず"、"検査機器エラー"などが想定される。


                        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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2122. Observation.interpretation
                        Definition

                        検査結果値の、(高、低、正常)といったカテゴリー評価。結果報告書に記載されることもある情報。


                        A categorical assessment of an observation value. For example, high, low, normal.

                        ShortHigh, low, normal, etc. 高、低、正常など
                        Comments

                        コード表「ObservationInterpretationCodes」からいずれかの適当なコードをひとつ使用するが、本要素はなくてもよい。その施設における基準値が設定されている数値検査結果に対しては、このコード表から基準値範囲により解釈したH(高)、L(低)、N(正常範囲) のいずれかを設定することが望ましい。

                        コード表は次のページを参照。 https://www.hl7.org/fhir/R4/valueset-observation-interpretation.html


                        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..1*
                        BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodeshttp://hl7.org/fhir/ValueSet/observation-interpretation|4.0.1
                        (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation|4.0.1)

                        観測の解釈を識別するコード。 / Codes identifying interpretations of observations.


                        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()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2124. Observation.interpretation.coding
                        Definition

                        A reference to a code defined by a terminology system.

                        ShortCode defined by a terminology system
                        Comments

                        Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. 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 ObservationInterpretationCodes
                        (required to http://hl7.org/fhir/ValueSet/observation-interpretation|4.0.1)
                        TypeCoding
                        Is Modifierfalse
                        Must Supporttrue
                        Summarytrue
                        Requirements

                        Allows for alternative encodings within a code system, and translations to other code systems.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2126. Observation.interpretation.coding.system
                        Definition

                        検査結果値の評価コード表のsystem値で評価コードを記述する場合には固定値。


                        The identification of the code system that defines the meaning of the symbol in the code.

                        Short検査結果値の評価コード表のsystem値で評価コードを記述する場合には固定値。Identity of the terminology system
                        Comments

                        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://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation
                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2128. Observation.interpretation.coding.code
                        Definition

                        検査結果値の評価コード1文字。H:High、L:Low、N:Normal のいずれかを使う。


                        A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).

                        Short検査結果値の評価コード1文字。H:High、L:Low、N:Normal のいずれかを使う。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
                        Must Supporttrue
                        Summarytrue
                        Requirements

                        Need to refer to a particular code in the system.

                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2130. 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.

                        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()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2132. Observation.note.text
                        Definition

                        注釈のテキストは、マークダウン形式の形式です。 / The text of the annotation in markdown format.


                        The text of the annotation in markdown format.

                        Short注釈 - テキストコンテンツ(マークダウンとして) / The annotation - text content (as markdown)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()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2134. 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()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2136. Observation.referenceRange
                        Definition

                        推奨範囲として結果値を解釈するためのガイダンス。基準値。


                        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を使用。


                        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())
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        obs-3: Must have at least a low or a high or text (low.exists() or high.exists() or text.exists())
                        2138. 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.


                        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 referencingUnique id for inter-element referencing
                        Control0..01
                        Typestring
                        Is Modifierfalse
                        XML FormatIn the XML format, this property is represented as an attribute.
                        Summaryfalse
                        2140. 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.

                        ShortExtensionAdditional content defined by implementations
                        Comments

                        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())
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        2142. Observation.referenceRange.modifierExtension
                        Definition

                        An Extension


                        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).

                        ShortExtensionExtensions that cannot be ignored even if unrecognized
                        Comments

                        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 themModifier extensions are expected to modify the meaning or interpretation of the element that contains them
                        Summarytrue
                        Requirements

                        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())
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        2144. 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).


                        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 relevantLow 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()))
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        2146. 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.

                        ShortExtensionAdditional content defined by implementations
                        Comments

                        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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                        ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                        ext-1: 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
                        • 2148. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          2150. Observation.referenceRange.low.comparator
                          Definition

                          Not allowed to be used in this context


                          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 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

                          Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                          Meaning if MissingIf there is no comparator, then there is no modification of the value
                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          2152. 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

                          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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          2154. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          2156. 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

                          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

                          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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          2158. 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).


                          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 relevantHigh 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()))
                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          2160. 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.

                          ShortExtensionAdditional content defined by implementations
                          Comments

                          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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                          ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                          ext-1: 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
                          • 2162. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            2164. Observation.referenceRange.high.comparator
                            Definition

                            Not allowed to be used in this context


                            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 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

                            Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                            Meaning if MissingIf there is no comparator, then there is no modification of the value
                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            2166. 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

                            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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            2168. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            2170. 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

                            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

                            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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            2172. 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 observationText 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()))
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            2174. 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情報を送信する場合にはこの要素は使用しない。


                            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()))
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            2176. 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.

                            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()))
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            2178. 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.

                            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()))
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            2180. 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).


                            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 unrecognizedExtensions 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.


                            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 themModifier 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.


                            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())
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            2182. Observation.component.code
                            Definition

                            観察されたものについて説明します。これは、「コード」と呼ばれることがあります。 / Describes what was observed. Sometimes this is called the observation "code".


                            Describes what was observed. Sometimes this is called the observation "code".

                            Shortコンポーネント観測の種類(コード /タイプ) / Type of component observation (code / type)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 LOINCCodeshttp://hl7.org/fhir/ValueSet/observation-codes|4.0.1
                            (example to http://hl7.org/fhir/ValueSet/observation-codes|4.0.1)

                            単純な観測の名前を識別するコード。 / Codes identifying names of simple observations.


                            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.


                            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()))
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            2184. Observation.component.referenceRange
                            Definition

                            通常または推奨範囲と比較して、値を解釈する方法に関するガイダンス。 / Guidance on how to interpret the value by comparison to a normal or recommended range.


                            Guidance on how to interpret the value by comparison to a normal or recommended range.

                            Shortコンポーネント結果の解釈のためのガイドを提供します / Provides guide for interpretation of component resultProvides 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.


                            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()))
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            2186. 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.


                            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 referencingUnique id for inter-element referencing
                            Control0..01
                            Typestring
                            Is Modifierfalse
                            XML FormatIn the XML format, this property is represented as an attribute.
                            Summaryfalse
                            2188. 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.

                            ShortExtensionAdditional content defined by implementations
                            Comments

                            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())
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            2190. Observation.component.referenceRange.modifierExtension
                            Definition

                            An Extension


                            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).

                            ShortExtensionExtensions that cannot be ignored even if unrecognized
                            Comments

                            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 themModifier extensions are expected to modify the meaning or interpretation of the element that contains them
                            Summarytrue
                            Requirements

                            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())
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            2192. 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).


                            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 relevantLow 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()))
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            2194. Observation.component.referenceRange.low.id
                            Definition

                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                            ShortUnique id for inter-element referencing
                            Control0..01
                            Typestring
                            Is Modifierfalse
                            XML FormatIn the XML format, this property is represented as an attribute.
                            Summaryfalse
                            2196. 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.

                            ShortExtensionAdditional content defined by implementations
                            Comments

                            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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                            ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                            ext-1: 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
                            • 2198. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              2200. Observation.component.referenceRange.low.comparator
                              Definition

                              Not allowed to be used in this context


                              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 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

                              Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                              Meaning if MissingIf there is no comparator, then there is no modification of the value
                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              2202. 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

                              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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              2204. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              2206. 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

                              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

                              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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              2208. 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).


                              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 relevantHigh 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()))
                              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              2210. Observation.component.referenceRange.high.id
                              Definition

                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                              ShortUnique id for inter-element referencing
                              Control0..01
                              Typestring
                              Is Modifierfalse
                              XML FormatIn the XML format, this property is represented as an attribute.
                              Summaryfalse
                              2212. 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.

                              ShortExtensionAdditional content defined by implementations
                              Comments

                              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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                              ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                              ext-1: 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
                              • 2214. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                2216. Observation.component.referenceRange.high.comparator
                                Definition

                                Not allowed to be used in this context


                                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 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

                                Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                                Meaning if MissingIf there is no comparator, then there is no modification of the value
                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                2218. 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

                                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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                2220. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                2222. 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

                                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

                                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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                ele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                2224. 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 observationText 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()))
                                ele-1: 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の単位情報は検査結果値の単位情報と完全に同一でなければならない。 (value.ofType(Quantity).value.exists() implies ((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の単位情報は検査結果値の単位情報と完全に同一でなければならない。 (value.ofType(Quantity).value.exists() implies ((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())
                                require-refRange-forQuantityValue-against-CoreLaboOrInfectionSet: R06041 電子カルテ情報共有サービスの検査結果(43項目)、感染症結果(5項目)の定量値には結果の基準値が必須。 (((code.coding.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS' or system='http://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS' or system='http://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS' or system='http://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS').exists()) and (value.ofType(Quantity).exists())) implies referenceRange.where(low.exists() or high.exists()).exists())
                                check-interpretationL: R06042L 基準値判定でコードLが付いているならば、基準値範囲が1つ設定されていなければならず、かつ定量値検査結果であり、かつ結果値は下限値以下でなければならない。 (interpretation.coding.where(system = 'http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation' and code = 'L').exists() implies (referenceRange.count()=1 and value.ofType(Quantity).exists() and value.ofType(Quantity).value <= referenceRange.low.value))
                                check-interpretationN: R06042N 基準値判定でコードNが付いているならば、基準値範囲が1つ設定されていなければならず、かつ定量値検査結果であり、かつ「下限値が設定されていれば結果は下限値以上である、または下限値が設定されていない」かつ「上限値が設定されていれば結果は上限値以下である、または上限値が設定されていない」でなければならない。 (interpretation.coding.where(system = 'http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation' and code = 'N').exists() implies ( referenceRange.count()=1 and value.ofType(Quantity).exists() and (referenceRange.low.exists().not() or value.ofType(Quantity).value >= referenceRange.low.value) and (referenceRange.high.exists().not() or value.ofType(Quantity).value <= referenceRange.high.value)))
                                check-interpretationH: R06042H 基準値判定でコードHが付いているならば、基準値範囲が1つ設定されていなければならず、かつ定量値検査結果であり、かつ結果値は上限値以上でなければならない。 (interpretation.coding.where(system = 'http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation' and code = 'H').exists() implies (referenceRange.count()=1 and value.ofType(Quantity).exists() and value.ofType(Quantity).value >= referenceRange.high.value))
                                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 @ code
                                • 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 JP_ehrshrs_indication_LTS_VS (1.0.0)
                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JP_ehrshrs_lts_indication|1.0.0)
                                  Must Supporttrue
                                  Pattern ValueLTS
                                  24. Observation.meta.tag:lts.userSelected
                                  Control0..0
                                  26. Observation.meta.tag:pts
                                  Slice Namepts
                                  Definition

                                  電子カルテ情報共有サービスでフラグを設定する場合に使用する。指定感染症検査の場合のみ設定できる。

                                  Short電子カルテ情報共有サービスでフラグを設定する場合に使用する。指定感染症検査の場合のみ設定できる。
                                  Control0..1
                                  Must Supporttrue
                                  28. Observation.meta.tag:pts.id
                                  Control0..0
                                  30. Observation.meta.tag:pts.extension
                                  Control0..0
                                  32. Observation.meta.tag:pts.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
                                  34. Observation.meta.tag:pts.version
                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                  Control0..0
                                  36. Observation.meta.tag:pts.code
                                  Definition

                                  患者共有フラグ 固定値 PTSを設定する。(電子カルテ情報共有サービスでは設定しても、感染症以外の検査結果では利用されない。)

                                  Short患者共有フラグ 固定値 PTSを設定する。(電子カルテ情報共有サービスでは設定しても、感染症以外の検査結果では利用されない。)
                                  Control1..?
                                  BindingThe codes SHALL be taken from JP_ehrshrs_indication_PTS_VS (1.0.0)
                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JP_ehrshrs_pts_indication|1.0.0)
                                  Must Supporttrue
                                  Pattern ValuePTS
                                  38. Observation.meta.tag:pts.userSelected
                                  Control0..0
                                  40. 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
                                  • 42. Observation.contained:encounter
                                    Slice Nameencounter
                                    Definition

                                    【電子カルテ情報共有サービス(5情報送信)では必須】検体検査を実施(検体を採取)したときの入院外来受診情報をコンパクトに格納したEncounterリソース

                                    Short【電子カルテ情報共有サービス(5情報送信)では必須】検体検査を実施(検体を採取)したときの入院外来受診情報をコンパクトに格納したEncounterリソース
                                    Comments

                                    電子カルテ情報共有サービスでは必須。encounter要素から参照される場合には、そのJP_Encounter_eCSに従うリソースの実体。JP_Encounter_eCSに従うリソースにおける必要最小限の要素だけが含まれればよい。ここで埋め込まれるJP_Encounter_eCSに従うリソースでは、Encounter.classにこの情報を記録したときの受診情報(入外区分など)を記述して使用する。

                                    Control0..1
                                    TypeEncounter(JP_Encounter_eCS)
                                    Must Supporttrue
                                    44. 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
                                    46. 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
                                    48. Observation.contained:order
                                    Slice Nameorder
                                    Definition

                                    診療情報におけるオーダ識別番号情報などをコンパクトに格納したServiceRequestリソース

                                    Short診療情報におけるオーダ識別番号情報などをコンパクトに格納したServiceRequestリソース
                                    Comments

                                    basedOn要素から参照される場合には、そのJP_ServiceRequestリソースの実体。JP_ServiceRequestリソースにおける必要最小限の要素だけが含まれればよい。

                                    Control0..1
                                    TypeServiceRequest(JP_ServiceRequest)
                                    Must Supporttrue
                                    50. 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
                                    • 52. 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
                                      54. Observation.extension:eCS_InstitutionNumber.value[x]
                                      Control1..?
                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                      Must Supporttrue
                                      56. Observation.extension:eCS_InstitutionNumber.value[x].system
                                      Control1..?
                                      Fixed Valuehttp://jpfhir.jp/fhir/core/IdSystem/insurance-medical-institution-no
                                      58. Observation.extension:eCS_InstitutionNumber.value[x].value
                                      Definition

                                      医療機関10桁番号(都道府県コード2桁、保険医療機関区分1桁、保険医療機関番号7桁)

                                      Short医療機関10桁番号(都道府県コード2桁、保険医療機関区分1桁、保険医療機関番号7桁)
                                      Control1..?
                                      Must Supporttrue
                                      60. 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
                                      62. Observation.extension:eCS_Department.value[x]
                                      [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                      64. Observation.extension:eCS_Department.value[x].text
                                      Control1..?
                                      66. 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
                                      • 68. Observation.identifier:resourceIdentifier
                                        Slice NameresourceIdentifier
                                        NoteThis is a business identifier, not a resource identifier (see discussion)
                                        Control1..1
                                        Must Supporttrue
                                        70. 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
                                        72. Observation.identifier:resourceIdentifier.value
                                        Definition

                                        「リソース一意識別ID」の文字列。URI形式を使う場合には、urn:ietf:rfc:3986に準拠すること。

                                        Short「リソース一意識別ID」の文字列。URI形式を使う場合には、urn:ietf:rfc:3986に準拠すること。
                                        Control1..?
                                        Must Supporttrue
                                        74. Observation.basedOn
                                        Comments

                                        記述方法は、実装ガイド本文の「リソースへの参照方法 (1)」を使用すること。

                                        Control0..1
                                        TypeReference(JP_ServiceRequest)
                                        76. Observation.status
                                        Definition

                                        検査結果値の状態。

                                        Comments

                                        検査結果がある場合には、preliminary:暫定結果報告(このあとで本報告が予定される場合)、final:最終結果報告(このあと修正されることはもちろん事情によってはありうるが、この報告段階では確定結果として報告されている、corrected:定性報告(final報告を修正した、新しい結果が有効である)、のいずれかを使用する。検査結果がない場合には、registered : 結果未着、またはcancelled:検査中止(検体不良や検査機器エラーなどなんらかの原因で検査を実施しなかった、またはこの結果や検査実施が取り消されたので報告は取り消された、報告済みの以前の結果は無効である、間違っていたかもしれない)のどちらかを使用する。これら以外の状態コードは http://hl7.org/fhir/observation-status には定義されているが、意味的に紛らわしいので使わない。

                                        Must Supporttrue
                                        78. 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
                                        80. Observation.category:laboratory
                                        Slice Namelaboratory
                                        Must Supporttrue
                                        82. Observation.code
                                        Definition

                                        検査項目のコードと名称

                                        Comments

                                        JLAC10必須の項目と任意の項目がある。

                                        Must Supporttrue
                                        84. 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
                                        • 86. Observation.code.coding.system
                                          Control1..?
                                          Must Supporttrue
                                          88. Observation.code.coding.code
                                          Control1..?
                                          Must Supporttrue
                                          90. Observation.code.coding.display
                                          Definition

                                          コード化された場合に、そのコード表におけるコードに対応する文字列

                                          Shortコード化された場合に、そのコード表におけるコードに対応する文字列
                                          Comments

                                          標準コードに対応する標準名称文字列が規定されていないことも多いため、この要素は省略できる。値が存在する場合に受信側がこの文字列をどのように使用するかについては特に定めない。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                          Control1..?
                                          Must Supporttrue
                                          92. Observation.code.coding:jlac10LaboCode
                                          Slice Namejlac10LaboCode
                                          Control0..1
                                          BindingThe codes SHALL be taken from JP_ObservationLabResultCode_VS (1.1.0)
                                          (required to http://jpfhir.jp/fhir/core/ValueSet/JP_ObservationLabResultCode_VS|1.1.0)
                                          Must Supporttrue
                                          94. Observation.code.coding:jlac10LaboCode.system
                                          Fixed Valuehttp://medis.or.jp/CodeSystem/master-JLAC10-17digits
                                          96. Observation.code.coding:jlac10LaboCode.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          98. Observation.code.coding:unCoded
                                          Slice NameunCoded
                                          Control0..1
                                          Must Supporttrue
                                          100. Observation.code.coding:unCoded.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JP_CLINS_ObsLabResult_Uncoded_CS
                                          102. Observation.code.coding:unCoded.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          104. Observation.code.coding:unCoded.code
                                          Fixed Value99999999999999999
                                          106. Observation.code.coding:unCoded.display
                                          Fixed Value未標準化コード項目(JLAC)
                                          108. Observation.code.coding:localLaboCode
                                          Slice NamelocalLaboCode
                                          Control0..1
                                          Must Supporttrue
                                          110. Observation.code.coding:localLaboCode.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JP_CLINS_ObsLabResult_LocalCode_CS
                                          112. Observation.code.coding:localLaboCode.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          114. Observation.code.coding:coreLaboJLAC10/tp
                                          Slice NamecoreLaboJLAC10/tp
                                          Control0..1
                                          Must Supporttrue
                                          116. Observation.code.coding:coreLaboJLAC10/tp.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          118. Observation.code.coding:coreLaboJLAC10/tp.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          120. Observation.code.coding:coreLaboJLAC10/tp.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_tp_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_tp_VS|1.1.1)
                                          122. Observation.code.coding:coreLaboJLAC10/tp.display
                                          Fixed ValueTP
                                          124. Observation.code.coding:coreLaboJLAC11/tp
                                          Slice NamecoreLaboJLAC11/tp
                                          Control0..1
                                          Must Supporttrue
                                          126. Observation.code.coding:coreLaboJLAC11/tp.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          128. Observation.code.coding:coreLaboJLAC11/tp.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          130. Observation.code.coding:coreLaboJLAC11/tp.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_tp_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_tp_VS|1.1.1)
                                          132. Observation.code.coding:coreLaboJLAC11/tp.display
                                          Fixed ValueTP
                                          134. Observation.code.coding:coreLaboJLAC10/alb
                                          Slice NamecoreLaboJLAC10/alb
                                          Control0..1
                                          Must Supporttrue
                                          136. Observation.code.coding:coreLaboJLAC10/alb.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          138. Observation.code.coding:coreLaboJLAC10/alb.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          140. Observation.code.coding:coreLaboJLAC10/alb.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_alb_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alb_VS|1.1.1)
                                          142. Observation.code.coding:coreLaboJLAC10/alb.display
                                          Fixed ValueALB
                                          144. Observation.code.coding:coreLaboJLAC11/alb
                                          Slice NamecoreLaboJLAC11/alb
                                          Control0..1
                                          Must Supporttrue
                                          146. Observation.code.coding:coreLaboJLAC11/alb.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          148. Observation.code.coding:coreLaboJLAC11/alb.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          150. Observation.code.coding:coreLaboJLAC11/alb.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_alb_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alb_VS|1.1.1)
                                          152. Observation.code.coding:coreLaboJLAC11/alb.display
                                          Fixed ValueALB
                                          154. Observation.code.coding:coreLaboJLAC10/ck
                                          Slice NamecoreLaboJLAC10/ck
                                          Control0..1
                                          Must Supporttrue
                                          156. Observation.code.coding:coreLaboJLAC10/ck.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          158. Observation.code.coding:coreLaboJLAC10/ck.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          160. Observation.code.coding:coreLaboJLAC10/ck.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_ck_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ck_VS|1.1.1)
                                          162. Observation.code.coding:coreLaboJLAC10/ck.display
                                          Fixed ValueCK
                                          164. Observation.code.coding:coreLaboJLAC11/ck
                                          Slice NamecoreLaboJLAC11/ck
                                          Control0..1
                                          Must Supporttrue
                                          166. Observation.code.coding:coreLaboJLAC11/ck.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          168. Observation.code.coding:coreLaboJLAC11/ck.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          170. Observation.code.coding:coreLaboJLAC11/ck.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_ck_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ck_VS|1.1.1)
                                          172. Observation.code.coding:coreLaboJLAC11/ck.display
                                          Fixed ValueCK
                                          174. Observation.code.coding:coreLaboJLAC10/ast
                                          Slice NamecoreLaboJLAC10/ast
                                          Control0..1
                                          Must Supporttrue
                                          176. Observation.code.coding:coreLaboJLAC10/ast.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          178. Observation.code.coding:coreLaboJLAC10/ast.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          180. Observation.code.coding:coreLaboJLAC10/ast.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_ast_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ast_VS|1.1.1)
                                          182. Observation.code.coding:coreLaboJLAC10/ast.display
                                          Fixed ValueAST
                                          184. Observation.code.coding:coreLaboJLAC11/ast
                                          Slice NamecoreLaboJLAC11/ast
                                          Control0..1
                                          Must Supporttrue
                                          186. Observation.code.coding:coreLaboJLAC11/ast.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          188. Observation.code.coding:coreLaboJLAC11/ast.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          190. Observation.code.coding:coreLaboJLAC11/ast.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_ast_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ast_VS|1.1.1)
                                          192. Observation.code.coding:coreLaboJLAC11/ast.display
                                          Fixed ValueAST
                                          194. Observation.code.coding:coreLaboJLAC10/alt
                                          Slice NamecoreLaboJLAC10/alt
                                          Control0..1
                                          Must Supporttrue
                                          196. Observation.code.coding:coreLaboJLAC10/alt.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          198. Observation.code.coding:coreLaboJLAC10/alt.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          200. Observation.code.coding:coreLaboJLAC10/alt.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_alt_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alt_VS|1.1.1)
                                          202. Observation.code.coding:coreLaboJLAC10/alt.display
                                          Fixed ValueALT
                                          204. Observation.code.coding:coreLaboJLAC11/alt
                                          Slice NamecoreLaboJLAC11/alt
                                          Control0..1
                                          Must Supporttrue
                                          206. Observation.code.coding:coreLaboJLAC11/alt.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          208. Observation.code.coding:coreLaboJLAC11/alt.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          210. Observation.code.coding:coreLaboJLAC11/alt.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_alt_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alt_VS|1.1.1)
                                          212. Observation.code.coding:coreLaboJLAC11/alt.display
                                          Fixed ValueALT
                                          214. Observation.code.coding:coreLaboJLAC10/ld
                                          Slice NamecoreLaboJLAC10/ld
                                          Control0..1
                                          Must Supporttrue
                                          216. Observation.code.coding:coreLaboJLAC10/ld.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          218. Observation.code.coding:coreLaboJLAC10/ld.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          220. Observation.code.coding:coreLaboJLAC10/ld.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_ld_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ld_VS|1.1.1)
                                          222. Observation.code.coding:coreLaboJLAC10/ld.display
                                          Fixed ValueLD
                                          224. Observation.code.coding:coreLaboJLAC11/ld
                                          Slice NamecoreLaboJLAC11/ld
                                          Control0..1
                                          Must Supporttrue
                                          226. Observation.code.coding:coreLaboJLAC11/ld.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          228. Observation.code.coding:coreLaboJLAC11/ld.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          230. Observation.code.coding:coreLaboJLAC11/ld.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_ld_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ld_VS|1.1.1)
                                          232. Observation.code.coding:coreLaboJLAC11/ld.display
                                          Fixed ValueLD
                                          234. Observation.code.coding:coreLaboJLAC10/alp
                                          Slice NamecoreLaboJLAC10/alp
                                          Control0..1
                                          Must Supporttrue
                                          236. Observation.code.coding:coreLaboJLAC10/alp.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          238. Observation.code.coding:coreLaboJLAC10/alp.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          240. Observation.code.coding:coreLaboJLAC10/alp.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_alp_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alp_VS|1.1.1)
                                          242. Observation.code.coding:coreLaboJLAC10/alp.display
                                          Fixed ValueALP
                                          244. Observation.code.coding:coreLaboJLAC11/alp
                                          Slice NamecoreLaboJLAC11/alp
                                          Control0..1
                                          Must Supporttrue
                                          246. Observation.code.coding:coreLaboJLAC11/alp.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          248. Observation.code.coding:coreLaboJLAC11/alp.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          250. Observation.code.coding:coreLaboJLAC11/alp.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_alp_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alp_VS|1.1.1)
                                          252. Observation.code.coding:coreLaboJLAC11/alp.display
                                          Fixed ValueALP
                                          254. Observation.code.coding:coreLaboJLAC10/ggt
                                          Slice NamecoreLaboJLAC10/ggt
                                          Control0..1
                                          Must Supporttrue
                                          256. Observation.code.coding:coreLaboJLAC10/ggt.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          258. Observation.code.coding:coreLaboJLAC10/ggt.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          260. Observation.code.coding:coreLaboJLAC10/ggt.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_ggt_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ggt_VS|1.1.1)
                                          262. Observation.code.coding:coreLaboJLAC10/ggt.display
                                          Fixed ValueGGT
                                          264. Observation.code.coding:coreLaboJLAC11/ggt
                                          Slice NamecoreLaboJLAC11/ggt
                                          Control0..1
                                          Must Supporttrue
                                          266. Observation.code.coding:coreLaboJLAC11/ggt.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          268. Observation.code.coding:coreLaboJLAC11/ggt.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          270. Observation.code.coding:coreLaboJLAC11/ggt.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_ggt_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ggt_VS|1.1.1)
                                          272. Observation.code.coding:coreLaboJLAC11/ggt.display
                                          Fixed ValueGGT
                                          274. Observation.code.coding:coreLaboJLAC10/che
                                          Slice NamecoreLaboJLAC10/che
                                          Control0..1
                                          Must Supporttrue
                                          276. Observation.code.coding:coreLaboJLAC10/che.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          278. Observation.code.coding:coreLaboJLAC10/che.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          280. Observation.code.coding:coreLaboJLAC10/che.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_che_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_che_VS|1.1.1)
                                          282. Observation.code.coding:coreLaboJLAC10/che.display
                                          Fixed ValueChE
                                          284. Observation.code.coding:coreLaboJLAC11/che
                                          Slice NamecoreLaboJLAC11/che
                                          Control0..1
                                          Must Supporttrue
                                          286. Observation.code.coding:coreLaboJLAC11/che.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          288. Observation.code.coding:coreLaboJLAC11/che.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          290. Observation.code.coding:coreLaboJLAC11/che.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_che_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_che_VS|1.1.1)
                                          292. Observation.code.coding:coreLaboJLAC11/che.display
                                          Fixed ValueChE
                                          294. Observation.code.coding:coreLaboJLAC10/amy
                                          Slice NamecoreLaboJLAC10/amy
                                          Control0..1
                                          Must Supporttrue
                                          296. Observation.code.coding:coreLaboJLAC10/amy.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          298. Observation.code.coding:coreLaboJLAC10/amy.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          300. Observation.code.coding:coreLaboJLAC10/amy.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_amy_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_amy_VS|1.1.1)
                                          302. Observation.code.coding:coreLaboJLAC10/amy.display
                                          Fixed ValueAMY
                                          304. Observation.code.coding:coreLaboJLAC11/amy
                                          Slice NamecoreLaboJLAC11/amy
                                          Control0..1
                                          Must Supporttrue
                                          306. Observation.code.coding:coreLaboJLAC11/amy.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          308. Observation.code.coding:coreLaboJLAC11/amy.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          310. Observation.code.coding:coreLaboJLAC11/amy.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_amy_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_amy_VS|1.1.1)
                                          312. Observation.code.coding:coreLaboJLAC11/amy.display
                                          Fixed ValueAMY
                                          314. Observation.code.coding:coreLaboJLAC10/cre
                                          Slice NamecoreLaboJLAC10/cre
                                          Control0..1
                                          Must Supporttrue
                                          316. Observation.code.coding:coreLaboJLAC10/cre.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          318. Observation.code.coding:coreLaboJLAC10/cre.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          320. Observation.code.coding:coreLaboJLAC10/cre.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_cre_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cre_VS|1.1.1)
                                          322. Observation.code.coding:coreLaboJLAC10/cre.display
                                          Fixed ValueCre
                                          324. Observation.code.coding:coreLaboJLAC11/cre
                                          Slice NamecoreLaboJLAC11/cre
                                          Control0..1
                                          Must Supporttrue
                                          326. Observation.code.coding:coreLaboJLAC11/cre.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          328. Observation.code.coding:coreLaboJLAC11/cre.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          330. Observation.code.coding:coreLaboJLAC11/cre.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_cre_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cre_VS|1.1.1)
                                          332. Observation.code.coding:coreLaboJLAC11/cre.display
                                          Fixed ValueCre
                                          334. Observation.code.coding:coreLaboJLAC10/cys-c
                                          Slice NamecoreLaboJLAC10/cys-c
                                          Control0..1
                                          Must Supporttrue
                                          336. Observation.code.coding:coreLaboJLAC10/cys-c.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          338. Observation.code.coding:coreLaboJLAC10/cys-c.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          340. Observation.code.coding:coreLaboJLAC10/cys-c.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_cys_c_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cys_c_VS|1.1.1)
                                          342. Observation.code.coding:coreLaboJLAC10/cys-c.display
                                          Fixed ValueCys-C
                                          344. Observation.code.coding:coreLaboJLAC11/cys-c
                                          Slice NamecoreLaboJLAC11/cys-c
                                          Control0..1
                                          Must Supporttrue
                                          346. Observation.code.coding:coreLaboJLAC11/cys-c.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          348. Observation.code.coding:coreLaboJLAC11/cys-c.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          350. Observation.code.coding:coreLaboJLAC11/cys-c.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_cys_c_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cys_c_VS|1.1.1)
                                          352. Observation.code.coding:coreLaboJLAC11/cys-c.display
                                          Fixed ValueCys-C
                                          354. Observation.code.coding:coreLaboJLAC10/ua
                                          Slice NamecoreLaboJLAC10/ua
                                          Control0..1
                                          Must Supporttrue
                                          356. Observation.code.coding:coreLaboJLAC10/ua.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          358. Observation.code.coding:coreLaboJLAC10/ua.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          360. Observation.code.coding:coreLaboJLAC10/ua.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_ua_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ua_VS|1.1.1)
                                          362. Observation.code.coding:coreLaboJLAC10/ua.display
                                          Fixed ValueUA
                                          364. Observation.code.coding:coreLaboJLAC11/ua
                                          Slice NamecoreLaboJLAC11/ua
                                          Control0..1
                                          Must Supporttrue
                                          366. Observation.code.coding:coreLaboJLAC11/ua.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          368. Observation.code.coding:coreLaboJLAC11/ua.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          370. Observation.code.coding:coreLaboJLAC11/ua.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_ua_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ua_VS|1.1.1)
                                          372. Observation.code.coding:coreLaboJLAC11/ua.display
                                          Fixed ValueUA
                                          374. Observation.code.coding:coreLaboJLAC10/bun
                                          Slice NamecoreLaboJLAC10/bun
                                          Control0..1
                                          Must Supporttrue
                                          376. Observation.code.coding:coreLaboJLAC10/bun.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          378. Observation.code.coding:coreLaboJLAC10/bun.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          380. Observation.code.coding:coreLaboJLAC10/bun.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_bun_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bun_VS|1.1.1)
                                          382. Observation.code.coding:coreLaboJLAC10/bun.display
                                          Fixed ValueBUN
                                          384. Observation.code.coding:coreLaboJLAC11/bun
                                          Slice NamecoreLaboJLAC11/bun
                                          Control0..1
                                          Must Supporttrue
                                          386. Observation.code.coding:coreLaboJLAC11/bun.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          388. Observation.code.coding:coreLaboJLAC11/bun.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          390. Observation.code.coding:coreLaboJLAC11/bun.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_bun_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bun_VS|1.1.1)
                                          392. Observation.code.coding:coreLaboJLAC11/bun.display
                                          Fixed ValueBUN
                                          394. Observation.code.coding:coreLaboJLAC10/bg
                                          Slice NamecoreLaboJLAC10/bg
                                          Control0..1
                                          Must Supporttrue
                                          396. Observation.code.coding:coreLaboJLAC10/bg.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          398. Observation.code.coding:coreLaboJLAC10/bg.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          400. Observation.code.coding:coreLaboJLAC10/bg.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_bg_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bg_VS|1.1.1)
                                          402. Observation.code.coding:coreLaboJLAC10/bg.display
                                          Fixed ValueBG
                                          404. Observation.code.coding:coreLaboJLAC11/bg
                                          Slice NamecoreLaboJLAC11/bg
                                          Control0..1
                                          Must Supporttrue
                                          406. Observation.code.coding:coreLaboJLAC11/bg.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          408. Observation.code.coding:coreLaboJLAC11/bg.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          410. Observation.code.coding:coreLaboJLAC11/bg.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_bg_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bg_VS|1.1.1)
                                          412. Observation.code.coding:coreLaboJLAC11/bg.display
                                          Fixed ValueBG
                                          414. Observation.code.coding:coreLaboJLAC10/fbg
                                          Slice NamecoreLaboJLAC10/fbg
                                          Control0..1
                                          Must Supporttrue
                                          416. Observation.code.coding:coreLaboJLAC10/fbg.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          418. Observation.code.coding:coreLaboJLAC10/fbg.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          420. Observation.code.coding:coreLaboJLAC10/fbg.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_fbg_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_fbg_VS|1.1.1)
                                          422. Observation.code.coding:coreLaboJLAC10/fbg.display
                                          Fixed ValueFBG
                                          424. Observation.code.coding:coreLaboJLAC11/fbg
                                          Slice NamecoreLaboJLAC11/fbg
                                          Control0..1
                                          Must Supporttrue
                                          426. Observation.code.coding:coreLaboJLAC11/fbg.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          428. Observation.code.coding:coreLaboJLAC11/fbg.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          430. Observation.code.coding:coreLaboJLAC11/fbg.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_fbg_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_fbg_VS|1.1.1)
                                          432. Observation.code.coding:coreLaboJLAC11/fbg.display
                                          Fixed ValueFBG
                                          434. Observation.code.coding:coreLaboJLAC10/cbg
                                          Slice NamecoreLaboJLAC10/cbg
                                          Control0..1
                                          Must Supporttrue
                                          436. Observation.code.coding:coreLaboJLAC10/cbg.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          438. Observation.code.coding:coreLaboJLAC10/cbg.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          440. Observation.code.coding:coreLaboJLAC10/cbg.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_cbg_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cbg_VS|1.1.1)
                                          442. Observation.code.coding:coreLaboJLAC10/cbg.display
                                          Fixed ValueCBG
                                          444. Observation.code.coding:coreLaboJLAC11/cbg
                                          Slice NamecoreLaboJLAC11/cbg
                                          Control0..1
                                          Must Supporttrue
                                          446. Observation.code.coding:coreLaboJLAC11/cbg.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          448. Observation.code.coding:coreLaboJLAC11/cbg.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          450. Observation.code.coding:coreLaboJLAC11/cbg.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_cbg_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cbg_VS|1.1.1)
                                          452. Observation.code.coding:coreLaboJLAC11/cbg.display
                                          Fixed ValueCBG
                                          454. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp
                                          Slice NamecoreLaboJLAC10/hba1c-ngsp
                                          Control0..1
                                          Must Supporttrue
                                          456. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          458. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          460. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_hba1cngsp_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hba1c_ngsp_VS|1.1.1)
                                          462. Observation.code.coding:coreLaboJLAC10/hba1c-ngsp.display
                                          Fixed ValueHbA1c-NGSP
                                          464. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp
                                          Slice NamecoreLaboJLAC11/hba1c-ngsp
                                          Control0..1
                                          Must Supporttrue
                                          466. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          468. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          470. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_hba1cngsp_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hba1c_ngsp_VS|1.1.1)
                                          472. Observation.code.coding:coreLaboJLAC11/hba1c-ngsp.display
                                          Fixed ValueHbA1c-NGSP
                                          474. Observation.code.coding:coreLaboJLAC10/tg
                                          Slice NamecoreLaboJLAC10/tg
                                          Control0..1
                                          Must Supporttrue
                                          476. Observation.code.coding:coreLaboJLAC10/tg.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          478. Observation.code.coding:coreLaboJLAC10/tg.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          480. Observation.code.coding:coreLaboJLAC10/tg.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_tg_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_tg_VS|1.1.1)
                                          482. Observation.code.coding:coreLaboJLAC10/tg.display
                                          Fixed ValueTG
                                          484. Observation.code.coding:coreLaboJLAC11/tg
                                          Slice NamecoreLaboJLAC11/tg
                                          Control0..1
                                          Must Supporttrue
                                          486. Observation.code.coding:coreLaboJLAC11/tg.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          488. Observation.code.coding:coreLaboJLAC11/tg.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          490. Observation.code.coding:coreLaboJLAC11/tg.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_tg_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_tg_VS|1.1.1)
                                          492. Observation.code.coding:coreLaboJLAC11/tg.display
                                          Fixed ValueTG
                                          494. Observation.code.coding:coreLaboJLAC10/ftg
                                          Slice NamecoreLaboJLAC10/ftg
                                          Control0..1
                                          Must Supporttrue
                                          496. Observation.code.coding:coreLaboJLAC10/ftg.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          498. Observation.code.coding:coreLaboJLAC10/ftg.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          500. Observation.code.coding:coreLaboJLAC10/ftg.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_ftg_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ftg_VS|1.1.1)
                                          502. Observation.code.coding:coreLaboJLAC10/ftg.display
                                          Fixed ValueFTG
                                          504. Observation.code.coding:coreLaboJLAC11/ftg
                                          Slice NamecoreLaboJLAC11/ftg
                                          Control0..1
                                          Must Supporttrue
                                          506. Observation.code.coding:coreLaboJLAC11/ftg.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          508. Observation.code.coding:coreLaboJLAC11/ftg.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          510. Observation.code.coding:coreLaboJLAC11/ftg.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_ftg_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ftg_VS|1.1.1)
                                          512. Observation.code.coding:coreLaboJLAC11/ftg.display
                                          Fixed ValueFTG
                                          514. Observation.code.coding:coreLaboJLAC10/ctg
                                          Slice NamecoreLaboJLAC10/ctg
                                          Control0..1
                                          Must Supporttrue
                                          516. Observation.code.coding:coreLaboJLAC10/ctg.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          518. Observation.code.coding:coreLaboJLAC10/ctg.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          520. Observation.code.coding:coreLaboJLAC10/ctg.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_ctg_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ctg_VS|1.1.1)
                                          522. Observation.code.coding:coreLaboJLAC10/ctg.display
                                          Fixed ValueCTG
                                          524. Observation.code.coding:coreLaboJLAC11/ctg
                                          Slice NamecoreLaboJLAC11/ctg
                                          Control0..1
                                          Must Supporttrue
                                          526. Observation.code.coding:coreLaboJLAC11/ctg.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          528. Observation.code.coding:coreLaboJLAC11/ctg.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          530. Observation.code.coding:coreLaboJLAC11/ctg.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_ctg_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ctg_VS|1.1.1)
                                          532. Observation.code.coding:coreLaboJLAC11/ctg.display
                                          Fixed ValueCTG
                                          534. Observation.code.coding:coreLaboJLAC10/t-cho
                                          Slice NamecoreLaboJLAC10/t-cho
                                          Control0..1
                                          Must Supporttrue
                                          536. Observation.code.coding:coreLaboJLAC10/t-cho.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          538. Observation.code.coding:coreLaboJLAC10/t-cho.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          540. Observation.code.coding:coreLaboJLAC10/t-cho.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_t_cho_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_t_cho_VS|1.1.1)
                                          542. Observation.code.coding:coreLaboJLAC10/t-cho.display
                                          Fixed ValueT-CHO
                                          544. Observation.code.coding:coreLaboJLAC11/t-cho
                                          Slice NamecoreLaboJLAC11/t-cho
                                          Control0..1
                                          Must Supporttrue
                                          546. Observation.code.coding:coreLaboJLAC11/t-cho.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          548. Observation.code.coding:coreLaboJLAC11/t-cho.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          550. Observation.code.coding:coreLaboJLAC11/t-cho.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_t_cho_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_t_cho_VS|1.1.1)
                                          552. Observation.code.coding:coreLaboJLAC11/t-cho.display
                                          Fixed ValueT-CHO
                                          554. Observation.code.coding:coreLaboJLAC10/hdl-c
                                          Slice NamecoreLaboJLAC10/hdl-c
                                          Control0..1
                                          Must Supporttrue
                                          556. Observation.code.coding:coreLaboJLAC10/hdl-c.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          558. Observation.code.coding:coreLaboJLAC10/hdl-c.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          560. Observation.code.coding:coreLaboJLAC10/hdl-c.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_hdl_c_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hdl_c_VS|1.1.1)
                                          562. Observation.code.coding:coreLaboJLAC10/hdl-c.display
                                          Fixed ValueHDL-C
                                          564. Observation.code.coding:coreLaboJLAC11/hdl-c
                                          Slice NamecoreLaboJLAC11/hdl-c
                                          Control0..1
                                          Must Supporttrue
                                          566. Observation.code.coding:coreLaboJLAC11/hdl-c.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          568. Observation.code.coding:coreLaboJLAC11/hdl-c.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          570. Observation.code.coding:coreLaboJLAC11/hdl-c.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_hdl_c_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hdl_c_VS|1.1.1)
                                          572. Observation.code.coding:coreLaboJLAC11/hdl-c.display
                                          Fixed ValueHDL-C
                                          574. Observation.code.coding:coreLaboJLAC10/ldl-c
                                          Slice NamecoreLaboJLAC10/ldl-c
                                          Control0..1
                                          Must Supporttrue
                                          576. Observation.code.coding:coreLaboJLAC10/ldl-c.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          578. Observation.code.coding:coreLaboJLAC10/ldl-c.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          580. Observation.code.coding:coreLaboJLAC10/ldl-c.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_ldl_c_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ldl_c_VS|1.1.1)
                                          582. Observation.code.coding:coreLaboJLAC10/ldl-c.display
                                          Fixed ValueLDL-C
                                          584. Observation.code.coding:coreLaboJLAC11/ldl-c
                                          Slice NamecoreLaboJLAC11/ldl-c
                                          Control0..1
                                          Must Supporttrue
                                          586. Observation.code.coding:coreLaboJLAC11/ldl-c.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          588. Observation.code.coding:coreLaboJLAC11/ldl-c.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          590. Observation.code.coding:coreLaboJLAC11/ldl-c.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_ldl_c_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ldl_c_VS|1.1.1)
                                          592. Observation.code.coding:coreLaboJLAC11/ldl-c.display
                                          Fixed ValueLDL-C
                                          594. Observation.code.coding:coreLaboJLAC10/na
                                          Slice NamecoreLaboJLAC10/na
                                          Control0..1
                                          Must Supporttrue
                                          596. Observation.code.coding:coreLaboJLAC10/na.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          598. Observation.code.coding:coreLaboJLAC10/na.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          600. Observation.code.coding:coreLaboJLAC10/na.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_na_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_na_VS|1.1.1)
                                          602. Observation.code.coding:coreLaboJLAC10/na.display
                                          Fixed ValueNa
                                          604. Observation.code.coding:coreLaboJLAC11/na
                                          Slice NamecoreLaboJLAC11/na
                                          Control0..1
                                          Must Supporttrue
                                          606. Observation.code.coding:coreLaboJLAC11/na.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          608. Observation.code.coding:coreLaboJLAC11/na.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          610. Observation.code.coding:coreLaboJLAC11/na.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_na_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_na_VS|1.1.1)
                                          612. Observation.code.coding:coreLaboJLAC11/na.display
                                          Fixed ValueNa
                                          614. Observation.code.coding:coreLaboJLAC10/k
                                          Slice NamecoreLaboJLAC10/k
                                          Control0..1
                                          Must Supporttrue
                                          616. Observation.code.coding:coreLaboJLAC10/k.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          618. Observation.code.coding:coreLaboJLAC10/k.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          620. Observation.code.coding:coreLaboJLAC10/k.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_k_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_k_VS|1.1.1)
                                          622. Observation.code.coding:coreLaboJLAC10/k.display
                                          Fixed ValueK
                                          624. Observation.code.coding:coreLaboJLAC11/k
                                          Slice NamecoreLaboJLAC11/k
                                          Control0..1
                                          Must Supporttrue
                                          626. Observation.code.coding:coreLaboJLAC11/k.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          628. Observation.code.coding:coreLaboJLAC11/k.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          630. Observation.code.coding:coreLaboJLAC11/k.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_k_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_k_VS|1.1.1)
                                          632. Observation.code.coding:coreLaboJLAC11/k.display
                                          Fixed ValueK
                                          634. Observation.code.coding:coreLaboJLAC10/cl
                                          Slice NamecoreLaboJLAC10/cl
                                          Control0..1
                                          Must Supporttrue
                                          636. Observation.code.coding:coreLaboJLAC10/cl.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          638. Observation.code.coding:coreLaboJLAC10/cl.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          640. Observation.code.coding:coreLaboJLAC10/cl.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_cl_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cl_VS|1.1.1)
                                          642. Observation.code.coding:coreLaboJLAC10/cl.display
                                          Fixed ValueCl
                                          644. Observation.code.coding:coreLaboJLAC11/cl
                                          Slice NamecoreLaboJLAC11/cl
                                          Control0..1
                                          Must Supporttrue
                                          646. Observation.code.coding:coreLaboJLAC11/cl.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          648. Observation.code.coding:coreLaboJLAC11/cl.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          650. Observation.code.coding:coreLaboJLAC11/cl.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_cl_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cl_VS|1.1.1)
                                          652. Observation.code.coding:coreLaboJLAC11/cl.display
                                          Fixed ValueCl
                                          654. Observation.code.coding:coreLaboJLAC10/ca
                                          Slice NamecoreLaboJLAC10/ca
                                          Control0..1
                                          Must Supporttrue
                                          656. Observation.code.coding:coreLaboJLAC10/ca.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          658. Observation.code.coding:coreLaboJLAC10/ca.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          660. Observation.code.coding:coreLaboJLAC10/ca.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_ca_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ca_VS|1.1.1)
                                          662. Observation.code.coding:coreLaboJLAC10/ca.display
                                          Fixed ValueCa
                                          664. Observation.code.coding:coreLaboJLAC11/ca
                                          Slice NamecoreLaboJLAC11/ca
                                          Control0..1
                                          Must Supporttrue
                                          666. Observation.code.coding:coreLaboJLAC11/ca.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          668. Observation.code.coding:coreLaboJLAC11/ca.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          670. Observation.code.coding:coreLaboJLAC11/ca.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_ca_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ca_VS|1.1.1)
                                          672. Observation.code.coding:coreLaboJLAC11/ca.display
                                          Fixed ValueCa
                                          674. Observation.code.coding:coreLaboJLAC10/t-bil
                                          Slice NamecoreLaboJLAC10/t-bil
                                          Control0..1
                                          Must Supporttrue
                                          676. Observation.code.coding:coreLaboJLAC10/t-bil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          678. Observation.code.coding:coreLaboJLAC10/t-bil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          680. Observation.code.coding:coreLaboJLAC10/t-bil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_t_bil_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_t_bil_VS|1.1.1)
                                          682. Observation.code.coding:coreLaboJLAC10/t-bil.display
                                          Fixed ValueT-Bil
                                          684. Observation.code.coding:coreLaboJLAC11/t-bil
                                          Slice NamecoreLaboJLAC11/t-bil
                                          Control0..1
                                          Must Supporttrue
                                          686. Observation.code.coding:coreLaboJLAC11/t-bil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          688. Observation.code.coding:coreLaboJLAC11/t-bil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          690. Observation.code.coding:coreLaboJLAC11/t-bil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_t_bil_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_t_bil_VS|1.1.1)
                                          692. Observation.code.coding:coreLaboJLAC11/t-bil.display
                                          Fixed ValueT-Bil
                                          694. Observation.code.coding:coreLaboJLAC10/d-bil
                                          Slice NamecoreLaboJLAC10/d-bil
                                          Control0..1
                                          Must Supporttrue
                                          696. Observation.code.coding:coreLaboJLAC10/d-bil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          698. Observation.code.coding:coreLaboJLAC10/d-bil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          700. Observation.code.coding:coreLaboJLAC10/d-bil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_d_bil_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_d_bil_VS|1.1.1)
                                          702. Observation.code.coding:coreLaboJLAC10/d-bil.display
                                          Fixed ValueD-Bil
                                          704. Observation.code.coding:coreLaboJLAC11/d-bil
                                          Slice NamecoreLaboJLAC11/d-bil
                                          Control0..1
                                          Must Supporttrue
                                          706. Observation.code.coding:coreLaboJLAC11/d-bil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          708. Observation.code.coding:coreLaboJLAC11/d-bil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          710. Observation.code.coding:coreLaboJLAC11/d-bil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_d_bil_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_d_bil_VS|1.1.1)
                                          712. Observation.code.coding:coreLaboJLAC11/d-bil.display
                                          Fixed ValueD-Bil
                                          714. Observation.code.coding:coreLaboJLAC10/wbc
                                          Slice NamecoreLaboJLAC10/wbc
                                          Control0..1
                                          Must Supporttrue
                                          716. Observation.code.coding:coreLaboJLAC10/wbc.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          718. Observation.code.coding:coreLaboJLAC10/wbc.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          720. Observation.code.coding:coreLaboJLAC10/wbc.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_wbc_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_wbc_VS|1.1.1)
                                          722. Observation.code.coding:coreLaboJLAC10/wbc.display
                                          Fixed ValueWBC
                                          724. Observation.code.coding:coreLaboJLAC11/wbc
                                          Slice NamecoreLaboJLAC11/wbc
                                          Control0..1
                                          Must Supporttrue
                                          726. Observation.code.coding:coreLaboJLAC11/wbc.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          728. Observation.code.coding:coreLaboJLAC11/wbc.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          730. Observation.code.coding:coreLaboJLAC11/wbc.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_wbc_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_wbc_VS|1.1.1)
                                          732. Observation.code.coding:coreLaboJLAC11/wbc.display
                                          Fixed ValueWBC
                                          734. Observation.code.coding:coreLaboJLAC10/rbc
                                          Slice NamecoreLaboJLAC10/rbc
                                          Control0..1
                                          Must Supporttrue
                                          736. Observation.code.coding:coreLaboJLAC10/rbc.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          738. Observation.code.coding:coreLaboJLAC10/rbc.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          740. Observation.code.coding:coreLaboJLAC10/rbc.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_rbc_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_rbc_VS|1.1.1)
                                          742. Observation.code.coding:coreLaboJLAC10/rbc.display
                                          Fixed ValueRBC
                                          744. Observation.code.coding:coreLaboJLAC11/rbc
                                          Slice NamecoreLaboJLAC11/rbc
                                          Control0..1
                                          Must Supporttrue
                                          746. Observation.code.coding:coreLaboJLAC11/rbc.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          748. Observation.code.coding:coreLaboJLAC11/rbc.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          750. Observation.code.coding:coreLaboJLAC11/rbc.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_rbc_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_rbc_VS|1.1.1)
                                          752. Observation.code.coding:coreLaboJLAC11/rbc.display
                                          Fixed ValueRBC
                                          754. Observation.code.coding:coreLaboJLAC10/hb
                                          Slice NamecoreLaboJLAC10/hb
                                          Control0..1
                                          Must Supporttrue
                                          756. Observation.code.coding:coreLaboJLAC10/hb.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          758. Observation.code.coding:coreLaboJLAC10/hb.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          760. Observation.code.coding:coreLaboJLAC10/hb.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_hb_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hb_VS|1.1.1)
                                          762. Observation.code.coding:coreLaboJLAC10/hb.display
                                          Fixed ValueHb
                                          764. Observation.code.coding:coreLaboJLAC11/hb
                                          Slice NamecoreLaboJLAC11/hb
                                          Control0..1
                                          Must Supporttrue
                                          766. Observation.code.coding:coreLaboJLAC11/hb.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          768. Observation.code.coding:coreLaboJLAC11/hb.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          770. Observation.code.coding:coreLaboJLAC11/hb.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_hb_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hb_VS|1.1.1)
                                          772. Observation.code.coding:coreLaboJLAC11/hb.display
                                          Fixed ValueHb
                                          774. Observation.code.coding:coreLaboJLAC10/plt
                                          Slice NamecoreLaboJLAC10/plt
                                          Control0..1
                                          Must Supporttrue
                                          776. Observation.code.coding:coreLaboJLAC10/plt.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          778. Observation.code.coding:coreLaboJLAC10/plt.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          780. Observation.code.coding:coreLaboJLAC10/plt.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_plt_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_plt_VS|1.1.1)
                                          782. Observation.code.coding:coreLaboJLAC10/plt.display
                                          Fixed ValuePLT
                                          784. Observation.code.coding:coreLaboJLAC11/plt
                                          Slice NamecoreLaboJLAC11/plt
                                          Control0..1
                                          Must Supporttrue
                                          786. Observation.code.coding:coreLaboJLAC11/plt.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          788. Observation.code.coding:coreLaboJLAC11/plt.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          790. Observation.code.coding:coreLaboJLAC11/plt.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_plt_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_plt_VS|1.1.1)
                                          792. Observation.code.coding:coreLaboJLAC11/plt.display
                                          Fixed ValuePLT
                                          794. Observation.code.coding:coreLaboJLAC10/aptt
                                          Slice NamecoreLaboJLAC10/aptt
                                          Control0..1
                                          Must Supporttrue
                                          796. Observation.code.coding:coreLaboJLAC10/aptt.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          798. Observation.code.coding:coreLaboJLAC10/aptt.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          800. Observation.code.coding:coreLaboJLAC10/aptt.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_aptt_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_aptt_VS|1.1.1)
                                          802. Observation.code.coding:coreLaboJLAC10/aptt.display
                                          Fixed ValueAPTT
                                          804. Observation.code.coding:coreLaboJLAC11/aptt
                                          Slice NamecoreLaboJLAC11/aptt
                                          Control0..1
                                          Must Supporttrue
                                          806. Observation.code.coding:coreLaboJLAC11/aptt.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          808. Observation.code.coding:coreLaboJLAC11/aptt.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          810. Observation.code.coding:coreLaboJLAC11/aptt.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_aptt_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_aptt_VS|1.1.1)
                                          812. Observation.code.coding:coreLaboJLAC11/aptt.display
                                          Fixed ValueAPTT
                                          814. Observation.code.coding:coreLaboJLAC10/pt-sec
                                          Slice NamecoreLaboJLAC10/pt-sec
                                          Control0..1
                                          Must Supporttrue
                                          816. Observation.code.coding:coreLaboJLAC10/pt-sec.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          818. Observation.code.coding:coreLaboJLAC10/pt-sec.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          820. Observation.code.coding:coreLaboJLAC10/pt-sec.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_pt_sec_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_sec_VS|1.1.1)
                                          822. Observation.code.coding:coreLaboJLAC10/pt-sec.display
                                          Fixed ValuePT-秒
                                          824. Observation.code.coding:coreLaboJLAC11/pt-sec
                                          Slice NamecoreLaboJLAC11/pt-sec
                                          Control0..1
                                          Must Supporttrue
                                          826. Observation.code.coding:coreLaboJLAC11/pt-sec.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          828. Observation.code.coding:coreLaboJLAC11/pt-sec.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          830. Observation.code.coding:coreLaboJLAC11/pt-sec.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_pt_sec_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_sec_VS|1.1.1)
                                          832. Observation.code.coding:coreLaboJLAC11/pt-sec.display
                                          Fixed ValuePT-秒
                                          834. Observation.code.coding:coreLaboJLAC10/pt-ratio
                                          Slice NamecoreLaboJLAC10/pt-ratio
                                          Control0..1
                                          Must Supporttrue
                                          836. Observation.code.coding:coreLaboJLAC10/pt-ratio.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          838. Observation.code.coding:coreLaboJLAC10/pt-ratio.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          840. Observation.code.coding:coreLaboJLAC10/pt-ratio.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_pt_ratio_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_ratio_VS|1.1.1)
                                          842. Observation.code.coding:coreLaboJLAC10/pt-ratio.display
                                          Fixed ValuePT比
                                          844. Observation.code.coding:coreLaboJLAC11/pt-ratio
                                          Slice NamecoreLaboJLAC11/pt-ratio
                                          Control0..1
                                          Must Supporttrue
                                          846. Observation.code.coding:coreLaboJLAC11/pt-ratio.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          848. Observation.code.coding:coreLaboJLAC11/pt-ratio.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          850. Observation.code.coding:coreLaboJLAC11/pt-ratio.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_pt_ratio_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_ratio_VS|1.1.1)
                                          852. Observation.code.coding:coreLaboJLAC11/pt-ratio.display
                                          Fixed ValuePT比
                                          854. Observation.code.coding:coreLaboJLAC10/pt-act
                                          Slice NamecoreLaboJLAC10/pt-act
                                          Control0..1
                                          Must Supporttrue
                                          856. Observation.code.coding:coreLaboJLAC10/pt-act.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          858. Observation.code.coding:coreLaboJLAC10/pt-act.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          860. Observation.code.coding:coreLaboJLAC10/pt-act.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_pt_act_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_act_VS|1.1.1)
                                          862. Observation.code.coding:coreLaboJLAC10/pt-act.display
                                          Fixed ValuePT-活性%
                                          864. Observation.code.coding:coreLaboJLAC11/pt-act
                                          Slice NamecoreLaboJLAC11/pt-act
                                          Control0..1
                                          Must Supporttrue
                                          866. Observation.code.coding:coreLaboJLAC11/pt-act.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          868. Observation.code.coding:coreLaboJLAC11/pt-act.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          870. Observation.code.coding:coreLaboJLAC11/pt-act.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_pt_act_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_act_VS|1.1.1)
                                          872. Observation.code.coding:coreLaboJLAC11/pt-act.display
                                          Fixed ValuePT-活性%
                                          874. Observation.code.coding:coreLaboJLAC10/pt-inr
                                          Slice NamecoreLaboJLAC10/pt-inr
                                          Control0..1
                                          Must Supporttrue
                                          876. Observation.code.coding:coreLaboJLAC10/pt-inr.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          878. Observation.code.coding:coreLaboJLAC10/pt-inr.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          880. Observation.code.coding:coreLaboJLAC10/pt-inr.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_pt_inr_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_inr_VS|1.1.1)
                                          882. Observation.code.coding:coreLaboJLAC10/pt-inr.display
                                          Fixed ValuePT-INR
                                          884. Observation.code.coding:coreLaboJLAC11/pt-inr
                                          Slice NamecoreLaboJLAC11/pt-inr
                                          Control0..1
                                          Must Supporttrue
                                          886. Observation.code.coding:coreLaboJLAC11/pt-inr.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          888. Observation.code.coding:coreLaboJLAC11/pt-inr.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          890. Observation.code.coding:coreLaboJLAC11/pt-inr.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_pt_inr_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_inr_VS|1.1.1)
                                          892. Observation.code.coding:coreLaboJLAC11/pt-inr.display
                                          Fixed ValuePT-INR
                                          894. Observation.code.coding:coreLaboJLAC10/dd
                                          Slice NamecoreLaboJLAC10/dd
                                          Control0..1
                                          Must Supporttrue
                                          896. Observation.code.coding:coreLaboJLAC10/dd.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          898. Observation.code.coding:coreLaboJLAC10/dd.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          900. Observation.code.coding:coreLaboJLAC10/dd.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_dd_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_dd_VS|1.1.1)
                                          902. Observation.code.coding:coreLaboJLAC10/dd.display
                                          Fixed ValueDD
                                          904. Observation.code.coding:coreLaboJLAC11/dd
                                          Slice NamecoreLaboJLAC11/dd
                                          Control0..1
                                          Must Supporttrue
                                          906. Observation.code.coding:coreLaboJLAC11/dd.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          908. Observation.code.coding:coreLaboJLAC11/dd.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          910. Observation.code.coding:coreLaboJLAC11/dd.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_dd_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_dd_VS|1.1.1)
                                          912. Observation.code.coding:coreLaboJLAC11/dd.display
                                          Fixed ValueDD
                                          914. Observation.code.coding:coreLaboJLAC10/dd-class
                                          Slice NamecoreLaboJLAC10/dd-class
                                          Control0..1
                                          Must Supporttrue
                                          916. Observation.code.coding:coreLaboJLAC10/dd-class.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          918. Observation.code.coding:coreLaboJLAC10/dd-class.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          920. Observation.code.coding:coreLaboJLAC10/dd-class.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_dd_class_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_dd_class_VS|1.1.1)
                                          922. Observation.code.coding:coreLaboJLAC10/dd-class.display
                                          Fixed ValueDD-定性
                                          924. Observation.code.coding:coreLaboJLAC11/dd-class
                                          Slice NamecoreLaboJLAC11/dd-class
                                          Control0..1
                                          Must Supporttrue
                                          926. Observation.code.coding:coreLaboJLAC11/dd-class.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          928. Observation.code.coding:coreLaboJLAC11/dd-class.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          930. Observation.code.coding:coreLaboJLAC11/dd-class.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_dd_class_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_dd_class_VS|1.1.1)
                                          932. Observation.code.coding:coreLaboJLAC11/dd-class.display
                                          Fixed ValueDD-定性
                                          934. Observation.code.coding:coreLaboJLAC10/utp
                                          Slice NamecoreLaboJLAC10/utp
                                          Control0..1
                                          Must Supporttrue
                                          936. Observation.code.coding:coreLaboJLAC10/utp.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          938. Observation.code.coding:coreLaboJLAC10/utp.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          940. Observation.code.coding:coreLaboJLAC10/utp.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_utp_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_utp_VS|1.1.1)
                                          942. Observation.code.coding:coreLaboJLAC10/utp.display
                                          Fixed ValueU-TP
                                          944. Observation.code.coding:coreLaboJLAC11/utp
                                          Slice NamecoreLaboJLAC11/utp
                                          Control0..1
                                          Must Supporttrue
                                          946. Observation.code.coding:coreLaboJLAC11/utp.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          948. Observation.code.coding:coreLaboJLAC11/utp.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          950. Observation.code.coding:coreLaboJLAC11/utp.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_utp_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_utp_VS|1.1.1)
                                          952. Observation.code.coding:coreLaboJLAC11/utp.display
                                          Fixed ValueU-TP
                                          954. Observation.code.coding:coreLaboJLAC10/utp-HalfQty
                                          Slice NamecoreLaboJLAC10/utp-HalfQty
                                          Control0..1
                                          Must Supporttrue
                                          956. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          958. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          960. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_utp_HalfQty_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_utp_HalfQty_VS|1.1.1)
                                          962. Observation.code.coding:coreLaboJLAC10/utp-HalfQty.display
                                          Fixed ValueU-TP-半定量
                                          964. Observation.code.coding:coreLaboJLAC11/utp-HalfQty
                                          Slice NamecoreLaboJLAC11/utp-HalfQty
                                          Control0..1
                                          Must Supporttrue
                                          966. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          968. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          970. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_utp_HalfQty_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_utp_HalfQty_VS|1.1.1)
                                          972. Observation.code.coding:coreLaboJLAC11/utp-HalfQty.display
                                          Fixed ValueU-TP-半定量
                                          974. Observation.code.coding:coreLaboJLAC10/u-glu
                                          Slice NamecoreLaboJLAC10/u-glu
                                          Control0..1
                                          Must Supporttrue
                                          976. Observation.code.coding:coreLaboJLAC10/u-glu.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          978. Observation.code.coding:coreLaboJLAC10/u-glu.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          980. Observation.code.coding:coreLaboJLAC10/u-glu.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_u_glu_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_glu_VS|1.1.1)
                                          982. Observation.code.coding:coreLaboJLAC10/u-glu.display
                                          Fixed ValueU-Glu
                                          984. Observation.code.coding:coreLaboJLAC11/u-glu
                                          Slice NamecoreLaboJLAC11/u-glu
                                          Control0..1
                                          Must Supporttrue
                                          986. Observation.code.coding:coreLaboJLAC11/u-glu.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          988. Observation.code.coding:coreLaboJLAC11/u-glu.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          990. Observation.code.coding:coreLaboJLAC11/u-glu.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_u_glu_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_glu_VS|1.1.1)
                                          992. Observation.code.coding:coreLaboJLAC11/u-glu.display
                                          Fixed ValueU-Glu
                                          994. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty
                                          Slice NamecoreLaboJLAC10/u-glu-HalfQty
                                          Control0..1
                                          Must Supporttrue
                                          996. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          998. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1000. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_u_glu_HalfQty_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_glu_HalfQty_VS|1.1.1)
                                          1002. Observation.code.coding:coreLaboJLAC10/u-glu-HalfQty.display
                                          Fixed ValueU-Glu-半定量
                                          1004. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty
                                          Slice NamecoreLaboJLAC11/u-glu-HalfQty
                                          Control0..1
                                          Must Supporttrue
                                          1006. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1008. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1010. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_u_glu_HalfQty_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_glu_HalfQty_VS|1.1.1)
                                          1012. Observation.code.coding:coreLaboJLAC11/u-glu-HalfQty.display
                                          Fixed ValueU-Glu-半定量
                                          1014. Observation.code.coding:coreLaboJLAC10/u-bld
                                          Slice NamecoreLaboJLAC10/u-bld
                                          Control0..1
                                          Must Supporttrue
                                          1016. Observation.code.coding:coreLaboJLAC10/u-bld.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1018. Observation.code.coding:coreLaboJLAC10/u-bld.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1020. Observation.code.coding:coreLaboJLAC10/u-bld.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_u_bld_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_bld_VS|1.1.1)
                                          1022. Observation.code.coding:coreLaboJLAC10/u-bld.display
                                          Fixed ValueU-Bld
                                          1024. Observation.code.coding:coreLaboJLAC11/u-bld
                                          Slice NamecoreLaboJLAC11/u-bld
                                          Control0..1
                                          Must Supporttrue
                                          1026. Observation.code.coding:coreLaboJLAC11/u-bld.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1028. Observation.code.coding:coreLaboJLAC11/u-bld.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1030. Observation.code.coding:coreLaboJLAC11/u-bld.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_u_bld_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_bld_VS|1.1.1)
                                          1032. Observation.code.coding:coreLaboJLAC11/u-bld.display
                                          Fixed ValueU-Bld
                                          1034. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty
                                          Slice NamecoreLaboJLAC10/u-bld-HalfQty
                                          Control0..1
                                          Must Supporttrue
                                          1036. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1038. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1040. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_u_bld_HalfQty_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_bld_HalfQty_VS|1.1.1)
                                          1042. Observation.code.coding:coreLaboJLAC10/u-bld-HalfQty.display
                                          Fixed ValueU-Bld-半定量
                                          1044. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty
                                          Slice NamecoreLaboJLAC11/u-bld-HalfQty
                                          Control0..1
                                          Must Supporttrue
                                          1046. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1048. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1050. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_u_bld_HalfQty_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_bld_HalfQty_VS|1.1.1)
                                          1052. Observation.code.coding:coreLaboJLAC11/u-bld-HalfQty.display
                                          Fixed ValueU-Bld-半定量
                                          1054. Observation.code.coding:coreLaboJLAC10/u-pc-result
                                          Slice NamecoreLaboJLAC10/u-pc-result
                                          Control0..1
                                          Must Supporttrue
                                          1056. Observation.code.coding:coreLaboJLAC10/u-pc-result.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1058. Observation.code.coding:coreLaboJLAC10/u-pc-result.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1060. Observation.code.coding:coreLaboJLAC10/u-pc-result.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_u_pc_result_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_pc_result_VS|1.1.1)
                                          1062. Observation.code.coding:coreLaboJLAC10/u-pc-result.display
                                          Fixed ValueU-P/C-定性
                                          1064. Observation.code.coding:coreLaboJLAC11/u-pc-result
                                          Slice NamecoreLaboJLAC11/u-pc-result
                                          Control0..1
                                          Must Supporttrue
                                          1066. Observation.code.coding:coreLaboJLAC11/u-pc-result.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1068. Observation.code.coding:coreLaboJLAC11/u-pc-result.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1070. Observation.code.coding:coreLaboJLAC11/u-pc-result.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_u_pc_result_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_pc_result_VS|1.1.1)
                                          1072. Observation.code.coding:coreLaboJLAC11/u-pc-result.display
                                          Fixed ValueU-P/C-定性
                                          1074. Observation.code.coding:coreLaboJLAC10/u-pc-qty
                                          Slice NamecoreLaboJLAC10/u-pc-qty
                                          Control0..1
                                          Must Supporttrue
                                          1076. Observation.code.coding:coreLaboJLAC10/u-pc-qty.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1078. Observation.code.coding:coreLaboJLAC10/u-pc-qty.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1080. Observation.code.coding:coreLaboJLAC10/u-pc-qty.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_u_pc_qty_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_pc_qty_VS|1.1.1)
                                          1082. Observation.code.coding:coreLaboJLAC10/u-pc-qty.display
                                          Fixed ValueU-P/C-定量
                                          1084. Observation.code.coding:coreLaboJLAC11/u-pc-qty
                                          Slice NamecoreLaboJLAC11/u-pc-qty
                                          Control0..1
                                          Must Supporttrue
                                          1086. Observation.code.coding:coreLaboJLAC11/u-pc-qty.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1088. Observation.code.coding:coreLaboJLAC11/u-pc-qty.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1090. Observation.code.coding:coreLaboJLAC11/u-pc-qty.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_u_pc_qty_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_pc_qty_VS|1.1.1)
                                          1092. Observation.code.coding:coreLaboJLAC11/u-pc-qty.display
                                          Fixed ValueU-P/C-定量
                                          1094. Observation.code.coding:coreLaboJLAC10/u-ac-result
                                          Slice NamecoreLaboJLAC10/u-ac-result
                                          Control0..1
                                          Must Supporttrue
                                          1096. Observation.code.coding:coreLaboJLAC10/u-ac-result.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1098. Observation.code.coding:coreLaboJLAC10/u-ac-result.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1100. Observation.code.coding:coreLaboJLAC10/u-ac-result.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_u_ac_result_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_ac_result_VS|1.1.1)
                                          1102. Observation.code.coding:coreLaboJLAC10/u-ac-result.display
                                          Fixed ValueU-A/C-定性
                                          1104. Observation.code.coding:coreLaboJLAC11/u-ac-result
                                          Slice NamecoreLaboJLAC11/u-ac-result
                                          Control0..1
                                          Must Supporttrue
                                          1106. Observation.code.coding:coreLaboJLAC11/u-ac-result.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1108. Observation.code.coding:coreLaboJLAC11/u-ac-result.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1110. Observation.code.coding:coreLaboJLAC11/u-ac-result.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_u_ac_result_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_ac_result_VS|1.1.1)
                                          1112. Observation.code.coding:coreLaboJLAC11/u-ac-result.display
                                          Fixed ValueU-A/C-定性
                                          1114. Observation.code.coding:coreLaboJLAC10/u-ac-qty
                                          Slice NamecoreLaboJLAC10/u-ac-qty
                                          Control0..1
                                          Must Supporttrue
                                          1116. Observation.code.coding:coreLaboJLAC10/u-ac-qty.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1118. Observation.code.coding:coreLaboJLAC10/u-ac-qty.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1120. Observation.code.coding:coreLaboJLAC10/u-ac-qty.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_u_ac_qty_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_ac_qty_VS|1.1.1)
                                          1122. Observation.code.coding:coreLaboJLAC10/u-ac-qty.display
                                          Fixed ValueU-A/C-定量
                                          1124. Observation.code.coding:coreLaboJLAC11/u-ac-qty
                                          Slice NamecoreLaboJLAC11/u-ac-qty
                                          Control0..1
                                          Must Supporttrue
                                          1126. Observation.code.coding:coreLaboJLAC11/u-ac-qty.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1128. Observation.code.coding:coreLaboJLAC11/u-ac-qty.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1130. Observation.code.coding:coreLaboJLAC11/u-ac-qty.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_u_ac_qty_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_ac_qty_VS|1.1.1)
                                          1132. Observation.code.coding:coreLaboJLAC11/u-ac-qty.display
                                          Fixed ValueU-A/C-定量
                                          1134. Observation.code.coding:coreLaboJLAC10/bnp
                                          Slice NamecoreLaboJLAC10/bnp
                                          Control0..1
                                          Must Supporttrue
                                          1136. Observation.code.coding:coreLaboJLAC10/bnp.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1138. Observation.code.coding:coreLaboJLAC10/bnp.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1140. Observation.code.coding:coreLaboJLAC10/bnp.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_bnp_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bnp_VS|1.1.1)
                                          1142. Observation.code.coding:coreLaboJLAC10/bnp.display
                                          Fixed ValueBNP
                                          1144. Observation.code.coding:coreLaboJLAC11/bnp
                                          Slice NamecoreLaboJLAC11/bnp
                                          Control0..1
                                          Must Supporttrue
                                          1146. Observation.code.coding:coreLaboJLAC11/bnp.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1148. Observation.code.coding:coreLaboJLAC11/bnp.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1150. Observation.code.coding:coreLaboJLAC11/bnp.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_bnp_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bnp_VS|1.1.1)
                                          1152. Observation.code.coding:coreLaboJLAC11/bnp.display
                                          Fixed ValueBNP
                                          1154. Observation.code.coding:coreLaboJLAC10/nt-probnp
                                          Slice NamecoreLaboJLAC10/nt-probnp
                                          Control0..1
                                          Must Supporttrue
                                          1156. Observation.code.coding:coreLaboJLAC10/nt-probnp.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1158. Observation.code.coding:coreLaboJLAC10/nt-probnp.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1160. Observation.code.coding:coreLaboJLAC10/nt-probnp.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_nt_probnp_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_nt_probnp_VS|1.1.1)
                                          1162. Observation.code.coding:coreLaboJLAC10/nt-probnp.display
                                          Fixed ValueNT-proBNP
                                          1164. Observation.code.coding:coreLaboJLAC11/nt-probnp
                                          Slice NamecoreLaboJLAC11/nt-probnp
                                          Control0..1
                                          Must Supporttrue
                                          1166. Observation.code.coding:coreLaboJLAC11/nt-probnp.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1168. Observation.code.coding:coreLaboJLAC11/nt-probnp.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1170. Observation.code.coding:coreLaboJLAC11/nt-probnp.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_nt_probnp_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_nt_probnp_VS|1.1.1)
                                          1172. Observation.code.coding:coreLaboJLAC11/nt-probnp.display
                                          Fixed ValueNT-proBNP
                                          1174. Observation.code.coding:coreLaboJLAC10/crp
                                          Slice NamecoreLaboJLAC10/crp
                                          Control0..1
                                          Must Supporttrue
                                          1176. Observation.code.coding:coreLaboJLAC10/crp.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1178. Observation.code.coding:coreLaboJLAC10/crp.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1180. Observation.code.coding:coreLaboJLAC10/crp.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_crp_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_crp_VS|1.1.1)
                                          1182. Observation.code.coding:coreLaboJLAC10/crp.display
                                          Fixed ValueCRP
                                          1184. Observation.code.coding:coreLaboJLAC11/crp
                                          Slice NamecoreLaboJLAC11/crp
                                          Control0..1
                                          Must Supporttrue
                                          1186. Observation.code.coding:coreLaboJLAC11/crp.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1188. Observation.code.coding:coreLaboJLAC11/crp.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1190. Observation.code.coding:coreLaboJLAC11/crp.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_crp_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_crp_VS|1.1.1)
                                          1192. Observation.code.coding:coreLaboJLAC11/crp.display
                                          Fixed ValueCRP
                                          1194. Observation.code.coding:coreLaboJLAC10/crp-class
                                          Slice NamecoreLaboJLAC10/crp-class
                                          Control0..1
                                          Must Supporttrue
                                          1196. Observation.code.coding:coreLaboJLAC10/crp-class.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1198. Observation.code.coding:coreLaboJLAC10/crp-class.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1200. Observation.code.coding:coreLaboJLAC10/crp-class.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_crp_class_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_crp_class_VS|1.1.1)
                                          1202. Observation.code.coding:coreLaboJLAC10/crp-class.display
                                          Fixed ValueCRP-class
                                          1204. Observation.code.coding:coreLaboJLAC11/crp-class
                                          Slice NamecoreLaboJLAC11/crp-class
                                          Control0..1
                                          Must Supporttrue
                                          1206. Observation.code.coding:coreLaboJLAC11/crp-class.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1208. Observation.code.coding:coreLaboJLAC11/crp-class.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1210. Observation.code.coding:coreLaboJLAC11/crp-class.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_crp_class_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_crp_class_VS|1.1.1)
                                          1212. Observation.code.coding:coreLaboJLAC11/crp-class.display
                                          Fixed ValueCRP-class
                                          1214. Observation.code.coding:coreLaboJLAC10/abo-bld
                                          Slice NamecoreLaboJLAC10/abo-bld
                                          Control0..1
                                          Must Supporttrue
                                          1216. Observation.code.coding:coreLaboJLAC10/abo-bld.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1218. Observation.code.coding:coreLaboJLAC10/abo-bld.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1220. Observation.code.coding:coreLaboJLAC10/abo-bld.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_abo_bld_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_abo_bld_VS|1.1.1)
                                          1222. Observation.code.coding:coreLaboJLAC10/abo-bld.display
                                          Fixed Value血液型-ABO
                                          1224. Observation.code.coding:coreLaboJLAC11/abo-bld
                                          Slice NamecoreLaboJLAC11/abo-bld
                                          Control0..1
                                          Must Supporttrue
                                          1226. Observation.code.coding:coreLaboJLAC11/abo-bld.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1228. Observation.code.coding:coreLaboJLAC11/abo-bld.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1230. Observation.code.coding:coreLaboJLAC11/abo-bld.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_abo_bld_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_abo_bld_VS|1.1.1)
                                          1232. Observation.code.coding:coreLaboJLAC11/abo-bld.display
                                          Fixed Value血液型-ABO
                                          1234. Observation.code.coding:coreLaboJLAC10/rh-bld
                                          Slice NamecoreLaboJLAC10/rh-bld
                                          Control0..1
                                          Must Supporttrue
                                          1236. Observation.code.coding:coreLaboJLAC10/rh-bld.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1238. Observation.code.coding:coreLaboJLAC10/rh-bld.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1240. Observation.code.coding:coreLaboJLAC10/rh-bld.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC10_rh_bld_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_rh_bld_VS|1.1.1)
                                          1242. Observation.code.coding:coreLaboJLAC10/rh-bld.display
                                          Fixed Value血液型-Rh
                                          1244. Observation.code.coding:coreLaboJLAC11/rh-bld
                                          Slice NamecoreLaboJLAC11/rh-bld
                                          Control0..1
                                          Must Supporttrue
                                          1246. Observation.code.coding:coreLaboJLAC11/rh-bld.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS
                                          1248. Observation.code.coding:coreLaboJLAC11/rh-bld.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1250. Observation.code.coding:coreLaboJLAC11/rh-bld.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_CoreLaboJLAC11_rh_bld_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_rh_bld_VS|1.1.1)
                                          1252. Observation.code.coding:coreLaboJLAC11/rh-bld.display
                                          Fixed Value血液型-Rh
                                          1254. Observation.code.coding:infectionLaboJLAC10/stsqlresult
                                          Slice NameinfectionLaboJLAC10/stsqlresult
                                          Control0..1
                                          Must Supporttrue
                                          1256. Observation.code.coding:infectionLaboJLAC10/stsqlresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1258. Observation.code.coding:infectionLaboJLAC10/stsqlresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1260. Observation.code.coding:infectionLaboJLAC10/stsqlresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_STSQLRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_STSQLRESULT_VS|1.2.0)
                                          1262. Observation.code.coding:infectionLaboJLAC10/stsqlresult.display
                                          Fixed Value梅毒STS(定性)
                                          1264. Observation.code.coding:infectionLaboJLAC11/stsqlresult
                                          Slice NameinfectionLaboJLAC11/stsqlresult
                                          Control0..1
                                          Must Supporttrue
                                          1266. Observation.code.coding:infectionLaboJLAC11/stsqlresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1268. Observation.code.coding:infectionLaboJLAC11/stsqlresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1270. Observation.code.coding:infectionLaboJLAC11/stsqlresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_STSQLRESULT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_STSQLRESULT_VS|1.1.1)
                                          1272. Observation.code.coding:infectionLaboJLAC11/stsqlresult.display
                                          Fixed Value梅毒STS(定性)
                                          1274. Observation.code.coding:infectionLaboJLAC10/stsquant
                                          Slice NameinfectionLaboJLAC10/stsquant
                                          Control0..1
                                          Must Supporttrue
                                          1276. Observation.code.coding:infectionLaboJLAC10/stsquant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1278. Observation.code.coding:infectionLaboJLAC10/stsquant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1280. Observation.code.coding:infectionLaboJLAC10/stsquant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_STSQUANT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_STSQUANT_VS|1.2.0)
                                          1282. Observation.code.coding:infectionLaboJLAC10/stsquant.display
                                          Fixed Value梅毒STS(定量)
                                          1284. Observation.code.coding:infectionLaboJLAC11/stsquant
                                          Slice NameinfectionLaboJLAC11/stsquant
                                          Control0..1
                                          Must Supporttrue
                                          1286. Observation.code.coding:infectionLaboJLAC11/stsquant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1288. Observation.code.coding:infectionLaboJLAC11/stsquant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1290. Observation.code.coding:infectionLaboJLAC11/stsquant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_STSQUANT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_STSQUANT_VS|1.1.1)
                                          1292. Observation.code.coding:infectionLaboJLAC11/stsquant.display
                                          Fixed Value梅毒STS(定量)
                                          1294. Observation.code.coding:infectionLaboJLAC10/stsdil
                                          Slice NameinfectionLaboJLAC10/stsdil
                                          Control0..1
                                          Must Supporttrue
                                          1296. Observation.code.coding:infectionLaboJLAC10/stsdil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1298. Observation.code.coding:infectionLaboJLAC10/stsdil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1300. Observation.code.coding:infectionLaboJLAC10/stsdil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_STSDIL_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_STSDIL_VS|1.2.0)
                                          1302. Observation.code.coding:infectionLaboJLAC10/stsdil.display
                                          Fixed Value梅毒STS(希釈倍率)
                                          1304. Observation.code.coding:infectionLaboJLAC11/stsdil
                                          Slice NameinfectionLaboJLAC11/stsdil
                                          Control0..1
                                          Must Supporttrue
                                          1306. Observation.code.coding:infectionLaboJLAC11/stsdil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1308. Observation.code.coding:infectionLaboJLAC11/stsdil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1310. Observation.code.coding:infectionLaboJLAC11/stsdil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_STSDIL_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_STSDIL_VS|1.2.0)
                                          1312. Observation.code.coding:infectionLaboJLAC11/stsdil.display
                                          Fixed Value梅毒STS(希釈倍率)
                                          1314. Observation.code.coding:infectionLaboJLAC10/tpresult
                                          Slice NameinfectionLaboJLAC10/tpresult
                                          Control0..1
                                          Must Supporttrue
                                          1316. Observation.code.coding:infectionLaboJLAC10/tpresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1318. Observation.code.coding:infectionLaboJLAC10/tpresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1320. Observation.code.coding:infectionLaboJLAC10/tpresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_TPRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPRESULT_VS|1.2.0)
                                          1322. Observation.code.coding:infectionLaboJLAC10/tpresult.display
                                          Fixed Value梅毒TP抗体(定性)
                                          1324. Observation.code.coding:infectionLaboJLAC11/tpresult
                                          Slice NameinfectionLaboJLAC11/tpresult
                                          Control0..1
                                          Must Supporttrue
                                          1326. Observation.code.coding:infectionLaboJLAC11/tpresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1328. Observation.code.coding:infectionLaboJLAC11/tpresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1330. Observation.code.coding:infectionLaboJLAC11/tpresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_TPRESULT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPRESULT_VS|1.1.1)
                                          1332. Observation.code.coding:infectionLaboJLAC11/tpresult.display
                                          Fixed Value梅毒TP抗体(定性)
                                          1334. Observation.code.coding:infectionLaboJLAC10/tpposcoi
                                          Slice NameinfectionLaboJLAC10/tpposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1336. Observation.code.coding:infectionLaboJLAC10/tpposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1338. Observation.code.coding:infectionLaboJLAC10/tpposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1340. Observation.code.coding:infectionLaboJLAC10/tpposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_TPPOSCOI_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPPOSCOI_VS|1.2.0)
                                          1342. Observation.code.coding:infectionLaboJLAC10/tpposcoi.display
                                          Fixed Value梅毒TP抗体(陽性コントロール比)
                                          1344. Observation.code.coding:infectionLaboJLAC11/tpposcoi
                                          Slice NameinfectionLaboJLAC11/tpposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1346. Observation.code.coding:infectionLaboJLAC11/tpposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1348. Observation.code.coding:infectionLaboJLAC11/tpposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1350. Observation.code.coding:infectionLaboJLAC11/tpposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_TPPOSCOI_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPPOSCOI_VS|1.1.1)
                                          1352. Observation.code.coding:infectionLaboJLAC11/tpposcoi.display
                                          Fixed Value梅毒TP抗体(陽性コントロール比)
                                          1354. Observation.code.coding:infectionLaboJLAC10/tphquant
                                          Slice NameinfectionLaboJLAC10/tphquant
                                          Control0..1
                                          Must Supporttrue
                                          1356. Observation.code.coding:infectionLaboJLAC10/tphquant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1358. Observation.code.coding:infectionLaboJLAC10/tphquant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1360. Observation.code.coding:infectionLaboJLAC10/tphquant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_TPHQUANT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPHQUANT_VS|1.2.0)
                                          1362. Observation.code.coding:infectionLaboJLAC10/tphquant.display
                                          Fixed Value梅毒TP抗体(半定量)
                                          1364. Observation.code.coding:infectionLaboJLAC11/tphquant
                                          Slice NameinfectionLaboJLAC11/tphquant
                                          Control0..1
                                          Must Supporttrue
                                          1366. Observation.code.coding:infectionLaboJLAC11/tphquant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1368. Observation.code.coding:infectionLaboJLAC11/tphquant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1370. Observation.code.coding:infectionLaboJLAC11/tphquant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_TPHQUANT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPHQUANT_VS|1.1.1)
                                          1372. Observation.code.coding:infectionLaboJLAC11/tphquant.display
                                          Fixed Value梅毒TP抗体(半定量)
                                          1374. Observation.code.coding:infectionLaboJLAC10/tpquant
                                          Slice NameinfectionLaboJLAC10/tpquant
                                          Control0..1
                                          Must Supporttrue
                                          1376. Observation.code.coding:infectionLaboJLAC10/tpquant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1378. Observation.code.coding:infectionLaboJLAC10/tpquant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1380. Observation.code.coding:infectionLaboJLAC10/tpquant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_TPQUANT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPQUANT_VS|1.2.0)
                                          1382. Observation.code.coding:infectionLaboJLAC10/tpquant.display
                                          Fixed Value梅毒TP抗体(定量)
                                          1384. Observation.code.coding:infectionLaboJLAC11/tpquant
                                          Slice NameinfectionLaboJLAC11/tpquant
                                          Control0..1
                                          Must Supporttrue
                                          1386. Observation.code.coding:infectionLaboJLAC11/tpquant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1388. Observation.code.coding:infectionLaboJLAC11/tpquant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1390. Observation.code.coding:infectionLaboJLAC11/tpquant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_TPQUANT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPQUANT_VS|1.1.1)
                                          1392. Observation.code.coding:infectionLaboJLAC11/tpquant.display
                                          Fixed Value梅毒TP抗体(定量)
                                          1394. Observation.code.coding:infectionLaboJLAC10/hbsagresult
                                          Slice NameinfectionLaboJLAC10/hbsagresult
                                          Control0..1
                                          Must Supporttrue
                                          1396. Observation.code.coding:infectionLaboJLAC10/hbsagresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1398. Observation.code.coding:infectionLaboJLAC10/hbsagresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1400. Observation.code.coding:infectionLaboJLAC10/hbsagresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsAGRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGRESULT_VS|1.2.0)
                                          1402. Observation.code.coding:infectionLaboJLAC10/hbsagresult.display
                                          Fixed ValueHBs抗原(定性)
                                          1404. Observation.code.coding:infectionLaboJLAC11/hbsagresult
                                          Slice NameinfectionLaboJLAC11/hbsagresult
                                          Control0..1
                                          Must Supporttrue
                                          1406. Observation.code.coding:infectionLaboJLAC11/hbsagresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1408. Observation.code.coding:infectionLaboJLAC11/hbsagresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1410. Observation.code.coding:infectionLaboJLAC11/hbsagresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsAGRESULT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGRESULT_VS|1.1.1)
                                          1412. Observation.code.coding:infectionLaboJLAC11/hbsagresult.display
                                          Fixed ValueHBs抗原(定性)
                                          1414. Observation.code.coding:infectionLaboJLAC10/hbsagdil
                                          Slice NameinfectionLaboJLAC10/hbsagdil
                                          Control0..1
                                          Must Supporttrue
                                          1416. Observation.code.coding:infectionLaboJLAC10/hbsagdil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1418. Observation.code.coding:infectionLaboJLAC10/hbsagdil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1420. Observation.code.coding:infectionLaboJLAC10/hbsagdil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsAGDIL_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGDIL_VS|1.2.0)
                                          1422. Observation.code.coding:infectionLaboJLAC10/hbsagdil.display
                                          Fixed ValueHBs抗原(希釈倍率)
                                          1424. Observation.code.coding:infectionLaboJLAC11/hbsagdil
                                          Slice NameinfectionLaboJLAC11/hbsagdil
                                          Control0..1
                                          Must Supporttrue
                                          1426. Observation.code.coding:infectionLaboJLAC11/hbsagdil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1428. Observation.code.coding:infectionLaboJLAC11/hbsagdil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1430. Observation.code.coding:infectionLaboJLAC11/hbsagdil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsAGDIL_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGDIL_VS|1.1.1)
                                          1432. Observation.code.coding:infectionLaboJLAC11/hbsagdil.display
                                          Fixed ValueHBs抗原(希釈倍率)
                                          1434. Observation.code.coding:infectionLaboJLAC10/hbsagod
                                          Slice NameinfectionLaboJLAC10/hbsagod
                                          Control0..1
                                          Must Supporttrue
                                          1436. Observation.code.coding:infectionLaboJLAC10/hbsagod.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1438. Observation.code.coding:infectionLaboJLAC10/hbsagod.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1440. Observation.code.coding:infectionLaboJLAC10/hbsagod.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HbsAGOD_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HbsAGOD_VS|1.2.0)
                                          1442. Observation.code.coding:infectionLaboJLAC10/hbsagod.display
                                          Fixed ValueHBs抗原(吸光度)
                                          1444. Observation.code.coding:infectionLaboJLAC11/hbsagod
                                          Slice NameinfectionLaboJLAC11/hbsagod
                                          Control0..1
                                          Must Supporttrue
                                          1446. Observation.code.coding:infectionLaboJLAC11/hbsagod.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1448. Observation.code.coding:infectionLaboJLAC11/hbsagod.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1450. Observation.code.coding:infectionLaboJLAC11/hbsagod.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HbsAGOD_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HbsAGOD_VS|1.1.1)
                                          1452. Observation.code.coding:infectionLaboJLAC11/hbsagod.display
                                          Fixed ValueHBs抗原(吸光度)
                                          1454. Observation.code.coding:infectionLaboJLAC10/hbsagquant
                                          Slice NameinfectionLaboJLAC10/hbsagquant
                                          Control0..1
                                          Must Supporttrue
                                          1456. Observation.code.coding:infectionLaboJLAC10/hbsagquant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1458. Observation.code.coding:infectionLaboJLAC10/hbsagquant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1460. Observation.code.coding:infectionLaboJLAC10/hbsagquant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsAGQUANT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGQUANT_VS|1.2.0)
                                          1462. Observation.code.coding:infectionLaboJLAC10/hbsagquant.display
                                          Fixed ValueHBs抗原(定量)
                                          1464. Observation.code.coding:infectionLaboJLAC11/hbsagquant
                                          Slice NameinfectionLaboJLAC11/hbsagquant
                                          Control0..1
                                          Must Supporttrue
                                          1466. Observation.code.coding:infectionLaboJLAC11/hbsagquant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1468. Observation.code.coding:infectionLaboJLAC11/hbsagquant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1470. Observation.code.coding:infectionLaboJLAC11/hbsagquant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsAGQUANT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGQUANT_VS|1.1.1)
                                          1472. Observation.code.coding:infectionLaboJLAC11/hbsagquant.display
                                          Fixed ValueHBs抗原(定量)
                                          1474. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi
                                          Slice NameinfectionLaboJLAC10/hbsagposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1476. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1478. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1480. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsAGPOSCOI_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGPOSCOI_VS|1.2.0)
                                          1482. Observation.code.coding:infectionLaboJLAC10/hbsagposcoi.display
                                          Fixed ValueHBs抗原(陽性コントロール比)
                                          1484. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi
                                          Slice NameinfectionLaboJLAC11/hbsagposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1486. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1488. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1490. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsAGPOSCOI_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGPOSCOI_VS|1.1.1)
                                          1492. Observation.code.coding:infectionLaboJLAC11/hbsagposcoi.display
                                          Fixed ValueHBs抗原(陽性コントロール比)
                                          1494. Observation.code.coding:infectionLaboJLAC10/hbsabresult
                                          Slice NameinfectionLaboJLAC10/hbsabresult
                                          Control0..1
                                          Must Supporttrue
                                          1496. Observation.code.coding:infectionLaboJLAC10/hbsabresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1498. Observation.code.coding:infectionLaboJLAC10/hbsabresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1500. Observation.code.coding:infectionLaboJLAC10/hbsabresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsABRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABRESULT_VS|1.2.0)
                                          1502. Observation.code.coding:infectionLaboJLAC10/hbsabresult.display
                                          Fixed ValueHBs抗体(定性)
                                          1504. Observation.code.coding:infectionLaboJLAC11/hbsabresult
                                          Slice NameinfectionLaboJLAC11/hbsabresult
                                          Control0..1
                                          Must Supporttrue
                                          1506. Observation.code.coding:infectionLaboJLAC11/hbsabresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1508. Observation.code.coding:infectionLaboJLAC11/hbsabresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1510. Observation.code.coding:infectionLaboJLAC11/hbsabresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsABRESULT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABRESULT_VS|1.1.1)
                                          1512. Observation.code.coding:infectionLaboJLAC11/hbsabresult.display
                                          Fixed ValueHBs抗体(定性)
                                          1514. Observation.code.coding:infectionLaboJLAC10/hbsabdil
                                          Slice NameinfectionLaboJLAC10/hbsabdil
                                          Control0..1
                                          Must Supporttrue
                                          1516. Observation.code.coding:infectionLaboJLAC10/hbsabdil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1518. Observation.code.coding:infectionLaboJLAC10/hbsabdil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1520. Observation.code.coding:infectionLaboJLAC10/hbsabdil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsABDIL_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABDIL_VS|1.2.0)
                                          1522. Observation.code.coding:infectionLaboJLAC10/hbsabdil.display
                                          Fixed ValueHBs抗体(希釈倍率)
                                          1524. Observation.code.coding:infectionLaboJLAC11/hbsabdil
                                          Slice NameinfectionLaboJLAC11/hbsabdil
                                          Control0..1
                                          Must Supporttrue
                                          1526. Observation.code.coding:infectionLaboJLAC11/hbsabdil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1528. Observation.code.coding:infectionLaboJLAC11/hbsabdil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1530. Observation.code.coding:infectionLaboJLAC11/hbsabdil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsABDIL_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABDIL_VS|1.1.1)
                                          1532. Observation.code.coding:infectionLaboJLAC11/hbsabdil.display
                                          Fixed ValueHBs抗体(希釈倍率)
                                          1534. Observation.code.coding:infectionLaboJLAC10/hbsabquant
                                          Slice NameinfectionLaboJLAC10/hbsabquant
                                          Control0..1
                                          Must Supporttrue
                                          1536. Observation.code.coding:infectionLaboJLAC10/hbsabquant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1538. Observation.code.coding:infectionLaboJLAC10/hbsabquant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1540. Observation.code.coding:infectionLaboJLAC10/hbsabquant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsABQUANT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABQUANT_VS|1.2.0)
                                          1542. Observation.code.coding:infectionLaboJLAC10/hbsabquant.display
                                          Fixed ValueHBs抗体(定量)
                                          1544. Observation.code.coding:infectionLaboJLAC11/hbsabquant
                                          Slice NameinfectionLaboJLAC11/hbsabquant
                                          Control0..1
                                          Must Supporttrue
                                          1546. Observation.code.coding:infectionLaboJLAC11/hbsabquant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1548. Observation.code.coding:infectionLaboJLAC11/hbsabquant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1550. Observation.code.coding:infectionLaboJLAC11/hbsabquant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsABQUANT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABQUANT_VS|1.1.1)
                                          1552. Observation.code.coding:infectionLaboJLAC11/hbsabquant.display
                                          Fixed ValueHBs抗体(定量)
                                          1554. Observation.code.coding:infectionLaboJLAC10/hbsabposcoi
                                          Slice NameinfectionLaboJLAC10/hbsabposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1556. Observation.code.coding:infectionLaboJLAC10/hbsabposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1558. Observation.code.coding:infectionLaboJLAC10/hbsabposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1560. Observation.code.coding:infectionLaboJLAC10/hbsabposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsABPOSCOI_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABPOSCOI_VS|1.2.0)
                                          1562. Observation.code.coding:infectionLaboJLAC10/hbsabposcoi.display
                                          Fixed ValueHBs抗体(陽性コントロール比)
                                          1564. Observation.code.coding:infectionLaboJLAC11/hbsabposcoi
                                          Slice NameinfectionLaboJLAC11/hbsabposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1566. Observation.code.coding:infectionLaboJLAC11/hbsabposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1568. Observation.code.coding:infectionLaboJLAC11/hbsabposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1570. Observation.code.coding:infectionLaboJLAC11/hbsabposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsABPOSCOI_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABCOI_VS|1.2.0)
                                          1572. Observation.code.coding:infectionLaboJLAC11/hbsabposcoi.display
                                          Fixed ValueHBs抗体(陽性コントロール比)
                                          1574. Observation.code.coding:infectionLaboJLAC10/hcvnquant
                                          Slice NameinfectionLaboJLAC10/hcvnquant
                                          Control0..1
                                          Must Supporttrue
                                          1576. Observation.code.coding:infectionLaboJLAC10/hcvnquant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1578. Observation.code.coding:infectionLaboJLAC10/hcvnquant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1580. Observation.code.coding:infectionLaboJLAC10/hcvnquant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVNQUANT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVNQUANT_VS|1.2.0)
                                          1582. Observation.code.coding:infectionLaboJLAC10/hcvnquant.display
                                          Fixed ValueHCV核酸増幅検査(定量)
                                          1584. Observation.code.coding:infectionLaboJLAC11/hcvnquant
                                          Slice NameinfectionLaboJLAC11/hcvnquant
                                          Control0..1
                                          Must Supporttrue
                                          1586. Observation.code.coding:infectionLaboJLAC11/hcvnquant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1588. Observation.code.coding:infectionLaboJLAC11/hcvnquant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1590. Observation.code.coding:infectionLaboJLAC11/hcvnquant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVNQUANT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVNQUANT_VS|1.1.1)
                                          1592. Observation.code.coding:infectionLaboJLAC11/hcvnquant.display
                                          Fixed ValueHCV核酸増幅検査(定量)
                                          1594. Observation.code.coding:infectionLaboJLAC10/hcvnresult
                                          Slice NameinfectionLaboJLAC10/hcvnresult
                                          Control0..1
                                          Must Supporttrue
                                          1596. Observation.code.coding:infectionLaboJLAC10/hcvnresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1598. Observation.code.coding:infectionLaboJLAC10/hcvnresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1600. Observation.code.coding:infectionLaboJLAC10/hcvnresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVNRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVNRESULT_VS|1.2.0)
                                          1602. Observation.code.coding:infectionLaboJLAC10/hcvnresult.display
                                          Fixed ValueHCV核酸増幅検査(定性)
                                          1604. Observation.code.coding:infectionLaboJLAC11/hcvnresult
                                          Slice NameinfectionLaboJLAC11/hcvnresult
                                          Control0..1
                                          Must Supporttrue
                                          1606. Observation.code.coding:infectionLaboJLAC11/hcvnresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1608. Observation.code.coding:infectionLaboJLAC11/hcvnresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1610. Observation.code.coding:infectionLaboJLAC11/hcvnresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVNRESULT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVNRESULT_VS|1.1.1)
                                          1612. Observation.code.coding:infectionLaboJLAC11/hcvnresult.display
                                          Fixed ValueHCV核酸増幅検査(定性)
                                          1614. Observation.code.coding:infectionLaboJLAC10/hcvagresult
                                          Slice NameinfectionLaboJLAC10/hcvagresult
                                          Control0..1
                                          Must Supporttrue
                                          1616. Observation.code.coding:infectionLaboJLAC10/hcvagresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1618. Observation.code.coding:infectionLaboJLAC10/hcvagresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1620. Observation.code.coding:infectionLaboJLAC10/hcvagresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVAGRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGRESULT_VS|1.2.0)
                                          1622. Observation.code.coding:infectionLaboJLAC10/hcvagresult.display
                                          Fixed ValueHCV抗原検査(定性)
                                          1624. Observation.code.coding:infectionLaboJLAC11/hcvagresult
                                          Slice NameinfectionLaboJLAC11/hcvagresult
                                          Control0..1
                                          Must Supporttrue
                                          1626. Observation.code.coding:infectionLaboJLAC11/hcvagresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1628. Observation.code.coding:infectionLaboJLAC11/hcvagresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1630. Observation.code.coding:infectionLaboJLAC11/hcvagresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVAGRESULT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGRESULT_VS|1.1.1)
                                          1632. Observation.code.coding:infectionLaboJLAC11/hcvagresult.display
                                          Fixed ValueHCV抗原検査(定性)
                                          1634. Observation.code.coding:infectionLaboJLAC10/hcvagquant
                                          Slice NameinfectionLaboJLAC10/hcvagquant
                                          Control0..1
                                          Must Supporttrue
                                          1636. Observation.code.coding:infectionLaboJLAC10/hcvagquant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1638. Observation.code.coding:infectionLaboJLAC10/hcvagquant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1640. Observation.code.coding:infectionLaboJLAC10/hcvagquant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVAGQUANT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGQUANT_VS|1.2.0)
                                          1642. Observation.code.coding:infectionLaboJLAC10/hcvagquant.display
                                          Fixed ValueHCV抗原検査(定量)
                                          1644. Observation.code.coding:infectionLaboJLAC11/hcvagquant
                                          Slice NameinfectionLaboJLAC11/hcvagquant
                                          Control0..1
                                          Must Supporttrue
                                          1646. Observation.code.coding:infectionLaboJLAC11/hcvagquant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1648. Observation.code.coding:infectionLaboJLAC11/hcvagquant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1650. Observation.code.coding:infectionLaboJLAC11/hcvagquant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVAGQUANT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGQUANT_VS|1.1.1)
                                          1652. Observation.code.coding:infectionLaboJLAC11/hcvagquant.display
                                          Fixed ValueHCV抗原検査(定量)
                                          1654. Observation.code.coding:infectionLaboJLAC10/hcvagposcoi
                                          Slice NameinfectionLaboJLAC10/hcvagposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1656. Observation.code.coding:infectionLaboJLAC10/hcvagposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1658. Observation.code.coding:infectionLaboJLAC10/hcvagposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1660. Observation.code.coding:infectionLaboJLAC10/hcvagposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVAGPOSCOI_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGPOSCOI_VS|1.2.0)
                                          1662. Observation.code.coding:infectionLaboJLAC10/hcvagposcoi.display
                                          Fixed ValueHCV抗原検査(陽性コントロール比)
                                          1664. Observation.code.coding:infectionLaboJLAC11/hcvagposcoi
                                          Slice NameinfectionLaboJLAC11/hcvagposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1666. Observation.code.coding:infectionLaboJLAC11/hcvagposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1668. Observation.code.coding:infectionLaboJLAC11/hcvagposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1670. Observation.code.coding:infectionLaboJLAC11/hcvagposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVAGPOSCOI_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGPOSCOI_VS|1.2.0)
                                          1672. Observation.code.coding:infectionLaboJLAC11/hcvagposcoi.display
                                          Fixed ValueHCV抗原検査(陽性コントロール比)
                                          1674. Observation.code.coding:infectionLaboJLAC10/hcvabdil
                                          Slice NameinfectionLaboJLAC10/hcvabdil
                                          Control0..1
                                          Must Supporttrue
                                          1676. Observation.code.coding:infectionLaboJLAC10/hcvabdil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1678. Observation.code.coding:infectionLaboJLAC10/hcvabdil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1680. Observation.code.coding:infectionLaboJLAC10/hcvabdil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVABDIL_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABDIL_VS|1.2.0)
                                          1682. Observation.code.coding:infectionLaboJLAC10/hcvabdil.display
                                          Fixed ValueHCV抗体(希釈倍率)
                                          1684. Observation.code.coding:infectionLaboJLAC11/hcvabdil
                                          Slice NameinfectionLaboJLAC11/hcvabdil
                                          Control0..1
                                          Must Supporttrue
                                          1686. Observation.code.coding:infectionLaboJLAC11/hcvabdil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1688. Observation.code.coding:infectionLaboJLAC11/hcvabdil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1690. Observation.code.coding:infectionLaboJLAC11/hcvabdil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVABDIL_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABDIL_VS|1.1.1)
                                          1692. Observation.code.coding:infectionLaboJLAC11/hcvabdil.display
                                          Fixed ValueHCV抗体(希釈倍率)
                                          1694. Observation.code.coding:infectionLaboJLAC10/hcvabresult
                                          Slice NameinfectionLaboJLAC10/hcvabresult
                                          Control0..1
                                          Must Supporttrue
                                          1696. Observation.code.coding:infectionLaboJLAC10/hcvabresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1698. Observation.code.coding:infectionLaboJLAC10/hcvabresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1700. Observation.code.coding:infectionLaboJLAC10/hcvabresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVABRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABRESULT_VS|1.2.0)
                                          1702. Observation.code.coding:infectionLaboJLAC10/hcvabresult.display
                                          Fixed ValueHCV抗体(定性)
                                          1704. Observation.code.coding:infectionLaboJLAC11/hcvabresult
                                          Slice NameinfectionLaboJLAC11/hcvabresult
                                          Control0..1
                                          Must Supporttrue
                                          1706. Observation.code.coding:infectionLaboJLAC11/hcvabresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1708. Observation.code.coding:infectionLaboJLAC11/hcvabresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1710. Observation.code.coding:infectionLaboJLAC11/hcvabresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVABRESULT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABRESULT_VS|1.1.1)
                                          1712. Observation.code.coding:infectionLaboJLAC11/hcvabresult.display
                                          Fixed ValueHCV抗体(定性)
                                          1714. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi
                                          Slice NameinfectionLaboJLAC10/hcvabposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1716. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1718. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1720. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVABPOSCOI_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABPOSCOI_VS|1.2.0)
                                          1722. Observation.code.coding:infectionLaboJLAC10/hcvabposcoi.display
                                          Fixed ValueHCV抗体(陽性コントロール比)
                                          1724. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi
                                          Slice NameinfectionLaboJLAC11/hcvabposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1726. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1728. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1730. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVABPOSCOI_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABPOSCOI_VS|1.1.1)
                                          1732. Observation.code.coding:infectionLaboJLAC11/hcvabposcoi.display
                                          Fixed ValueHCV抗体(陽性コントロール比)
                                          1734. Observation.code.coding:infectionLaboJLAC10/hcvagabresult
                                          Slice NameinfectionLaboJLAC10/hcvagabresult
                                          Control0..1
                                          Must Supporttrue
                                          1736. Observation.code.coding:infectionLaboJLAC10/hcvagabresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1738. Observation.code.coding:infectionLaboJLAC10/hcvagabresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1740. Observation.code.coding:infectionLaboJLAC10/hcvagabresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVAGABRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGABRESULT_VS|1.2.0)
                                          1742. Observation.code.coding:infectionLaboJLAC10/hcvagabresult.display
                                          Fixed ValueHCV抗原・抗体同時(定性)
                                          1744. Observation.code.coding:infectionLaboJLAC11/hcvagabresult
                                          Slice NameinfectionLaboJLAC11/hcvagabresult
                                          Control0..1
                                          Must Supporttrue
                                          1746. Observation.code.coding:infectionLaboJLAC11/hcvagabresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1748. Observation.code.coding:infectionLaboJLAC11/hcvagabresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1750. Observation.code.coding:infectionLaboJLAC11/hcvagabresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVAGABRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGABRESULT_VS|1.2.0)
                                          1752. Observation.code.coding:infectionLaboJLAC11/hcvagabresult.display
                                          Fixed ValueHCV抗原・抗体同時(定性)
                                          1754. Observation.code.coding:infectionLaboJLAC10/hcvagabposcoi
                                          Slice NameinfectionLaboJLAC10/hcvagabposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1756. Observation.code.coding:infectionLaboJLAC10/hcvagabposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1758. Observation.code.coding:infectionLaboJLAC10/hcvagabposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1760. Observation.code.coding:infectionLaboJLAC10/hcvagabposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVAGABPOSCOI_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGABPOSCOI_VS|1.2.0)
                                          1762. Observation.code.coding:infectionLaboJLAC10/hcvagabposcoi.display
                                          Fixed ValueHCV抗原・抗体同時(陽性コントロール比)
                                          1764. Observation.code.coding:infectionLaboJLAC11/hcvagabposcoi
                                          Slice NameinfectionLaboJLAC11/hcvagabposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1766. Observation.code.coding:infectionLaboJLAC11/hcvagabposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1768. Observation.code.coding:infectionLaboJLAC11/hcvagabposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1770. Observation.code.coding:infectionLaboJLAC11/hcvagabposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVAGABPOSCOI_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGABPOSCOI_VS|1.2.0)
                                          1772. Observation.code.coding:infectionLaboJLAC11/hcvagabposcoi.display
                                          Fixed ValueHCV抗原・抗体同時(陽性コントロール比)
                                          1774. Observation.code.coding:infectionLaboJLAC10/hiv1quant
                                          Slice NameinfectionLaboJLAC10/hiv1quant
                                          Control0..1
                                          Must Supporttrue
                                          1776. Observation.code.coding:infectionLaboJLAC10/hiv1quant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1778. Observation.code.coding:infectionLaboJLAC10/hiv1quant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1780. Observation.code.coding:infectionLaboJLAC10/hiv1quant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1QUANT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1QUANT_VS|1.2.0)
                                          1782. Observation.code.coding:infectionLaboJLAC10/hiv1quant.display
                                          Fixed ValueHIV-1(ウイルスRNA定量)
                                          1784. Observation.code.coding:infectionLaboJLAC11/hiv1quant
                                          Slice NameinfectionLaboJLAC11/hiv1quant
                                          Control0..1
                                          Must Supporttrue
                                          1786. Observation.code.coding:infectionLaboJLAC11/hiv1quant.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1788. Observation.code.coding:infectionLaboJLAC11/hiv1quant.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1790. Observation.code.coding:infectionLaboJLAC11/hiv1quant.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1QUANT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1QUANT_VS|1.1.1)
                                          1792. Observation.code.coding:infectionLaboJLAC11/hiv1quant.display
                                          Fixed ValueHIV-1(ウイルスRNA定量)
                                          1794. Observation.code.coding:infectionLaboJLAC10/hiv1result
                                          Slice NameinfectionLaboJLAC10/hiv1result
                                          Control0..1
                                          Must Supporttrue
                                          1796. Observation.code.coding:infectionLaboJLAC10/hiv1result.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1798. Observation.code.coding:infectionLaboJLAC10/hiv1result.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1800. Observation.code.coding:infectionLaboJLAC10/hiv1result.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1RESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1RESULT_VS|1.2.0)
                                          1802. Observation.code.coding:infectionLaboJLAC10/hiv1result.display
                                          Fixed ValueHIV-1(ウイルスRNA定量判定)
                                          1804. Observation.code.coding:infectionLaboJLAC11/hiv1result
                                          Slice NameinfectionLaboJLAC11/hiv1result
                                          Control0..1
                                          Must Supporttrue
                                          1806. Observation.code.coding:infectionLaboJLAC11/hiv1result.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1808. Observation.code.coding:infectionLaboJLAC11/hiv1result.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1810. Observation.code.coding:infectionLaboJLAC11/hiv1result.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1RESULT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1RESULT_VS|1.1.1)
                                          1812. Observation.code.coding:infectionLaboJLAC11/hiv1result.display
                                          Fixed ValueHIV-1(ウイルスRNA定量判定)
                                          1814. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil
                                          Slice NameinfectionLaboJLAC10/hiv1p2abdil
                                          Control0..1
                                          Must Supporttrue
                                          1816. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1818. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1820. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P2ABDIL_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABDIL_VS|1.2.0)
                                          1822. Observation.code.coding:infectionLaboJLAC10/hiv1p2abdil.display
                                          Fixed ValueHIV-1+2抗体(希釈倍率)
                                          1824. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil
                                          Slice NameinfectionLaboJLAC11/hiv1p2abdil
                                          Control0..1
                                          Must Supporttrue
                                          1826. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1828. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1830. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P2ABDIL_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABDIL_VS|1.1.1)
                                          1832. Observation.code.coding:infectionLaboJLAC11/hiv1p2abdil.display
                                          Fixed ValueHIV-1+2抗体(希釈倍率)
                                          1834. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult
                                          Slice NameinfectionLaboJLAC10/hiv1p2abresult
                                          Control0..1
                                          Must Supporttrue
                                          1836. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1838. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1840. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P2ABRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABRESULT_VS|1.2.0)
                                          1842. Observation.code.coding:infectionLaboJLAC10/hiv1p2abresult.display
                                          Fixed ValueHIV-1+2抗体(定性)
                                          1844. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult
                                          Slice NameinfectionLaboJLAC11/hiv1p2abresult
                                          Control0..1
                                          Must Supporttrue
                                          1846. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1848. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1850. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P2ABRESULT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABRESULT_VS|1.1.1)
                                          1852. Observation.code.coding:infectionLaboJLAC11/hiv1p2abresult.display
                                          Fixed ValueHIV-1+2抗体(定性)
                                          1854. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi
                                          Slice NameinfectionLaboJLAC10/hiv1p2abposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1856. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1858. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1860. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P2ABPOSCOI_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABPOSCOI_VS|1.2.0)
                                          1862. Observation.code.coding:infectionLaboJLAC10/hiv1p2abposcoi.display
                                          Fixed ValueHIV-1+2抗体(陽性コントロール比)
                                          1864. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi
                                          Slice NameinfectionLaboJLAC11/hiv1p2abposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1866. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1868. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1870. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P2ABPOSCOI_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABPOSCOI_VS|1.1.1)
                                          1872. Observation.code.coding:infectionLaboJLAC11/hiv1p2abposcoi.display
                                          Fixed ValueHIV-1+2抗体(陽性コントロール比)
                                          1874. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult
                                          Slice NameinfectionLaboJLAC10/hiv1p24agresult
                                          Control0..1
                                          Must Supporttrue
                                          1876. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1878. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1880. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P24AGRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGRESULT_VS|1.2.0)
                                          1882. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult.display
                                          Fixed ValueHIV-1p24抗原(定性)
                                          1884. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult
                                          Slice NameinfectionLaboJLAC11/hiv1p24agresult
                                          Control0..1
                                          Must Supporttrue
                                          1886. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1888. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1890. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P24AGRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGRESULT_VS|1.2.0)
                                          1892. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult.display
                                          Fixed ValueHIV-1p24抗原(定性)
                                          1894. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi
                                          Slice NameinfectionLaboJLAC10/hiv1p24agposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1896. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1898. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1900. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P24AGPOSCOI_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGPOSCOI_VS|1.2.0)
                                          1902. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi.display
                                          Fixed ValueHIV-1p24抗原(陽性コントロール比)
                                          1904. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi
                                          Slice NameinfectionLaboJLAC11/hiv1p24agposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1906. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1908. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1910. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P24AGPOSCOI_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGPOSCOI_VS|1.2.0)
                                          1912. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi.display
                                          Fixed ValueHIV-1p24抗原(陽性コントロール比)
                                          1914. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod
                                          Slice NameinfectionLaboJLAC10/hiv1p24agabod
                                          Control0..1
                                          Must Supporttrue
                                          1916. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1918. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1920. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P24AGABOD_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABOD_VS|1.2.0)
                                          1922. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod.display
                                          Fixed ValueHIV-1+2抗原・抗体同時(吸光度)
                                          1924. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod
                                          Slice NameinfectionLaboJLAC11/hiv1p24agabod
                                          Control0..1
                                          Must Supporttrue
                                          1926. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1928. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1930. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P24AGABOD_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABOD_VS|1.2.0)
                                          1932. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod.display
                                          Fixed ValueHIV-1+2抗原・抗体同時(吸光度)
                                          1934. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult
                                          Slice NameinfectionLaboJLAC10/hiv1p24agabresult
                                          Control0..1
                                          Must Supporttrue
                                          1936. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1938. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1940. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P24AGABRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABRESULT_VS|1.2.0)
                                          1942. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult.display
                                          Fixed ValueHIV-1+2抗原・抗体同時(定性)
                                          1944. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult
                                          Slice NameinfectionLaboJLAC11/hiv1p24agabresult
                                          Control0..1
                                          Must Supporttrue
                                          1946. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1948. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1950. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P24AGABRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABRESULT_VS|1.2.0)
                                          1952. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult.display
                                          Fixed ValueHIV-1+2抗原・抗体同時(定性)
                                          1954. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi
                                          Slice NameinfectionLaboJLAC10/hiv1p24agabposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1956. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1958. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1960. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P24AGABPOSCOI_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABPOSCOI_VS|1.2.0)
                                          1962. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi.display
                                          Fixed ValueHIV-1+2抗原・抗体同時(陽性コントロール比)
                                          1964. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi
                                          Slice NameinfectionLaboJLAC11/hiv1p24agabposcoi
                                          Control0..1
                                          Must Supporttrue
                                          1966. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1968. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1970. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P24AGABPOSCOI_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABPOSCOI_VS|1.2.0)
                                          1972. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi.display
                                          Fixed ValueHIV-1+2抗原・抗体同時(陽性コントロール比)
                                          1974. Observation.code.coding:infectionLaboJLAC10/hiv1abdil
                                          Slice NameinfectionLaboJLAC10/hiv1abdil
                                          Control0..1
                                          Must Supporttrue
                                          1976. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1978. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1980. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1ABDIL_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABDIL_VS|1.2.0)
                                          1982. Observation.code.coding:infectionLaboJLAC10/hiv1abdil.display
                                          Fixed ValueHIV-1抗体(希釈倍率)
                                          1984. Observation.code.coding:infectionLaboJLAC11/hiv1abdil
                                          Slice NameinfectionLaboJLAC11/hiv1abdil
                                          Control0..1
                                          Must Supporttrue
                                          1986. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1988. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          1990. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1ABDIL_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABDIL_VS|1.1.1)
                                          1992. Observation.code.coding:infectionLaboJLAC11/hiv1abdil.display
                                          Fixed ValueHIV-1抗体(希釈倍率)
                                          1994. Observation.code.coding:infectionLaboJLAC10/hiv1abresult
                                          Slice NameinfectionLaboJLAC10/hiv1abresult
                                          Control0..1
                                          Must Supporttrue
                                          1996. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          1998. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          2000. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1ABRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABRESULT_VS|1.2.0)
                                          2002. Observation.code.coding:infectionLaboJLAC10/hiv1abresult.display
                                          Fixed ValueHIV-1抗体(定性)
                                          2004. Observation.code.coding:infectionLaboJLAC11/hiv1abresult
                                          Slice NameinfectionLaboJLAC11/hiv1abresult
                                          Control0..1
                                          Must Supporttrue
                                          2006. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          2008. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          2010. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1ABRESULT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABRESULT_VS|1.1.1)
                                          2012. Observation.code.coding:infectionLaboJLAC11/hiv1abresult.display
                                          Fixed ValueHIV-1抗体(定性)
                                          2014. Observation.code.coding:infectionLaboJLAC10/hiv2abdil
                                          Slice NameinfectionLaboJLAC10/hiv2abdil
                                          Control0..1
                                          Must Supporttrue
                                          2016. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          2018. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          2020. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV2ABDIL_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABDIL_VS|1.2.0)
                                          2022. Observation.code.coding:infectionLaboJLAC10/hiv2abdil.display
                                          Fixed ValueHIV-2抗体(希釈倍率)
                                          2024. Observation.code.coding:infectionLaboJLAC11/hiv2abdil
                                          Slice NameinfectionLaboJLAC11/hiv2abdil
                                          Control0..1
                                          Must Supporttrue
                                          2026. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          2028. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          2030. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV2ABDIL_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABDIL_VS|1.1.1)
                                          2032. Observation.code.coding:infectionLaboJLAC11/hiv2abdil.display
                                          Fixed ValueHIV-2抗体(希釈倍率)
                                          2034. Observation.code.coding:infectionLaboJLAC10/hiv2abresult
                                          Slice NameinfectionLaboJLAC10/hiv2abresult
                                          Control0..1
                                          Must Supporttrue
                                          2036. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          2038. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          2040. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV2ABRESULT_VS (1.2.0)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABRESULT_VS|1.2.0)
                                          2042. Observation.code.coding:infectionLaboJLAC10/hiv2abresult.display
                                          Fixed ValueHIV-2抗体(定性)
                                          2044. Observation.code.coding:infectionLaboJLAC11/hiv2abresult
                                          Slice NameinfectionLaboJLAC11/hiv2abresult
                                          Control0..1
                                          Must Supporttrue
                                          2046. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.system
                                          Fixed Valuehttp://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS
                                          2048. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.version
                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                          Must Supporttrue
                                          2050. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.code
                                          BindingThe codes SHALL be taken from JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV2ABRESULT_VS (1.1.1)
                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABRESULT_VS|1.1.1)
                                          2052. Observation.code.coding:infectionLaboJLAC11/hiv2abresult.display
                                          Fixed ValueHIV-2抗体(定性)
                                          2054. Observation.code.text
                                          Definition

                                          項目名。報告書などに記載する場合に使用する表示名。

                                          Comments

                                          【JP Core仕様】このプロファイルでは、表示名として必須とする。

                                          多くの場合、coding.display と同一になるが、coding.display に異なる複数の表現が格納される場合を想定し、code間で共通の表現として必須とする。受信側はこの文字列を項目表示文字列として使用できる。ただし、2文書5情報を電子カルテ共有サービスに送信する場合には、「検体検査結果情報における検査項目のコーディング規則」を厳守する必要がある。

                                          Must Supporttrue
                                          2056. 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
                                          2058. Observation.encounter
                                          Definition

                                          【電子カルテ情報共有サービス(5情報送信)では必須】検査依頼を発行したときの受診情報(入外区分など)を記述しているEncounterリソースへの参照

                                          Short【電子カルテ情報共有サービス(5情報送信)では必須】検査依頼を発行したときの受診情報(入外区分など)を記述しているEncounterリソースへの参照
                                          Comments

                                          記述方法は、実装ガイド本文の「リソースへの参照方法 (1)」を使用すること。電子カルテ情報サービスでは必須。

                                          TypeReference(JP_Encounter_eCS)
                                          Must Supporttrue
                                          2060. 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
                                          2062. Observation.issued
                                          Definition

                                          検査結果がシステムに格納された日時、システム的な結果報告(登録)日時。

                                          Short検査結果がシステムに格納された日時、システム的な結果報告(登録)日時
                                          Comments

                                          instance型であるため、2015-02-07T13:28:17+09:00 のように時刻までの精度が必要である。

                                          Must Supporttrue
                                          2064. Observation.performer
                                          Definition

                                          【電子カルテ情報共有サービス(5情報送信)では必須】検査結果を責任を持つ医療者への参照。電子カルテ情報サービスでは必須とし、オーダした医師(結果を確認した医師に相当)のPractitionerリソースへの参照を設定する。電子カルテ情報サービスでは必須。

                                          Short【電子カルテ情報共有サービス(5情報送信)では必須】検査結果を責任を持つ医療者、検査実施者(検査オーダ医師)への参照。
                                          Comments

                                          実装ガイド本文の「リソースへの参照方法 (1)containedリソースをインラインリソースIDにより参照する記述方法」を参照のこと。

                                          Control0..1
                                          TypeReference(JP Core Practitioner Profile)
                                          Must Supporttrue
                                          2066. Observation.value[x]
                                          Definition

                                          検体検査の結果。コメントを参照のこと。

                                          Short検体検査の結果
                                          Comments

                                          valueQuantity,valueCodeableConcept,valueStringのいずれかを使用する。この項目自体は子項目をまとめるセット名(バッテリー名、例:血球算定など)の場合にはこの要素は出現しない。また、結果値が何らかの理由により得られなかった場合や、検査結果が未着(検査中または実施前)の場合にはこの要素は出現せず、dataAbsentReasonにその理由を記述する。それ以外では必ず出現する。

                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                          Must Supporttrue
                                          2068. Observation.value[x]:valueQuantity
                                          Slice NamevalueQuantity
                                          Short検査結果が「数値」の場合、値、単位を設定する。
                                          TypeQuantity
                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                          Must Supporttrue
                                          2070. Observation.value[x]:valueQuantity.value
                                          Control1..?
                                          Must Supporttrue
                                          2072. Observation.value[x]:valueCodeableConcept
                                          Slice NamevalueCodeableConcept
                                          Definition

                                          結果がコード化されたコンセプトで記述できる場合。定性検査値の場合などに使用する。質問項目の回答記号もコードと回答文字列とみなしてこの結果記述方法を使用することができる。

                                          Short検査結果が「コード値」の場合、コード、テキスト、コードのValue setを定義する。
                                          TypeCodeableConcept
                                          [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                          Must Supporttrue
                                          2074. Observation.value[x]:valueCodeableConcept.coding
                                          Control1..1
                                          2076. Observation.value[x]:valueCodeableConcept.coding.system
                                          Control1..?
                                          2078. Observation.value[x]:valueCodeableConcept.coding.code
                                          Control1..?
                                          2080. Observation.value[x]:valueCodeableConcept.coding.display
                                          Control1..?
                                          2082. 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
                                          Must Supporttrue
                                          2084. Observation.dataAbsentReason
                                          Definition

                                          検査結果値が欠落している理由。コメントを参照のこと。

                                          Short検査結果値が欠落している理由。詳細、コメントを参照のこと。
                                          Comments

                                          value要素に結果を記述しない場合で検査結果値が欠落している場合には、その理由。コード化して設定することは一般に難しいのでcoding子要素は記述しなくてもよいが、text子要素は必須である。検査値が得られるはずの検査項目であるにもかかわらずvalue[x]要素に値がない場合には、この項目は必須。

                                          Must Supporttrue
                                          2086. Observation.dataAbsentReason.text
                                          Definition

                                          検査結果値が欠落している理由の文字列。例としてはコメントを参照のこと。

                                          Short検査結果値が欠落している理由の文字列。詳細、コメントを参照のこと。
                                          Comments

                                          "検査中"、"未実施"、"検体凝固"、"検体量不足"、"溶血で実施できず"、"採血できず"、"検査機器エラー"などが想定される。

                                          Control1..?
                                          Must Supporttrue
                                          2088. Observation.interpretation
                                          Comments

                                          コード表「ObservationInterpretationCodes」からいずれかの適当なコードをひとつ使用するが、本要素はなくてもよい。その施設における基準値が設定されている数値検査結果に対しては、このコード表から基準値範囲により解釈したH(高)、L(低)、N(正常範囲) のいずれかを設定することが望ましい。

                                          コード表は次のページを参照。 https://www.hl7.org/fhir/R4/valueset-observation-interpretation.html

                                          Control0..1
                                          Must Supporttrue
                                          Requirements

                                          特に数値結果については、結果の重要性を完全に理解するために解釈を必要。

                                          2090. Observation.interpretation.coding
                                          Control0..1
                                          BindingThe codes SHALL be taken from ObservationInterpretationCodes
                                          (required to http://hl7.org/fhir/ValueSet/observation-interpretation|4.0.1)
                                          Must Supporttrue
                                          2092. Observation.interpretation.coding.system
                                          Definition

                                          検査結果値の評価コード表のsystem値で評価コードを記述する場合には固定値。

                                          Short検査結果値の評価コード表のsystem値で評価コードを記述する場合には固定値。
                                          Control1..?
                                          Must Supporttrue
                                          Fixed Valuehttp://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation
                                          2094. Observation.interpretation.coding.code
                                          Definition

                                          検査結果値の評価コード1文字。H:High、L:Low、N:Normal のいずれかを使う。

                                          Short検査結果値の評価コード1文字。H:High、L:Low、N:Normal のいずれかを使う。
                                          Control1..?
                                          Must Supporttrue
                                          2096. Observation.note
                                          Definition

                                          検査、あるいは結果に関するコメント。フリーテキストの追加情報として使用可能。"溶血"、"視算値"、"概算"、"参考値"などもこの要素で記述することができる。

                                          Short検査、あるいは結果に関するコメント。フリーテキストの追加情報として使用可能。詳細を参照のこと。
                                          Must Supporttrue
                                          2098. Observation.specimen
                                          Definition

                                          この検査に使用された検体(標本)情報への参照。

                                          Shortこの検査に使用された検体(標本)。
                                          Comments

                                          検体材料に関する情報を記述したSpecimenリソースをContainedリソースとして本リソースに埋め込んでそれを参照するか、またはtype子要素="Specimen",display子要素で"血清"のように検体名称を設定することで記述する。

                                          Must Supporttrue
                                          2100. Observation.referenceRange
                                          Must Supporttrue
                                          2102. Observation.referenceRange.id
                                          Control0..0
                                          2104. Observation.referenceRange.extension
                                          Control0..0
                                          2106. Observation.referenceRange.modifierExtension
                                          Control0..0
                                          2108. Observation.referenceRange.low
                                          2110. Observation.referenceRange.low.extension
                                          Control0..0
                                          2112. Observation.referenceRange.low.value
                                          Definition

                                          基準値の小さいほうの値

                                          Short基準値の小さいほうの値
                                          Control1..?
                                          Must Supporttrue
                                          2114. Observation.referenceRange.low.unit
                                          Definition

                                          検査下限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。

                                          Short検査下限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。
                                          Must Supporttrue
                                          2116. Observation.referenceRange.low.system
                                          Definition

                                          単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"

                                          Short単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"
                                          Must Supporttrue
                                          2118. Observation.referenceRange.low.code
                                          Definition

                                          検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。

                                          Short検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。
                                          Must Supporttrue
                                          2120. Observation.referenceRange.high
                                          2122. Observation.referenceRange.high.extension
                                          Control0..0
                                          2124. Observation.referenceRange.high.value
                                          Definition

                                          基準値の大きいほうの値

                                          Short基準値の大きいほうの値
                                          Control1..?
                                          Must Supporttrue
                                          2126. Observation.referenceRange.high.unit
                                          Definition

                                          検査上限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。

                                          Short検査上限値の単位。検査結果の単位と同じであること。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、マスターに表示用単位があれば記述する。
                                          Must Supporttrue
                                          2128. Observation.referenceRange.high.system
                                          Definition

                                          単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"

                                          Short単位体系 UCUMコード体系。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には記述する。"http://unitsofmeasure.org"
                                          Must Supporttrue
                                          2130. Observation.referenceRange.high.code
                                          Definition

                                          検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。

                                          Short検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。
                                          Must Supporttrue
                                          2132. Observation.referenceRange.text
                                          Must Supporttrue
                                          2134. 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
                                          2136. Observation.derivedFrom
                                          Definition

                                          この検査が他の1つ以上の検査値から派生している(BMIが体重と身長から派生して算出される場合など)場合に、その派生元の検査への参照のリスト。記述方法としては、hasMember要素と同様に記述する。

                                          Short派生元(素材元)の検査結果への参照のリスト。
                                          TypeReference(JP Core Observation LabResult Profile)
                                          2138. Observation.component
                                          Must Supporttrue
                                          2140. Observation.component.referenceRange
                                          Control0..1
                                          TypeBackboneElement
                                          Must Supporttrue
                                          2142. Observation.component.referenceRange.id
                                          Control0..0
                                          2144. Observation.component.referenceRange.extension
                                          Control0..0
                                          2146. Observation.component.referenceRange.modifierExtension
                                          Control0..0
                                          2148. Observation.component.referenceRange.low
                                          2150. Observation.component.referenceRange.low.id
                                          Control0..0
                                          2152. Observation.component.referenceRange.low.extension
                                          Control0..0
                                          2154. Observation.component.referenceRange.low.value
                                          Definition

                                          基準値の小さいほうの値

                                          Short基準値の小さいほうの値
                                          Control1..?
                                          Must Supporttrue
                                          2156. Observation.component.referenceRange.low.unit
                                          Definition

                                          基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。

                                          Short基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。
                                          Must Supporttrue
                                          2158. Observation.component.referenceRange.low.system
                                          Definition

                                          基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。

                                          Short基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。
                                          Must Supporttrue
                                          Pattern Valuehttp://unitsofmeasure.org
                                          2160. Observation.component.referenceRange.low.code
                                          Definition

                                          基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。

                                          Short基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。
                                          Must Supporttrue
                                          2162. Observation.component.referenceRange.high
                                          2164. Observation.component.referenceRange.high.id
                                          Control0..0
                                          2166. Observation.component.referenceRange.high.extension
                                          Control0..0
                                          2168. Observation.component.referenceRange.high.value
                                          Definition

                                          基準値の大きいほうの値

                                          Short基準値の大きいほうの値
                                          Control1..?
                                          Must Supporttrue
                                          2170. Observation.component.referenceRange.high.unit
                                          Definition

                                          基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。

                                          Short基準値の単位。設定する場合には検査結果の単位と同じであること。設定されない場合には検査結果の単位と同じとみなす。
                                          Must Supporttrue
                                          2172. Observation.component.referenceRange.high.system
                                          Definition

                                          基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。

                                          Short基準値の単位のコード化記述をするコード体系を表すsystem値。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば"http://unitsofmeasure.org"を記述する。
                                          Must Supporttrue
                                          Pattern Valuehttp://unitsofmeasure.org
                                          2174. Observation.component.referenceRange.high.code
                                          Definition

                                          基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。

                                          Short基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。
                                          Must Supporttrue
                                          2176. 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の単位情報は検査結果値の単位情報と完全に同一でなければならない。 (value.ofType(Quantity).value.exists() implies ((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の単位情報は検査結果値の単位情報と完全に同一でなければならない。 (value.ofType(Quantity).value.exists() implies ((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())
                                          require-refRange-forQuantityValue-against-CoreLaboOrInfectionSet: R06041 電子カルテ情報共有サービスの検査結果(43項目)、感染症結果(5項目)の定量値には結果の基準値が必須。 (((code.coding.where(system='http://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_CS' or system='http://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_CS' or system='http://jpfhir.jp/fhir/clins/CodeSystem/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_CS' or system='http://jpfhir.jp/fhir/clins/CodeSystem/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_CS').exists()) and (value.ofType(Quantity).exists())) implies referenceRange.where(low.exists() or high.exists()).exists())
                                          check-interpretationL: R06042L 基準値判定でコードLが付いているならば、基準値範囲が1つ設定されていなければならず、かつ定量値検査結果であり、かつ結果値は下限値以下でなければならない。 (interpretation.coding.where(system = 'http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation' and code = 'L').exists() implies (referenceRange.count()=1 and value.ofType(Quantity).exists() and value.ofType(Quantity).value <= referenceRange.low.value))
                                          check-interpretationN: R06042N 基準値判定でコードNが付いているならば、基準値範囲が1つ設定されていなければならず、かつ定量値検査結果であり、かつ「下限値が設定されていれば結果は下限値以上である、または下限値が設定されていない」かつ「上限値が設定されていれば結果は上限値以下である、または上限値が設定されていない」でなければならない。 (interpretation.coding.where(system = 'http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation' and code = 'N').exists() implies ( referenceRange.count()=1 and value.ofType(Quantity).exists() and (referenceRange.low.exists().not() or value.ofType(Quantity).value >= referenceRange.low.value) and (referenceRange.high.exists().not() or value.ofType(Quantity).value <= referenceRange.high.value)))
                                          check-interpretationH: R06042H 基準値判定でコードHが付いているならば、基準値範囲が1つ設定されていなければならず、かつ定量値検査結果であり、かつ結果値は上限値以上でなければならない。 (interpretation.coding.where(system = 'http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation' and code = 'H').exists() implies (referenceRange.count()=1 and value.ofType(Quantity).exists() and value.ofType(Quantity).value >= referenceRange.high.value))
                                          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

                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                          ShortUnique id for inter-element referencing
                                          Control0..1
                                          Typestring
                                          Is Modifierfalse
                                          XML FormatIn the XML format, this property is represented as an attribute.
                                          Summaryfalse
                                          8. Observation.meta.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.

                                          ShortAdditional content defined by implementations
                                          Comments

                                          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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                          ext-1: Must have either extensions or value[x], not both (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

                                            The server assigns this value, and ignores what the client specifies, except in the case that the server is imposing version integrity on updates/deletes.

                                            Control0..1
                                            Typeid
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Invariantsele-1: All FHIR elements must have a @value or 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            14. Observation.meta.source
                                            Definition

                                            A uri that identifies the source system of the resource. This provides a minimal amount of Provenance information that can be used to track or differentiate the source of information in the resource. The source may identify another FHIR server, document, message, database, etc.

                                            ShortIdentifies where the resource comes from
                                            Comments

                                            In the provenance resource, this corresponds to Provenance.entity.what[x]. The exact use of the source (and the implied Provenance.entity.role) is left to implementer discretion. Only one nominated source is allowed; for additional provenance details, a full Provenance resource should be used.

                                            This element can be used to indicate where the current master source of a resource that has a canonical URL if the resource is no longer hosted at the canonical URL.

                                            Control0..1
                                            Typeuri
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Summarytrue
                                            Invariantsele-1: All FHIR elements must have a @value or 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

                                            It is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time. The list of profile URLs is a set.

                                            Control1..*
                                            Typecanonical(StructureDefinition)
                                            Is Modifierfalse
                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                            Must Supporttrue
                                            Summarytrue
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            18. Observation.meta.security
                                            Definition

                                            Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.

                                            ShortSecurity Labels applied to this resource
                                            Comments

                                            The security labels can be updated without changing the stated version of the resource. The list of security labels is a set. Uniqueness is based the system/code, and version and display are ignored.

                                            Control0..*
                                            BindingUnless not suitable, these codes SHALL be taken from All Security Labels
                                            (extensible to http://hl7.org/fhir/ValueSet/security-labels|4.0.1)

                                            Security Labels from the Healthcare Privacy and Security Classification System.

                                            TypeCoding
                                            Is Modifierfalse
                                            Summarytrue
                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                            20. Observation.meta.tag
                                            Definition

                                            電子カルテ情報共有サービスでは、サービス側でのデータ取扱いを各種フラグで指定するために使用する。

                                            Short電子カルテ情報共有サービスでは、サービス側でのデータ取扱いを各種フラグで指定するために使用する。
                                            Comments

                                            The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored.

                                            Control0..*
                                            BindingFor example codes, see CommonTags
                                            (example to http://hl7.org/fhir/ValueSet/common-tags|4.0.1)

                                            Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".

                                            TypeCoding
                                            Is Modifierfalse
                                            Summarytrue
                                            Invariantsele-1: All FHIR elements must have a @value or 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 @ code
                                            • 22. Observation.meta.tag:lts
                                              Slice Namelts
                                              Definition

                                              電子カルテ情報共有サービスでフラグを設定する場合に使用する。指定感染症検査の場合のみ設定できる。

                                              Short電子カルテ情報共有サービスでフラグを設定する場合に使用する。指定感染症検査の場合のみ設定できる。
                                              Comments

                                              The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored.

                                              Control0..1
                                              BindingFor example codes, see CommonTags
                                              (example to http://hl7.org/fhir/ValueSet/common-tags|4.0.1)

                                              Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".

                                              TypeCoding
                                              Is Modifierfalse
                                              Must Supporttrue
                                              Summarytrue
                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              24. Observation.meta.tag:lts.id
                                              Definition

                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                              ShortUnique 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                              ext-1: 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

                                                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: 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.

                                                ShortVersion of the system - if relevant
                                                Comments

                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on 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: 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 JP_ehrshrs_indication_LTS_VS (1.0.0)
                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JP_ehrshrs_lts_indication|1.0.0)
                                                Typecode
                                                Is Modifierfalse
                                                Primitive ValueThis primitive element 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: 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.

                                                ShortRepresentation 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: 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).

                                                ShortIf 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                38. Observation.meta.tag:pts
                                                Slice Namepts
                                                Definition

                                                電子カルテ情報共有サービスでフラグを設定する場合に使用する。指定感染症検査の場合のみ設定できる。

                                                Short電子カルテ情報共有サービスでフラグを設定する場合に使用する。指定感染症検査の場合のみ設定できる。
                                                Comments

                                                The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored.

                                                Control0..1
                                                BindingFor example codes, see CommonTags
                                                (example to http://hl7.org/fhir/ValueSet/common-tags|4.0.1)

                                                Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".

                                                TypeCoding
                                                Is Modifierfalse
                                                Must Supporttrue
                                                Summarytrue
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                40. Observation.meta.tag:pts.id
                                                Definition

                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                ShortUnique id for inter-element referencing
                                                Control0..0
                                                Typestring
                                                Is Modifierfalse
                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                Summaryfalse
                                                42. Observation.meta.tag:pts.extension
                                                Definition

                                                An Extension

                                                ShortExtension
                                                Control0..0
                                                TypeExtension
                                                Is Modifierfalse
                                                Summaryfalse
                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                ext-1: 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
                                                • 44. Observation.meta.tag:pts.system
                                                  Definition

                                                  固定値 http://jpfhir.jp/fhir/clins/CodeSystem/JP_ehrshrs_indication を設定する。

                                                  Short固定値 http://jpfhir.jp/fhir/clins/CodeSystem/JP_ehrshrs_indication を設定する。
                                                  Comments

                                                  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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  46. Observation.meta.tag:pts.version
                                                  Definition

                                                  The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                  ShortVersion of the system - if relevant
                                                  Comments

                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  48. Observation.meta.tag:pts.code
                                                  Definition

                                                  患者共有フラグ 固定値 PTSを設定する。(電子カルテ情報共有サービスでは設定しても、感染症以外の検査結果では利用されない。)

                                                  Short患者共有フラグ 固定値 PTSを設定する。(電子カルテ情報共有サービスでは設定しても、感染症以外の検査結果では利用されない。)
                                                  Control1..1
                                                  BindingThe codes SHALL be taken from JP_ehrshrs_indication_PTS_VS (1.0.0)
                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JP_ehrshrs_pts_indication|1.0.0)
                                                  Typecode
                                                  Is Modifierfalse
                                                  Primitive ValueThis primitive element 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 ValuePTS
                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  50. Observation.meta.tag:pts.display
                                                  Definition

                                                  A representation of the meaning of the code in the system, following the rules of the system.

                                                  ShortRepresentation 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  52. Observation.meta.tag:pts.userSelected
                                                  Definition

                                                  Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).

                                                  ShortIf 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                  54. 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()))
                                                  56. 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|4.0.1)

                                                  人間の言語。 / 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()))
                                                  58. 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()))
                                                  60. 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
                                                  • 62. Observation.contained:encounter
                                                    Slice Nameencounter
                                                    Definition

                                                    【電子カルテ情報共有サービス(5情報送信)では必須】検体検査を実施(検体を採取)したときの入院外来受診情報をコンパクトに格納したEncounterリソース

                                                    Short【電子カルテ情報共有サービス(5情報送信)では必須】検体検査を実施(検体を採取)したときの入院外来受診情報をコンパクトに格納したEncounterリソース
                                                    Comments

                                                    電子カルテ情報共有サービスでは必須。encounter要素から参照される場合には、そのJP_Encounter_eCSに従うリソースの実体。JP_Encounter_eCSに従うリソースにおける必要最小限の要素だけが含まれればよい。ここで埋め込まれるJP_Encounter_eCSに従うリソースでは、Encounter.classにこの情報を記録したときの受診情報(入外区分など)を記述して使用する。

                                                    Control0..1
                                                    TypeEncounter(JP_Encounter_eCS)
                                                    Is Modifierfalse
                                                    Must Supporttrue
                                                    Summaryfalse
                                                    Alternate NamesVisit
                                                    64. 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
                                                    66. 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
                                                    68. 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
                                                    70. 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
                                                    • 72. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      ext-1: 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}$'))
                                                      74. Observation.extension:eCS_InstitutionNumber.id
                                                      Definition

                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                      ShortUnique id for inter-element referencing
                                                      Control0..1
                                                      Typestring
                                                      Is Modifierfalse
                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                      Summaryfalse
                                                      76. Observation.extension:eCS_InstitutionNumber.extension
                                                      Definition

                                                      An Extension

                                                      ShortExtension
                                                      Control0..0
                                                      TypeExtension
                                                      Is Modifierfalse
                                                      Summaryfalse
                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                      ext-1: 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
                                                      • 78. Observation.extension:eCS_InstitutionNumber.url
                                                        Definition

                                                        Source of the definition for the extension code - a logical name or a URL.

                                                        Shortidentifies the meaning of the extension
                                                        Comments

                                                        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
                                                        80. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        82. Observation.extension:eCS_InstitutionNumber.value[x].id
                                                        Definition

                                                        Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                        ShortUnique id for inter-element referencing
                                                        Control0..1
                                                        Typestring
                                                        Is Modifierfalse
                                                        XML FormatIn the XML format, this property is represented as an attribute.
                                                        Summaryfalse
                                                        84. 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.

                                                        ShortAdditional content defined by implementations
                                                        Comments

                                                        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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                        ext-1: 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
                                                        • 86. Observation.extension:eCS_InstitutionNumber.value[x].use
                                                          Definition

                                                          The purpose of this identifier.

                                                          Shortusual | official | temp | secondary | old (If known)
                                                          Comments

                                                          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)

                                                          Identifies the purpose for this identifier, if known .

                                                          Typecode
                                                          Is Modifiertrue because 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

                                                          Allows the appropriate identifier for a particular context of use to be selected from among a set of identifiers.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          88. Observation.extension:eCS_InstitutionNumber.value[x].type
                                                          Definition

                                                          A coded type for the identifier that can be used to determine which identifier to use for a specific purpose.

                                                          ShortDescription of identifier
                                                          Comments

                                                          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|4.0.1)

                                                          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

                                                          Allows users to make use of identifiers when the identifier system is not known.

                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          90. Observation.extension:eCS_InstitutionNumber.value[x].system
                                                          Definition

                                                          Establishes the namespace for the value - that is, a URL that describes a set values that are unique.

                                                          ShortThe namespace for the identifier value
                                                          Comments

                                                          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

                                                          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
                                                          ExampleGeneral: http://www.acme.com/identifiers/patient
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          92. Observation.extension:eCS_InstitutionNumber.value[x].value
                                                          Definition

                                                          医療機関10桁番号(都道府県コード2桁、保険医療機関区分1桁、保険医療機関番号7桁)

                                                          Short医療機関10桁番号(都道府県コード2桁、保険医療機関区分1桁、保険医療機関番号7桁)
                                                          Comments

                                                          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
                                                          ExampleGeneral: 123456
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          94. Observation.extension:eCS_InstitutionNumber.value[x].period
                                                          Definition

                                                          Time period during which identifier is/was valid for use.

                                                          ShortTime period when id is/was valid for use
                                                          Control0..1
                                                          TypePeriod
                                                          Is Modifierfalse
                                                          Summarytrue
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          96. Observation.extension:eCS_InstitutionNumber.value[x].assigner
                                                          Definition

                                                          Organization that issued/manages the identifier.

                                                          ShortOrganization that issued id (may be just text)
                                                          Comments

                                                          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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          98. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                          100. Observation.extension:eCS_Department.id
                                                          Definition

                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                          ShortUnique id for inter-element referencing
                                                          Control0..1
                                                          Typestring
                                                          Is Modifierfalse
                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                          Summaryfalse
                                                          102. Observation.extension:eCS_Department.extension
                                                          Definition

                                                          An Extension

                                                          ShortExtension
                                                          Control0..0
                                                          TypeExtension
                                                          Is Modifierfalse
                                                          Summaryfalse
                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                          ext-1: 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
                                                          • 104. Observation.extension:eCS_Department.url
                                                            Definition

                                                            Source of the definition for the extension code - a logical name or a URL.

                                                            Shortidentifies the meaning of the extension
                                                            Comments

                                                            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
                                                            106. Observation.extension:eCS_Department.value[x]
                                                            Definition

                                                            診療科コードと名称等を設定する。

                                                            Short診療科コードと名称等を設定する。
                                                            Control1..1
                                                            BindingThe codes SHOULD be taken from JP_Department_SsMix_VS (1.0.0)
                                                            (preferred to http://jpfhir.jp/fhir/core/ValueSet/JP_Department_SsMix_VS|1.0.0)
                                                            TypeCodeableConcept
                                                            [x] NoteSeeChoice of Data Typesfor further information about how to use [x]
                                                            Is Modifierfalse
                                                            Summaryfalse
                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            108. Observation.extension:eCS_Department.value[x].id
                                                            Definition

                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                            ShortUnique id for inter-element referencing
                                                            Control0..1
                                                            Typestring
                                                            Is Modifierfalse
                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                            Summaryfalse
                                                            110. 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.

                                                            ShortAdditional content defined by implementations
                                                            Comments

                                                            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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                            ext-1: 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
                                                            • 112. Observation.extension:eCS_Department.value[x].coding
                                                              Definition

                                                              A reference to a code defined by a terminology system.

                                                              ShortCode defined by a terminology system
                                                              Comments

                                                              Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              114. 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.

                                                              ShortPlain text representation of the concept
                                                              Comments

                                                              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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                              116. 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())
                                                              118. 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
                                                              • 120. 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
                                                                122. 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
                                                                • 124. 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()))
                                                                  126. 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|4.0.1)

                                                                  特定の目的に使用する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()))
                                                                  128. 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()))
                                                                  130. 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()))
                                                                  132. 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()))
                                                                  134. 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()))
                                                                  136. 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()))
                                                                  138. 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
                                                                  140. 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
                                                                  • 142. 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()))
                                                                    144. 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|4.0.1)

                                                                    特定の目的に使用する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()))
                                                                    146. 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()))
                                                                    148. 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()))
                                                                    150. 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()))
                                                                    152. 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()))
                                                                    154. 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()))
                                                                    156. 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()))
                                                                    158. 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()))
                                                                    160. 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_SimpleObservationCategory_VS (1.0.0)
                                                                    (preferred to http://jpfhir.jp/fhir/core/ValueSet/JP_SimpleObservationCategory_VS|1.0.0)
                                                                    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
                                                                    • 162. 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_SimpleObservationCategory_VS (1.0.0)
                                                                      (required to http://jpfhir.jp/fhir/core/ValueSet/JP_SimpleObservationCategory_VS|1.0.0)
                                                                      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()))
                                                                      164. 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
                                                                      166. 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
                                                                      • 168. 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()))
                                                                        170. 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
                                                                        172. 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
                                                                        • 174. 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()))
                                                                          176. 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()))
                                                                          178. 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()))
                                                                          180. 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()))
                                                                          182. 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()))
                                                                          184. 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()))
                                                                          186. Observation.code
                                                                          Definition

                                                                          検査項目のコードと名称

                                                                          ShortこのObservationの対象を特定するコード【詳細参照】
                                                                          Comments

                                                                          JLAC10必須の項目と任意の項目がある。

                                                                          Control1..1
                                                                          BindingThe codes SHOULD be taken from JP_ObservationLabResultCode_VS (1.1.0)
                                                                          (preferred to http://jpfhir.jp/fhir/core/ValueSet/JP_ObservationLabResultCode_VS|1.1.0)

                                                                          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()))
                                                                          188. 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
                                                                          190. 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
                                                                          • 192. 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
                                                                            • 194. 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
                                                                              196. 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
                                                                              • 198. 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()))
                                                                                200. 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()))
                                                                                202. 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()))
                                                                                204. 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()))
                                                                                206. 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()))
                                                                                208. 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_ObservationLabResultCode_VS (1.1.0)
                                                                                (required to http://jpfhir.jp/fhir/core/ValueSet/JP_ObservationLabResultCode_VS|1.1.0)
                                                                                TypeCoding
                                                                                Is Modifierfalse
                                                                                Must Supporttrue
                                                                                Summarytrue
                                                                                Requirements

                                                                                コードシステム内の代替エンコーディング、および他のコードシステムへの翻訳が可能になります。 / Allows for alternative encodings within a code system, and 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: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
                                                                                212. 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
                                                                                • 214. 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()))
                                                                                  216. 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()))
                                                                                  218. 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()))
                                                                                  220. 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()))
                                                                                  222. 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()))
                                                                                  224. 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()))
                                                                                  226. 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
                                                                                  228. 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
                                                                                  • 230. 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()))
                                                                                    232. 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()))
                                                                                    234. 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()))
                                                                                    236. 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()))
                                                                                    238. 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()))
                                                                                    240. 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()))
                                                                                    242. 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
                                                                                    244. 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
                                                                                    • 246. 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()))
                                                                                      248. 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()))
                                                                                      250. 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()))
                                                                                      252. 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()))
                                                                                      254. 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()))
                                                                                      256. 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()))
                                                                                      258. 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
                                                                                      260. 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
                                                                                      • 262. 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()))
                                                                                        264. 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()))
                                                                                        266. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_tp_VS (1.1.1)
                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_tp_VS|1.1.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()))
                                                                                        268. 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()))
                                                                                        270. 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()))
                                                                                        272. 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()))
                                                                                        274. 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
                                                                                        276. 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
                                                                                        • 278. 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()))
                                                                                          280. 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()))
                                                                                          282. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_tp_VS (1.1.1)
                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_tp_VS|1.1.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()))
                                                                                          284. 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()))
                                                                                          286. 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()))
                                                                                          288. 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()))
                                                                                          290. 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
                                                                                          292. 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
                                                                                          • 294. 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()))
                                                                                            296. 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()))
                                                                                            298. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_alb_VS (1.1.1)
                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alb_VS|1.1.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()))
                                                                                            300. 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()))
                                                                                            302. 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()))
                                                                                            304. 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()))
                                                                                            306. 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
                                                                                            308. 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
                                                                                            • 310. 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()))
                                                                                              312. 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()))
                                                                                              314. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_alb_VS (1.1.1)
                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alb_VS|1.1.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()))
                                                                                              316. 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()))
                                                                                              318. 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()))
                                                                                              320. 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()))
                                                                                              322. 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
                                                                                              324. 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
                                                                                              • 326. 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()))
                                                                                                328. 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()))
                                                                                                330. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ck_VS (1.1.1)
                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ck_VS|1.1.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()))
                                                                                                332. 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()))
                                                                                                334. 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()))
                                                                                                336. 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()))
                                                                                                338. 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
                                                                                                340. 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
                                                                                                • 342. 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()))
                                                                                                  344. 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()))
                                                                                                  346. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ck_VS (1.1.1)
                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ck_VS|1.1.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()))
                                                                                                  348. 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()))
                                                                                                  350. 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()))
                                                                                                  352. 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()))
                                                                                                  354. 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
                                                                                                  356. 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
                                                                                                  • 358. 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()))
                                                                                                    360. 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()))
                                                                                                    362. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ast_VS (1.1.1)
                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ast_VS|1.1.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()))
                                                                                                    364. 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()))
                                                                                                    366. 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()))
                                                                                                    368. 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()))
                                                                                                    370. 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
                                                                                                    372. 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
                                                                                                    • 374. 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()))
                                                                                                      376. 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()))
                                                                                                      378. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ast_VS (1.1.1)
                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ast_VS|1.1.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()))
                                                                                                      380. 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()))
                                                                                                      382. 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()))
                                                                                                      384. 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()))
                                                                                                      386. 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
                                                                                                      388. 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
                                                                                                      • 390. 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()))
                                                                                                        392. 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()))
                                                                                                        394. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_alt_VS (1.1.1)
                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alt_VS|1.1.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()))
                                                                                                        396. 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()))
                                                                                                        398. 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()))
                                                                                                        400. 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()))
                                                                                                        402. 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
                                                                                                        404. 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
                                                                                                        • 406. 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()))
                                                                                                          408. 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()))
                                                                                                          410. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_alt_VS (1.1.1)
                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alt_VS|1.1.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()))
                                                                                                          412. 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()))
                                                                                                          414. 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()))
                                                                                                          416. 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()))
                                                                                                          418. 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
                                                                                                          420. 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
                                                                                                          • 422. 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()))
                                                                                                            424. 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()))
                                                                                                            426. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ld_VS (1.1.1)
                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ld_VS|1.1.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()))
                                                                                                            428. 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()))
                                                                                                            430. 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()))
                                                                                                            432. 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()))
                                                                                                            434. 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
                                                                                                            436. 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
                                                                                                            • 438. 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()))
                                                                                                              440. 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()))
                                                                                                              442. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ld_VS (1.1.1)
                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ld_VS|1.1.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()))
                                                                                                              444. 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()))
                                                                                                              446. 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()))
                                                                                                              448. 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()))
                                                                                                              450. 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
                                                                                                              452. 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
                                                                                                              • 454. 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()))
                                                                                                                456. 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()))
                                                                                                                458. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_alp_VS (1.1.1)
                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_alp_VS|1.1.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()))
                                                                                                                460. 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()))
                                                                                                                462. 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()))
                                                                                                                464. 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()))
                                                                                                                466. 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
                                                                                                                468. 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
                                                                                                                • 470. 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()))
                                                                                                                  472. 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()))
                                                                                                                  474. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_alp_VS (1.1.1)
                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_alp_VS|1.1.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()))
                                                                                                                  476. 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()))
                                                                                                                  478. 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()))
                                                                                                                  480. 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()))
                                                                                                                  482. 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
                                                                                                                  484. 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
                                                                                                                  • 486. 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()))
                                                                                                                    488. 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()))
                                                                                                                    490. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ggt_VS (1.1.1)
                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ggt_VS|1.1.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()))
                                                                                                                    492. 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()))
                                                                                                                    494. 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()))
                                                                                                                    496. 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()))
                                                                                                                    498. 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
                                                                                                                    500. 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
                                                                                                                    • 502. 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()))
                                                                                                                      504. 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()))
                                                                                                                      506. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ggt_VS (1.1.1)
                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ggt_VS|1.1.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()))
                                                                                                                      508. 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()))
                                                                                                                      510. 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()))
                                                                                                                      512. 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()))
                                                                                                                      514. 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
                                                                                                                      516. 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
                                                                                                                      • 518. 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()))
                                                                                                                        520. 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()))
                                                                                                                        522. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_che_VS (1.1.1)
                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_che_VS|1.1.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()))
                                                                                                                        524. 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()))
                                                                                                                        526. 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()))
                                                                                                                        528. 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()))
                                                                                                                        530. 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
                                                                                                                        532. 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
                                                                                                                        • 534. 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()))
                                                                                                                          536. 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()))
                                                                                                                          538. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_che_VS (1.1.1)
                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_che_VS|1.1.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()))
                                                                                                                          540. 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()))
                                                                                                                          542. 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()))
                                                                                                                          544. 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()))
                                                                                                                          546. 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
                                                                                                                          548. 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
                                                                                                                          • 550. 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()))
                                                                                                                            552. 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()))
                                                                                                                            554. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_amy_VS (1.1.1)
                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_amy_VS|1.1.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()))
                                                                                                                            556. 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()))
                                                                                                                            558. 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()))
                                                                                                                            560. 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()))
                                                                                                                            562. 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
                                                                                                                            564. 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
                                                                                                                            • 566. 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()))
                                                                                                                              568. 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()))
                                                                                                                              570. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_amy_VS (1.1.1)
                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_amy_VS|1.1.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()))
                                                                                                                              572. 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()))
                                                                                                                              574. 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()))
                                                                                                                              576. 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()))
                                                                                                                              578. 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
                                                                                                                              580. 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
                                                                                                                              • 582. 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()))
                                                                                                                                584. 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()))
                                                                                                                                586. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_cre_VS (1.1.1)
                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cre_VS|1.1.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()))
                                                                                                                                588. 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()))
                                                                                                                                590. 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()))
                                                                                                                                592. 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()))
                                                                                                                                594. 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
                                                                                                                                596. 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
                                                                                                                                • 598. 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()))
                                                                                                                                  600. 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()))
                                                                                                                                  602. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_cre_VS (1.1.1)
                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cre_VS|1.1.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()))
                                                                                                                                  604. 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()))
                                                                                                                                  606. 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()))
                                                                                                                                  608. 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()))
                                                                                                                                  610. 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
                                                                                                                                  612. 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
                                                                                                                                  • 614. 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()))
                                                                                                                                    616. 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()))
                                                                                                                                    618. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_cys_c_VS (1.1.1)
                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cys_c_VS|1.1.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()))
                                                                                                                                    620. 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()))
                                                                                                                                    622. 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()))
                                                                                                                                    624. 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()))
                                                                                                                                    626. 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
                                                                                                                                    628. 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
                                                                                                                                    • 630. 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()))
                                                                                                                                      632. 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()))
                                                                                                                                      634. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_cys_c_VS (1.1.1)
                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cys_c_VS|1.1.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()))
                                                                                                                                      636. 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()))
                                                                                                                                      638. 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()))
                                                                                                                                      640. 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()))
                                                                                                                                      642. 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
                                                                                                                                      644. 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
                                                                                                                                      • 646. 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()))
                                                                                                                                        648. 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()))
                                                                                                                                        650. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ua_VS (1.1.1)
                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ua_VS|1.1.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()))
                                                                                                                                        652. 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()))
                                                                                                                                        654. 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()))
                                                                                                                                        656. 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()))
                                                                                                                                        658. 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
                                                                                                                                        660. 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
                                                                                                                                        • 662. 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()))
                                                                                                                                          664. 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()))
                                                                                                                                          666. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ua_VS (1.1.1)
                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ua_VS|1.1.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()))
                                                                                                                                          668. 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()))
                                                                                                                                          670. 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()))
                                                                                                                                          672. 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()))
                                                                                                                                          674. 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
                                                                                                                                          676. 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
                                                                                                                                          • 678. 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()))
                                                                                                                                            680. 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()))
                                                                                                                                            682. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_bun_VS (1.1.1)
                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bun_VS|1.1.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()))
                                                                                                                                            684. 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()))
                                                                                                                                            686. 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()))
                                                                                                                                            688. 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()))
                                                                                                                                            690. 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
                                                                                                                                            692. 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
                                                                                                                                            • 694. 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()))
                                                                                                                                              696. 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()))
                                                                                                                                              698. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_bun_VS (1.1.1)
                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bun_VS|1.1.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()))
                                                                                                                                              700. 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()))
                                                                                                                                              702. 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()))
                                                                                                                                              704. 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()))
                                                                                                                                              706. 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
                                                                                                                                              708. 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
                                                                                                                                              • 710. 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()))
                                                                                                                                                712. 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()))
                                                                                                                                                714. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_bg_VS (1.1.1)
                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bg_VS|1.1.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()))
                                                                                                                                                716. 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()))
                                                                                                                                                718. 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()))
                                                                                                                                                720. 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()))
                                                                                                                                                722. 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
                                                                                                                                                724. 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
                                                                                                                                                • 726. 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()))
                                                                                                                                                  728. 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()))
                                                                                                                                                  730. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_bg_VS (1.1.1)
                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bg_VS|1.1.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()))
                                                                                                                                                  732. 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()))
                                                                                                                                                  734. 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()))
                                                                                                                                                  736. 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()))
                                                                                                                                                  738. 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
                                                                                                                                                  740. 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
                                                                                                                                                  • 742. 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()))
                                                                                                                                                    744. 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()))
                                                                                                                                                    746. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_fbg_VS (1.1.1)
                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_fbg_VS|1.1.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()))
                                                                                                                                                    748. 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()))
                                                                                                                                                    750. 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()))
                                                                                                                                                    752. 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()))
                                                                                                                                                    754. 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
                                                                                                                                                    756. 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
                                                                                                                                                    • 758. 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()))
                                                                                                                                                      760. 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()))
                                                                                                                                                      762. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_fbg_VS (1.1.1)
                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_fbg_VS|1.1.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()))
                                                                                                                                                      764. 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()))
                                                                                                                                                      766. 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()))
                                                                                                                                                      768. 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()))
                                                                                                                                                      770. 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
                                                                                                                                                      772. 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
                                                                                                                                                      • 774. 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()))
                                                                                                                                                        776. 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()))
                                                                                                                                                        778. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_cbg_VS (1.1.1)
                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cbg_VS|1.1.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()))
                                                                                                                                                        780. 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()))
                                                                                                                                                        782. 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()))
                                                                                                                                                        784. 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()))
                                                                                                                                                        786. 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
                                                                                                                                                        788. 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
                                                                                                                                                        • 790. 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()))
                                                                                                                                                          792. 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()))
                                                                                                                                                          794. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_cbg_VS (1.1.1)
                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cbg_VS|1.1.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()))
                                                                                                                                                          796. 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()))
                                                                                                                                                          798. 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()))
                                                                                                                                                          800. 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()))
                                                                                                                                                          802. 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
                                                                                                                                                          804. 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
                                                                                                                                                          • 806. 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()))
                                                                                                                                                            808. 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()))
                                                                                                                                                            810. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_hba1cngsp_VS (1.1.1)
                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hba1c_ngsp_VS|1.1.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()))
                                                                                                                                                            812. 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()))
                                                                                                                                                            814. 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()))
                                                                                                                                                            816. 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()))
                                                                                                                                                            818. 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
                                                                                                                                                            820. 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
                                                                                                                                                            • 822. 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()))
                                                                                                                                                              824. 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()))
                                                                                                                                                              826. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_hba1cngsp_VS (1.1.1)
                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hba1c_ngsp_VS|1.1.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()))
                                                                                                                                                              828. 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()))
                                                                                                                                                              830. 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()))
                                                                                                                                                              832. 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()))
                                                                                                                                                              834. 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
                                                                                                                                                              836. 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
                                                                                                                                                              • 838. 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()))
                                                                                                                                                                840. 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()))
                                                                                                                                                                842. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_tg_VS (1.1.1)
                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_tg_VS|1.1.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()))
                                                                                                                                                                844. 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()))
                                                                                                                                                                846. 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()))
                                                                                                                                                                848. 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()))
                                                                                                                                                                850. 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
                                                                                                                                                                852. 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
                                                                                                                                                                • 854. 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()))
                                                                                                                                                                  856. 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()))
                                                                                                                                                                  858. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_tg_VS (1.1.1)
                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_tg_VS|1.1.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()))
                                                                                                                                                                  860. 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()))
                                                                                                                                                                  862. 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()))
                                                                                                                                                                  864. 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()))
                                                                                                                                                                  866. 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
                                                                                                                                                                  868. 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
                                                                                                                                                                  • 870. 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()))
                                                                                                                                                                    872. 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()))
                                                                                                                                                                    874. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ftg_VS (1.1.1)
                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ftg_VS|1.1.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()))
                                                                                                                                                                    876. 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()))
                                                                                                                                                                    878. 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()))
                                                                                                                                                                    880. 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()))
                                                                                                                                                                    882. 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
                                                                                                                                                                    884. 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
                                                                                                                                                                    • 886. 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()))
                                                                                                                                                                      888. 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()))
                                                                                                                                                                      890. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ftg_VS (1.1.1)
                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ftg_VS|1.1.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()))
                                                                                                                                                                      892. 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()))
                                                                                                                                                                      894. 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()))
                                                                                                                                                                      896. 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()))
                                                                                                                                                                      898. 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
                                                                                                                                                                      900. 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
                                                                                                                                                                      • 902. 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()))
                                                                                                                                                                        904. 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()))
                                                                                                                                                                        906. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ctg_VS (1.1.1)
                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ctg_VS|1.1.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()))
                                                                                                                                                                        908. 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()))
                                                                                                                                                                        910. 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()))
                                                                                                                                                                        912. 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()))
                                                                                                                                                                        914. 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
                                                                                                                                                                        916. 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
                                                                                                                                                                        • 918. 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()))
                                                                                                                                                                          920. 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()))
                                                                                                                                                                          922. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ctg_VS (1.1.1)
                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ctg_VS|1.1.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()))
                                                                                                                                                                          924. 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()))
                                                                                                                                                                          926. 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()))
                                                                                                                                                                          928. 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()))
                                                                                                                                                                          930. 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
                                                                                                                                                                          932. 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
                                                                                                                                                                          • 934. 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()))
                                                                                                                                                                            936. 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()))
                                                                                                                                                                            938. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_t_cho_VS (1.1.1)
                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_t_cho_VS|1.1.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()))
                                                                                                                                                                            940. 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()))
                                                                                                                                                                            942. 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()))
                                                                                                                                                                            944. 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()))
                                                                                                                                                                            946. 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
                                                                                                                                                                            948. 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
                                                                                                                                                                            • 950. 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()))
                                                                                                                                                                              952. 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()))
                                                                                                                                                                              954. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_t_cho_VS (1.1.1)
                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_t_cho_VS|1.1.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()))
                                                                                                                                                                              956. 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()))
                                                                                                                                                                              958. 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()))
                                                                                                                                                                              960. 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()))
                                                                                                                                                                              962. 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
                                                                                                                                                                              964. 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
                                                                                                                                                                              • 966. 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()))
                                                                                                                                                                                968. 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()))
                                                                                                                                                                                970. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_hdl_c_VS (1.1.1)
                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hdl_c_VS|1.1.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()))
                                                                                                                                                                                972. 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()))
                                                                                                                                                                                974. 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()))
                                                                                                                                                                                976. 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()))
                                                                                                                                                                                978. 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
                                                                                                                                                                                980. 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
                                                                                                                                                                                • 982. 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()))
                                                                                                                                                                                  984. 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()))
                                                                                                                                                                                  986. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_hdl_c_VS (1.1.1)
                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hdl_c_VS|1.1.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()))
                                                                                                                                                                                  988. 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()))
                                                                                                                                                                                  990. 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()))
                                                                                                                                                                                  992. 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()))
                                                                                                                                                                                  994. 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
                                                                                                                                                                                  996. 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
                                                                                                                                                                                  • 998. 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()))
                                                                                                                                                                                    1000. 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()))
                                                                                                                                                                                    1002. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ldl_c_VS (1.1.1)
                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ldl_c_VS|1.1.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()))
                                                                                                                                                                                    1004. 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()))
                                                                                                                                                                                    1006. 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()))
                                                                                                                                                                                    1008. 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()))
                                                                                                                                                                                    1010. 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
                                                                                                                                                                                    1012. 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
                                                                                                                                                                                    • 1014. 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()))
                                                                                                                                                                                      1016. 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()))
                                                                                                                                                                                      1018. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ldl_c_VS (1.1.1)
                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ldl_c_VS|1.1.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()))
                                                                                                                                                                                      1020. 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()))
                                                                                                                                                                                      1022. 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()))
                                                                                                                                                                                      1024. 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()))
                                                                                                                                                                                      1026. 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
                                                                                                                                                                                      1028. 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
                                                                                                                                                                                      • 1030. 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()))
                                                                                                                                                                                        1032. 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()))
                                                                                                                                                                                        1034. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_na_VS (1.1.1)
                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_na_VS|1.1.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()))
                                                                                                                                                                                        1036. 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()))
                                                                                                                                                                                        1038. 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()))
                                                                                                                                                                                        1040. 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()))
                                                                                                                                                                                        1042. 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
                                                                                                                                                                                        1044. 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
                                                                                                                                                                                        • 1046. 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()))
                                                                                                                                                                                          1048. 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()))
                                                                                                                                                                                          1050. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_na_VS (1.1.1)
                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_na_VS|1.1.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()))
                                                                                                                                                                                          1052. 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()))
                                                                                                                                                                                          1054. 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()))
                                                                                                                                                                                          1056. 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()))
                                                                                                                                                                                          1058. 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
                                                                                                                                                                                          1060. 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
                                                                                                                                                                                          • 1062. 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()))
                                                                                                                                                                                            1064. 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()))
                                                                                                                                                                                            1066. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_k_VS (1.1.1)
                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_k_VS|1.1.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()))
                                                                                                                                                                                            1068. 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()))
                                                                                                                                                                                            1070. 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()))
                                                                                                                                                                                            1072. 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()))
                                                                                                                                                                                            1074. 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
                                                                                                                                                                                            1076. 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
                                                                                                                                                                                            • 1078. 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()))
                                                                                                                                                                                              1080. 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()))
                                                                                                                                                                                              1082. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_k_VS (1.1.1)
                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_k_VS|1.1.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()))
                                                                                                                                                                                              1084. 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()))
                                                                                                                                                                                              1086. 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()))
                                                                                                                                                                                              1088. 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()))
                                                                                                                                                                                              1090. 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
                                                                                                                                                                                              1092. 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
                                                                                                                                                                                              • 1094. 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()))
                                                                                                                                                                                                1096. 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()))
                                                                                                                                                                                                1098. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_cl_VS (1.1.1)
                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_cl_VS|1.1.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()))
                                                                                                                                                                                                1100. 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()))
                                                                                                                                                                                                1102. 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()))
                                                                                                                                                                                                1104. 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()))
                                                                                                                                                                                                1106. 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
                                                                                                                                                                                                1108. 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
                                                                                                                                                                                                • 1110. 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()))
                                                                                                                                                                                                  1112. 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()))
                                                                                                                                                                                                  1114. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_cl_VS (1.1.1)
                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_cl_VS|1.1.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()))
                                                                                                                                                                                                  1116. 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()))
                                                                                                                                                                                                  1118. 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()))
                                                                                                                                                                                                  1120. 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()))
                                                                                                                                                                                                  1122. 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
                                                                                                                                                                                                  1124. 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
                                                                                                                                                                                                  • 1126. 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()))
                                                                                                                                                                                                    1128. 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()))
                                                                                                                                                                                                    1130. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_ca_VS (1.1.1)
                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_ca_VS|1.1.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()))
                                                                                                                                                                                                    1132. 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()))
                                                                                                                                                                                                    1134. 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()))
                                                                                                                                                                                                    1136. 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()))
                                                                                                                                                                                                    1138. 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
                                                                                                                                                                                                    1140. 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
                                                                                                                                                                                                    • 1142. 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()))
                                                                                                                                                                                                      1144. 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()))
                                                                                                                                                                                                      1146. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_ca_VS (1.1.1)
                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_ca_VS|1.1.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()))
                                                                                                                                                                                                      1148. 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()))
                                                                                                                                                                                                      1150. 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()))
                                                                                                                                                                                                      1152. 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()))
                                                                                                                                                                                                      1154. 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
                                                                                                                                                                                                      1156. 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
                                                                                                                                                                                                      • 1158. 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()))
                                                                                                                                                                                                        1160. 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()))
                                                                                                                                                                                                        1162. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_t_bil_VS (1.1.1)
                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_t_bil_VS|1.1.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()))
                                                                                                                                                                                                        1164. 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()))
                                                                                                                                                                                                        1166. 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()))
                                                                                                                                                                                                        1168. 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()))
                                                                                                                                                                                                        1170. 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
                                                                                                                                                                                                        1172. 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
                                                                                                                                                                                                        • 1174. 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()))
                                                                                                                                                                                                          1176. 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()))
                                                                                                                                                                                                          1178. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_t_bil_VS (1.1.1)
                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_t_bil_VS|1.1.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()))
                                                                                                                                                                                                          1180. 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()))
                                                                                                                                                                                                          1182. 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()))
                                                                                                                                                                                                          1184. 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()))
                                                                                                                                                                                                          1186. 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
                                                                                                                                                                                                          1188. 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
                                                                                                                                                                                                          • 1190. 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()))
                                                                                                                                                                                                            1192. 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()))
                                                                                                                                                                                                            1194. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_d_bil_VS (1.1.1)
                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_d_bil_VS|1.1.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()))
                                                                                                                                                                                                            1196. 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()))
                                                                                                                                                                                                            1198. 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()))
                                                                                                                                                                                                            1200. 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()))
                                                                                                                                                                                                            1202. 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
                                                                                                                                                                                                            1204. 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
                                                                                                                                                                                                            • 1206. 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()))
                                                                                                                                                                                                              1208. 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()))
                                                                                                                                                                                                              1210. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_d_bil_VS (1.1.1)
                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_d_bil_VS|1.1.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()))
                                                                                                                                                                                                              1212. 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()))
                                                                                                                                                                                                              1214. 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()))
                                                                                                                                                                                                              1216. 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()))
                                                                                                                                                                                                              1218. 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
                                                                                                                                                                                                              1220. 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
                                                                                                                                                                                                              • 1222. 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()))
                                                                                                                                                                                                                1224. 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()))
                                                                                                                                                                                                                1226. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_wbc_VS (1.1.1)
                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_wbc_VS|1.1.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()))
                                                                                                                                                                                                                1228. 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()))
                                                                                                                                                                                                                1230. 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()))
                                                                                                                                                                                                                1232. 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()))
                                                                                                                                                                                                                1234. 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
                                                                                                                                                                                                                1236. 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
                                                                                                                                                                                                                • 1238. 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()))
                                                                                                                                                                                                                  1240. 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()))
                                                                                                                                                                                                                  1242. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_wbc_VS (1.1.1)
                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_wbc_VS|1.1.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()))
                                                                                                                                                                                                                  1244. 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()))
                                                                                                                                                                                                                  1246. 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()))
                                                                                                                                                                                                                  1248. 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()))
                                                                                                                                                                                                                  1250. 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
                                                                                                                                                                                                                  1252. 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
                                                                                                                                                                                                                  • 1254. 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()))
                                                                                                                                                                                                                    1256. 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()))
                                                                                                                                                                                                                    1258. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_rbc_VS (1.1.1)
                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_rbc_VS|1.1.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()))
                                                                                                                                                                                                                    1260. 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()))
                                                                                                                                                                                                                    1262. 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()))
                                                                                                                                                                                                                    1264. 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()))
                                                                                                                                                                                                                    1266. 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
                                                                                                                                                                                                                    1268. 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
                                                                                                                                                                                                                    • 1270. 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()))
                                                                                                                                                                                                                      1272. 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()))
                                                                                                                                                                                                                      1274. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_rbc_VS (1.1.1)
                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_rbc_VS|1.1.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()))
                                                                                                                                                                                                                      1276. 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()))
                                                                                                                                                                                                                      1278. 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()))
                                                                                                                                                                                                                      1280. 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()))
                                                                                                                                                                                                                      1282. 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
                                                                                                                                                                                                                      1284. 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
                                                                                                                                                                                                                      • 1286. 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()))
                                                                                                                                                                                                                        1288. 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()))
                                                                                                                                                                                                                        1290. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_hb_VS (1.1.1)
                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_hb_VS|1.1.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()))
                                                                                                                                                                                                                        1292. 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()))
                                                                                                                                                                                                                        1294. 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()))
                                                                                                                                                                                                                        1296. 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()))
                                                                                                                                                                                                                        1298. 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
                                                                                                                                                                                                                        1300. 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
                                                                                                                                                                                                                        • 1302. 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()))
                                                                                                                                                                                                                          1304. 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()))
                                                                                                                                                                                                                          1306. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_hb_VS (1.1.1)
                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_hb_VS|1.1.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()))
                                                                                                                                                                                                                          1308. 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()))
                                                                                                                                                                                                                          1310. 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()))
                                                                                                                                                                                                                          1312. 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()))
                                                                                                                                                                                                                          1314. 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
                                                                                                                                                                                                                          1316. 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
                                                                                                                                                                                                                          • 1318. 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()))
                                                                                                                                                                                                                            1320. 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()))
                                                                                                                                                                                                                            1322. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_plt_VS (1.1.1)
                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_plt_VS|1.1.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()))
                                                                                                                                                                                                                            1324. 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()))
                                                                                                                                                                                                                            1326. 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()))
                                                                                                                                                                                                                            1328. 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()))
                                                                                                                                                                                                                            1330. 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
                                                                                                                                                                                                                            1332. 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
                                                                                                                                                                                                                            • 1334. 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()))
                                                                                                                                                                                                                              1336. 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()))
                                                                                                                                                                                                                              1338. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_plt_VS (1.1.1)
                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_plt_VS|1.1.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()))
                                                                                                                                                                                                                              1340. 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()))
                                                                                                                                                                                                                              1342. 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()))
                                                                                                                                                                                                                              1344. 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()))
                                                                                                                                                                                                                              1346. 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
                                                                                                                                                                                                                              1348. 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
                                                                                                                                                                                                                              • 1350. 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()))
                                                                                                                                                                                                                                1352. 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()))
                                                                                                                                                                                                                                1354. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_aptt_VS (1.1.1)
                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_aptt_VS|1.1.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()))
                                                                                                                                                                                                                                1356. 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()))
                                                                                                                                                                                                                                1358. 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()))
                                                                                                                                                                                                                                1360. 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()))
                                                                                                                                                                                                                                1362. 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
                                                                                                                                                                                                                                1364. 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
                                                                                                                                                                                                                                • 1366. 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()))
                                                                                                                                                                                                                                  1368. 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()))
                                                                                                                                                                                                                                  1370. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_aptt_VS (1.1.1)
                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_aptt_VS|1.1.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()))
                                                                                                                                                                                                                                  1372. 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()))
                                                                                                                                                                                                                                  1374. 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()))
                                                                                                                                                                                                                                  1376. 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()))
                                                                                                                                                                                                                                  1378. 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
                                                                                                                                                                                                                                  1380. 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
                                                                                                                                                                                                                                  • 1382. 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()))
                                                                                                                                                                                                                                    1384. 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()))
                                                                                                                                                                                                                                    1386. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_pt_sec_VS (1.1.1)
                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_sec_VS|1.1.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()))
                                                                                                                                                                                                                                    1388. 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()))
                                                                                                                                                                                                                                    1390. 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()))
                                                                                                                                                                                                                                    1392. 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()))
                                                                                                                                                                                                                                    1394. 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
                                                                                                                                                                                                                                    1396. 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
                                                                                                                                                                                                                                    • 1398. 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()))
                                                                                                                                                                                                                                      1400. 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()))
                                                                                                                                                                                                                                      1402. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_pt_sec_VS (1.1.1)
                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_sec_VS|1.1.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()))
                                                                                                                                                                                                                                      1404. 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()))
                                                                                                                                                                                                                                      1406. 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()))
                                                                                                                                                                                                                                      1408. 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()))
                                                                                                                                                                                                                                      1410. 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
                                                                                                                                                                                                                                      1412. 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
                                                                                                                                                                                                                                      • 1414. 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()))
                                                                                                                                                                                                                                        1416. 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()))
                                                                                                                                                                                                                                        1418. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_pt_ratio_VS (1.1.1)
                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_ratio_VS|1.1.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()))
                                                                                                                                                                                                                                        1420. 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()))
                                                                                                                                                                                                                                        1422. 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()))
                                                                                                                                                                                                                                        1424. 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()))
                                                                                                                                                                                                                                        1426. 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
                                                                                                                                                                                                                                        1428. 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
                                                                                                                                                                                                                                        • 1430. 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()))
                                                                                                                                                                                                                                          1432. 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()))
                                                                                                                                                                                                                                          1434. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_pt_ratio_VS (1.1.1)
                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_ratio_VS|1.1.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()))
                                                                                                                                                                                                                                          1436. 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()))
                                                                                                                                                                                                                                          1438. 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()))
                                                                                                                                                                                                                                          1440. 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()))
                                                                                                                                                                                                                                          1442. 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
                                                                                                                                                                                                                                          1444. 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
                                                                                                                                                                                                                                          • 1446. 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()))
                                                                                                                                                                                                                                            1448. 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()))
                                                                                                                                                                                                                                            1450. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_pt_act_VS (1.1.1)
                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_act_VS|1.1.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()))
                                                                                                                                                                                                                                            1452. 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()))
                                                                                                                                                                                                                                            1454. 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()))
                                                                                                                                                                                                                                            1456. 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()))
                                                                                                                                                                                                                                            1458. 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
                                                                                                                                                                                                                                            1460. 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
                                                                                                                                                                                                                                            • 1462. 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()))
                                                                                                                                                                                                                                              1464. 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()))
                                                                                                                                                                                                                                              1466. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_pt_act_VS (1.1.1)
                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_act_VS|1.1.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()))
                                                                                                                                                                                                                                              1468. 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()))
                                                                                                                                                                                                                                              1470. 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()))
                                                                                                                                                                                                                                              1472. 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()))
                                                                                                                                                                                                                                              1474. 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
                                                                                                                                                                                                                                              1476. 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
                                                                                                                                                                                                                                              • 1478. 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()))
                                                                                                                                                                                                                                                1480. 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()))
                                                                                                                                                                                                                                                1482. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_pt_inr_VS (1.1.1)
                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_pt_inr_VS|1.1.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()))
                                                                                                                                                                                                                                                1484. 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()))
                                                                                                                                                                                                                                                1486. 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()))
                                                                                                                                                                                                                                                1488. 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()))
                                                                                                                                                                                                                                                1490. 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
                                                                                                                                                                                                                                                1492. 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
                                                                                                                                                                                                                                                • 1494. 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()))
                                                                                                                                                                                                                                                  1496. 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()))
                                                                                                                                                                                                                                                  1498. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_pt_inr_VS (1.1.1)
                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_pt_inr_VS|1.1.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()))
                                                                                                                                                                                                                                                  1500. 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()))
                                                                                                                                                                                                                                                  1502. 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()))
                                                                                                                                                                                                                                                  1504. 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()))
                                                                                                                                                                                                                                                  1506. 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
                                                                                                                                                                                                                                                  1508. 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
                                                                                                                                                                                                                                                  • 1510. 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()))
                                                                                                                                                                                                                                                    1512. 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()))
                                                                                                                                                                                                                                                    1514. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_dd_VS (1.1.1)
                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_dd_VS|1.1.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()))
                                                                                                                                                                                                                                                    1516. 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()))
                                                                                                                                                                                                                                                    1518. 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()))
                                                                                                                                                                                                                                                    1520. 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()))
                                                                                                                                                                                                                                                    1522. 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
                                                                                                                                                                                                                                                    1524. 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
                                                                                                                                                                                                                                                    • 1526. 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()))
                                                                                                                                                                                                                                                      1528. 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()))
                                                                                                                                                                                                                                                      1530. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_dd_VS (1.1.1)
                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_dd_VS|1.1.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()))
                                                                                                                                                                                                                                                      1532. 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()))
                                                                                                                                                                                                                                                      1534. 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()))
                                                                                                                                                                                                                                                      1536. 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()))
                                                                                                                                                                                                                                                      1538. 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
                                                                                                                                                                                                                                                      1540. 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
                                                                                                                                                                                                                                                      • 1542. 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()))
                                                                                                                                                                                                                                                        1544. 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()))
                                                                                                                                                                                                                                                        1546. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_dd_class_VS (1.1.1)
                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_dd_class_VS|1.1.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()))
                                                                                                                                                                                                                                                        1548. 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()))
                                                                                                                                                                                                                                                        1550. 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()))
                                                                                                                                                                                                                                                        1552. 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()))
                                                                                                                                                                                                                                                        1554. 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
                                                                                                                                                                                                                                                        1556. 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
                                                                                                                                                                                                                                                        • 1558. 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()))
                                                                                                                                                                                                                                                          1560. 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()))
                                                                                                                                                                                                                                                          1562. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_dd_class_VS (1.1.1)
                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_dd_class_VS|1.1.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()))
                                                                                                                                                                                                                                                          1564. 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()))
                                                                                                                                                                                                                                                          1566. 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()))
                                                                                                                                                                                                                                                          1568. 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()))
                                                                                                                                                                                                                                                          1570. 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
                                                                                                                                                                                                                                                          1572. 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
                                                                                                                                                                                                                                                          • 1574. 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()))
                                                                                                                                                                                                                                                            1576. 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()))
                                                                                                                                                                                                                                                            1578. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_utp_VS (1.1.1)
                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_utp_VS|1.1.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()))
                                                                                                                                                                                                                                                            1580. 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()))
                                                                                                                                                                                                                                                            1582. 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()))
                                                                                                                                                                                                                                                            1584. 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()))
                                                                                                                                                                                                                                                            1586. 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
                                                                                                                                                                                                                                                            1588. 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
                                                                                                                                                                                                                                                            • 1590. 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()))
                                                                                                                                                                                                                                                              1592. 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()))
                                                                                                                                                                                                                                                              1594. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_utp_VS (1.1.1)
                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_utp_VS|1.1.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()))
                                                                                                                                                                                                                                                              1596. 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()))
                                                                                                                                                                                                                                                              1598. 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()))
                                                                                                                                                                                                                                                              1600. 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()))
                                                                                                                                                                                                                                                              1602. 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
                                                                                                                                                                                                                                                              1604. 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
                                                                                                                                                                                                                                                              • 1606. 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()))
                                                                                                                                                                                                                                                                1608. 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()))
                                                                                                                                                                                                                                                                1610. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_utp_HalfQty_VS (1.1.1)
                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_utp_HalfQty_VS|1.1.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()))
                                                                                                                                                                                                                                                                1612. 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()))
                                                                                                                                                                                                                                                                1614. 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()))
                                                                                                                                                                                                                                                                1616. 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()))
                                                                                                                                                                                                                                                                1618. 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
                                                                                                                                                                                                                                                                1620. 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
                                                                                                                                                                                                                                                                • 1622. 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()))
                                                                                                                                                                                                                                                                  1624. 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()))
                                                                                                                                                                                                                                                                  1626. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_utp_HalfQty_VS (1.1.1)
                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_utp_HalfQty_VS|1.1.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()))
                                                                                                                                                                                                                                                                  1628. 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()))
                                                                                                                                                                                                                                                                  1630. 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()))
                                                                                                                                                                                                                                                                  1632. 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()))
                                                                                                                                                                                                                                                                  1634. 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
                                                                                                                                                                                                                                                                  1636. 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
                                                                                                                                                                                                                                                                  • 1638. 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()))
                                                                                                                                                                                                                                                                    1640. 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()))
                                                                                                                                                                                                                                                                    1642. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_glu_VS (1.1.1)
                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_glu_VS|1.1.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()))
                                                                                                                                                                                                                                                                    1644. 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()))
                                                                                                                                                                                                                                                                    1646. 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()))
                                                                                                                                                                                                                                                                    1648. 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()))
                                                                                                                                                                                                                                                                    1650. 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
                                                                                                                                                                                                                                                                    1652. 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
                                                                                                                                                                                                                                                                    • 1654. 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()))
                                                                                                                                                                                                                                                                      1656. 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()))
                                                                                                                                                                                                                                                                      1658. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_glu_VS (1.1.1)
                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_glu_VS|1.1.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()))
                                                                                                                                                                                                                                                                      1660. 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()))
                                                                                                                                                                                                                                                                      1662. 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()))
                                                                                                                                                                                                                                                                      1664. 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()))
                                                                                                                                                                                                                                                                      1666. 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
                                                                                                                                                                                                                                                                      1668. 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
                                                                                                                                                                                                                                                                      • 1670. 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()))
                                                                                                                                                                                                                                                                        1672. 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()))
                                                                                                                                                                                                                                                                        1674. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_glu_HalfQty_VS (1.1.1)
                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_glu_HalfQty_VS|1.1.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()))
                                                                                                                                                                                                                                                                        1676. 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()))
                                                                                                                                                                                                                                                                        1678. 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()))
                                                                                                                                                                                                                                                                        1680. 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()))
                                                                                                                                                                                                                                                                        1682. 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
                                                                                                                                                                                                                                                                        1684. 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
                                                                                                                                                                                                                                                                        • 1686. 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()))
                                                                                                                                                                                                                                                                          1688. 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()))
                                                                                                                                                                                                                                                                          1690. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_glu_HalfQty_VS (1.1.1)
                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_glu_HalfQty_VS|1.1.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()))
                                                                                                                                                                                                                                                                          1692. 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()))
                                                                                                                                                                                                                                                                          1694. 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()))
                                                                                                                                                                                                                                                                          1696. 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()))
                                                                                                                                                                                                                                                                          1698. 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
                                                                                                                                                                                                                                                                          1700. 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
                                                                                                                                                                                                                                                                          • 1702. 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()))
                                                                                                                                                                                                                                                                            1704. 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()))
                                                                                                                                                                                                                                                                            1706. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_bld_VS (1.1.1)
                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_bld_VS|1.1.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()))
                                                                                                                                                                                                                                                                            1708. 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()))
                                                                                                                                                                                                                                                                            1710. 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()))
                                                                                                                                                                                                                                                                            1712. 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()))
                                                                                                                                                                                                                                                                            1714. 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
                                                                                                                                                                                                                                                                            1716. 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
                                                                                                                                                                                                                                                                            • 1718. 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()))
                                                                                                                                                                                                                                                                              1720. 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()))
                                                                                                                                                                                                                                                                              1722. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_bld_VS (1.1.1)
                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_bld_VS|1.1.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()))
                                                                                                                                                                                                                                                                              1724. 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()))
                                                                                                                                                                                                                                                                              1726. 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()))
                                                                                                                                                                                                                                                                              1728. 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()))
                                                                                                                                                                                                                                                                              1730. 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
                                                                                                                                                                                                                                                                              1732. 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
                                                                                                                                                                                                                                                                              • 1734. 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()))
                                                                                                                                                                                                                                                                                1736. 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()))
                                                                                                                                                                                                                                                                                1738. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_bld_HalfQty_VS (1.1.1)
                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_bld_HalfQty_VS|1.1.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()))
                                                                                                                                                                                                                                                                                1740. 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()))
                                                                                                                                                                                                                                                                                1742. 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()))
                                                                                                                                                                                                                                                                                1744. 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()))
                                                                                                                                                                                                                                                                                1746. 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
                                                                                                                                                                                                                                                                                1748. 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
                                                                                                                                                                                                                                                                                • 1750. 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()))
                                                                                                                                                                                                                                                                                  1752. 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()))
                                                                                                                                                                                                                                                                                  1754. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_bld_HalfQty_VS (1.1.1)
                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_bld_HalfQty_VS|1.1.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()))
                                                                                                                                                                                                                                                                                  1756. 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()))
                                                                                                                                                                                                                                                                                  1758. 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()))
                                                                                                                                                                                                                                                                                  1760. Observation.code.coding:coreLaboJLAC10/u-pc-result
                                                                                                                                                                                                                                                                                  Slice NamecoreLaboJLAC10/u-pc-result
                                                                                                                                                                                                                                                                                  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:coreLaboJLAC10/u-pc-result.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:coreLaboJLAC10/u-pc-result.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:coreLaboJLAC10/u-pc-result.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()))
                                                                                                                                                                                                                                                                                    1768. Observation.code.coding:coreLaboJLAC10/u-pc-result.version
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by 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:coreLaboJLAC10/u-pc-result.code
                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_pc_result_VS (1.1.1)
                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_pc_result_VS|1.1.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()))
                                                                                                                                                                                                                                                                                    1772. Observation.code.coding:coreLaboJLAC10/u-pc-result.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:coreLaboJLAC10/u-pc-result.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:coreLaboJLAC11/u-pc-result
                                                                                                                                                                                                                                                                                    Slice NamecoreLaboJLAC11/u-pc-result
                                                                                                                                                                                                                                                                                    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:coreLaboJLAC11/u-pc-result.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:coreLaboJLAC11/u-pc-result.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:coreLaboJLAC11/u-pc-result.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()))
                                                                                                                                                                                                                                                                                      1784. Observation.code.coding:coreLaboJLAC11/u-pc-result.version
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by 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:coreLaboJLAC11/u-pc-result.code
                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_pc_result_VS (1.1.1)
                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_pc_result_VS|1.1.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()))
                                                                                                                                                                                                                                                                                      1788. Observation.code.coding:coreLaboJLAC11/u-pc-result.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()))
                                                                                                                                                                                                                                                                                      1790. Observation.code.coding:coreLaboJLAC11/u-pc-result.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:coreLaboJLAC10/u-pc-qty
                                                                                                                                                                                                                                                                                      Slice NamecoreLaboJLAC10/u-pc-qty
                                                                                                                                                                                                                                                                                      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:coreLaboJLAC10/u-pc-qty.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:coreLaboJLAC10/u-pc-qty.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:coreLaboJLAC10/u-pc-qty.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()))
                                                                                                                                                                                                                                                                                        1800. Observation.code.coding:coreLaboJLAC10/u-pc-qty.version
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by 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:coreLaboJLAC10/u-pc-qty.code
                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_pc_qty_VS (1.1.1)
                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_pc_qty_VS|1.1.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()))
                                                                                                                                                                                                                                                                                        1804. Observation.code.coding:coreLaboJLAC10/u-pc-qty.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()))
                                                                                                                                                                                                                                                                                        1806. Observation.code.coding:coreLaboJLAC10/u-pc-qty.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:coreLaboJLAC11/u-pc-qty
                                                                                                                                                                                                                                                                                        Slice NamecoreLaboJLAC11/u-pc-qty
                                                                                                                                                                                                                                                                                        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:coreLaboJLAC11/u-pc-qty.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:coreLaboJLAC11/u-pc-qty.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:coreLaboJLAC11/u-pc-qty.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()))
                                                                                                                                                                                                                                                                                          1816. Observation.code.coding:coreLaboJLAC11/u-pc-qty.version
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by 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:coreLaboJLAC11/u-pc-qty.code
                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_pc_qty_VS (1.1.1)
                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_pc_qty_VS|1.1.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()))
                                                                                                                                                                                                                                                                                          1820. Observation.code.coding:coreLaboJLAC11/u-pc-qty.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()))
                                                                                                                                                                                                                                                                                          1822. Observation.code.coding:coreLaboJLAC11/u-pc-qty.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:coreLaboJLAC10/u-ac-result
                                                                                                                                                                                                                                                                                          Slice NamecoreLaboJLAC10/u-ac-result
                                                                                                                                                                                                                                                                                          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:coreLaboJLAC10/u-ac-result.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:coreLaboJLAC10/u-ac-result.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:coreLaboJLAC10/u-ac-result.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()))
                                                                                                                                                                                                                                                                                            1832. Observation.code.coding:coreLaboJLAC10/u-ac-result.version
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by 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:coreLaboJLAC10/u-ac-result.code
                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_ac_result_VS (1.1.1)
                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_ac_result_VS|1.1.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()))
                                                                                                                                                                                                                                                                                            1836. Observation.code.coding:coreLaboJLAC10/u-ac-result.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()))
                                                                                                                                                                                                                                                                                            1838. Observation.code.coding:coreLaboJLAC10/u-ac-result.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:coreLaboJLAC11/u-ac-result
                                                                                                                                                                                                                                                                                            Slice NamecoreLaboJLAC11/u-ac-result
                                                                                                                                                                                                                                                                                            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:coreLaboJLAC11/u-ac-result.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:coreLaboJLAC11/u-ac-result.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:coreLaboJLAC11/u-ac-result.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()))
                                                                                                                                                                                                                                                                                              1848. Observation.code.coding:coreLaboJLAC11/u-ac-result.version
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by 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:coreLaboJLAC11/u-ac-result.code
                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_ac_result_VS (1.1.1)
                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_ac_result_VS|1.1.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()))
                                                                                                                                                                                                                                                                                              1852. Observation.code.coding:coreLaboJLAC11/u-ac-result.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()))
                                                                                                                                                                                                                                                                                              1854. Observation.code.coding:coreLaboJLAC11/u-ac-result.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:coreLaboJLAC10/u-ac-qty
                                                                                                                                                                                                                                                                                              Slice NamecoreLaboJLAC10/u-ac-qty
                                                                                                                                                                                                                                                                                              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:coreLaboJLAC10/u-ac-qty.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:coreLaboJLAC10/u-ac-qty.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:coreLaboJLAC10/u-ac-qty.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()))
                                                                                                                                                                                                                                                                                                1864. Observation.code.coding:coreLaboJLAC10/u-ac-qty.version
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by 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:coreLaboJLAC10/u-ac-qty.code
                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_CoreLaboJLAC10_u_ac_qty_VS (1.1.1)
                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_u_ac_qty_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                1868. Observation.code.coding:coreLaboJLAC10/u-ac-qty.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()))
                                                                                                                                                                                                                                                                                                1870. Observation.code.coding:coreLaboJLAC10/u-ac-qty.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:coreLaboJLAC11/u-ac-qty
                                                                                                                                                                                                                                                                                                Slice NamecoreLaboJLAC11/u-ac-qty
                                                                                                                                                                                                                                                                                                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:coreLaboJLAC11/u-ac-qty.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:coreLaboJLAC11/u-ac-qty.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:coreLaboJLAC11/u-ac-qty.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()))
                                                                                                                                                                                                                                                                                                  1880. Observation.code.coding:coreLaboJLAC11/u-ac-qty.version
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by 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:coreLaboJLAC11/u-ac-qty.code
                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_CoreLaboJLAC11_u_ac_qty_VS (1.1.1)
                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_u_ac_qty_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                  1884. Observation.code.coding:coreLaboJLAC11/u-ac-qty.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()))
                                                                                                                                                                                                                                                                                                  1886. Observation.code.coding:coreLaboJLAC11/u-ac-qty.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: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()))
                                                                                                                                                                                                                                                                                                  1890. 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
                                                                                                                                                                                                                                                                                                  1892. 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
                                                                                                                                                                                                                                                                                                  • 1894. 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()))
                                                                                                                                                                                                                                                                                                    1896. 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()))
                                                                                                                                                                                                                                                                                                    1898. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_bnp_VS (1.1.1)
                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_bnp_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                    1900. 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()))
                                                                                                                                                                                                                                                                                                    1902. 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()))
                                                                                                                                                                                                                                                                                                    1904. 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()))
                                                                                                                                                                                                                                                                                                    1906. 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
                                                                                                                                                                                                                                                                                                    1908. 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
                                                                                                                                                                                                                                                                                                    • 1910. 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()))
                                                                                                                                                                                                                                                                                                      1912. 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()))
                                                                                                                                                                                                                                                                                                      1914. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_bnp_VS (1.1.1)
                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_bnp_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                      1916. 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()))
                                                                                                                                                                                                                                                                                                      1918. 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()))
                                                                                                                                                                                                                                                                                                      1920. 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()))
                                                                                                                                                                                                                                                                                                      1922. 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
                                                                                                                                                                                                                                                                                                      1924. 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
                                                                                                                                                                                                                                                                                                      • 1926. 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()))
                                                                                                                                                                                                                                                                                                        1928. 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()))
                                                                                                                                                                                                                                                                                                        1930. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_nt_probnp_VS (1.1.1)
                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_nt_probnp_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                        1932. 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()))
                                                                                                                                                                                                                                                                                                        1934. 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()))
                                                                                                                                                                                                                                                                                                        1936. 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()))
                                                                                                                                                                                                                                                                                                        1938. 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
                                                                                                                                                                                                                                                                                                        1940. 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
                                                                                                                                                                                                                                                                                                        • 1942. 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()))
                                                                                                                                                                                                                                                                                                          1944. 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()))
                                                                                                                                                                                                                                                                                                          1946. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_nt_probnp_VS (1.1.1)
                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_nt_probnp_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                          1948. 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()))
                                                                                                                                                                                                                                                                                                          1950. 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()))
                                                                                                                                                                                                                                                                                                          1952. 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()))
                                                                                                                                                                                                                                                                                                          1954. 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
                                                                                                                                                                                                                                                                                                          1956. 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
                                                                                                                                                                                                                                                                                                          • 1958. 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()))
                                                                                                                                                                                                                                                                                                            1960. 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()))
                                                                                                                                                                                                                                                                                                            1962. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_crp_VS (1.1.1)
                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_crp_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                            1964. 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()))
                                                                                                                                                                                                                                                                                                            1966. 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()))
                                                                                                                                                                                                                                                                                                            1968. 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()))
                                                                                                                                                                                                                                                                                                            1970. 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
                                                                                                                                                                                                                                                                                                            1972. 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
                                                                                                                                                                                                                                                                                                            • 1974. 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()))
                                                                                                                                                                                                                                                                                                              1976. 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()))
                                                                                                                                                                                                                                                                                                              1978. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_crp_VS (1.1.1)
                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_crp_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                              1980. 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()))
                                                                                                                                                                                                                                                                                                              1982. 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()))
                                                                                                                                                                                                                                                                                                              1984. 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()))
                                                                                                                                                                                                                                                                                                              1986. 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
                                                                                                                                                                                                                                                                                                              1988. 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
                                                                                                                                                                                                                                                                                                              • 1990. 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()))
                                                                                                                                                                                                                                                                                                                1992. 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()))
                                                                                                                                                                                                                                                                                                                1994. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_crp_class_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_crp_class_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                1996. 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()))
                                                                                                                                                                                                                                                                                                                1998. 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()))
                                                                                                                                                                                                                                                                                                                2000. 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()))
                                                                                                                                                                                                                                                                                                                2002. 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
                                                                                                                                                                                                                                                                                                                2004. 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
                                                                                                                                                                                                                                                                                                                • 2006. 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()))
                                                                                                                                                                                                                                                                                                                  2008. 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()))
                                                                                                                                                                                                                                                                                                                  2010. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_crp_class_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_crp_class_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                  2012. 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()))
                                                                                                                                                                                                                                                                                                                  2014. 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()))
                                                                                                                                                                                                                                                                                                                  2016. 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()))
                                                                                                                                                                                                                                                                                                                  2018. 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
                                                                                                                                                                                                                                                                                                                  2020. 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
                                                                                                                                                                                                                                                                                                                  • 2022. 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()))
                                                                                                                                                                                                                                                                                                                    2024. 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()))
                                                                                                                                                                                                                                                                                                                    2026. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_abo_bld_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_abo_bld_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                    2028. 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()))
                                                                                                                                                                                                                                                                                                                    2030. 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()))
                                                                                                                                                                                                                                                                                                                    2032. 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()))
                                                                                                                                                                                                                                                                                                                    2034. 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
                                                                                                                                                                                                                                                                                                                    2036. 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
                                                                                                                                                                                                                                                                                                                    • 2038. 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()))
                                                                                                                                                                                                                                                                                                                      2040. 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()))
                                                                                                                                                                                                                                                                                                                      2042. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_abo_bld_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_abo_bld_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                      2044. 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()))
                                                                                                                                                                                                                                                                                                                      2046. 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()))
                                                                                                                                                                                                                                                                                                                      2048. 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()))
                                                                                                                                                                                                                                                                                                                      2050. 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
                                                                                                                                                                                                                                                                                                                      2052. 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
                                                                                                                                                                                                                                                                                                                      • 2054. 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()))
                                                                                                                                                                                                                                                                                                                        2056. 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()))
                                                                                                                                                                                                                                                                                                                        2058. 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 JP_CLINS_ValueSet_CoreLaboJLAC10_rh_bld_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_CoreLabo_rh_bld_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                        2060. 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()))
                                                                                                                                                                                                                                                                                                                        2062. 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()))
                                                                                                                                                                                                                                                                                                                        2064. 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()))
                                                                                                                                                                                                                                                                                                                        2066. 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
                                                                                                                                                                                                                                                                                                                        2068. 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
                                                                                                                                                                                                                                                                                                                        • 2070. 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()))
                                                                                                                                                                                                                                                                                                                          2072. 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()))
                                                                                                                                                                                                                                                                                                                          2074. 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 JP_CLINS_ValueSet_CoreLaboJLAC11_rh_bld_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_CoreLabo_rh_bld_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                          2076. 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()))
                                                                                                                                                                                                                                                                                                                          2078. 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()))
                                                                                                                                                                                                                                                                                                                          2080. 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()))
                                                                                                                                                                                                                                                                                                                          2082. 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
                                                                                                                                                                                                                                                                                                                          2084. 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
                                                                                                                                                                                                                                                                                                                          • 2086. 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()))
                                                                                                                                                                                                                                                                                                                            2088. 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()))
                                                                                                                                                                                                                                                                                                                            2090. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_STSQLRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_STSQLRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                            2094. 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()))
                                                                                                                                                                                                                                                                                                                            2096. 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()))
                                                                                                                                                                                                                                                                                                                            2098. 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
                                                                                                                                                                                                                                                                                                                            2100. 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
                                                                                                                                                                                                                                                                                                                            • 2102. 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()))
                                                                                                                                                                                                                                                                                                                              2104. 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()))
                                                                                                                                                                                                                                                                                                                              2106. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_STSQLRESULT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_STSQLRESULT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                              2108. 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()))
                                                                                                                                                                                                                                                                                                                              2110. 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()))
                                                                                                                                                                                                                                                                                                                              2112. 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()))
                                                                                                                                                                                                                                                                                                                              2114. 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
                                                                                                                                                                                                                                                                                                                              2116. 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
                                                                                                                                                                                                                                                                                                                              • 2118. 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()))
                                                                                                                                                                                                                                                                                                                                2120. 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()))
                                                                                                                                                                                                                                                                                                                                2122. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_STSQUANT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_STSQUANT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                2126. 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()))
                                                                                                                                                                                                                                                                                                                                2128. 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()))
                                                                                                                                                                                                                                                                                                                                2130. 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
                                                                                                                                                                                                                                                                                                                                2132. 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
                                                                                                                                                                                                                                                                                                                                • 2134. 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()))
                                                                                                                                                                                                                                                                                                                                  2136. 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()))
                                                                                                                                                                                                                                                                                                                                  2138. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_STSQUANT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_STSQUANT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                  2140. 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()))
                                                                                                                                                                                                                                                                                                                                  2142. 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()))
                                                                                                                                                                                                                                                                                                                                  2144. Observation.code.coding:infectionLaboJLAC10/stsdil
                                                                                                                                                                                                                                                                                                                                  Slice NameinfectionLaboJLAC10/stsdil
                                                                                                                                                                                                                                                                                                                                  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:infectionLaboJLAC10/stsdil.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:infectionLaboJLAC10/stsdil.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:infectionLaboJLAC10/stsdil.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()))
                                                                                                                                                                                                                                                                                                                                    2152. Observation.code.coding:infectionLaboJLAC10/stsdil.version
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by 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:infectionLaboJLAC10/stsdil.code
                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_STSDIL_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_STSDIL_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a 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:infectionLaboJLAC10/stsdil.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()))
                                                                                                                                                                                                                                                                                                                                    2158. Observation.code.coding:infectionLaboJLAC10/stsdil.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:infectionLaboJLAC11/stsdil
                                                                                                                                                                                                                                                                                                                                    Slice NameinfectionLaboJLAC11/stsdil
                                                                                                                                                                                                                                                                                                                                    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:infectionLaboJLAC11/stsdil.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:infectionLaboJLAC11/stsdil.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:infectionLaboJLAC11/stsdil.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()))
                                                                                                                                                                                                                                                                                                                                      2168. Observation.code.coding:infectionLaboJLAC11/stsdil.version
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by 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:infectionLaboJLAC11/stsdil.code
                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_STSDIL_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_STSDIL_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a 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:infectionLaboJLAC11/stsdil.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()))
                                                                                                                                                                                                                                                                                                                                      2174. Observation.code.coding:infectionLaboJLAC11/stsdil.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: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()))
                                                                                                                                                                                                                                                                                                                                      2178. 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
                                                                                                                                                                                                                                                                                                                                      2180. 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
                                                                                                                                                                                                                                                                                                                                      • 2182. 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()))
                                                                                                                                                                                                                                                                                                                                        2184. 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()))
                                                                                                                                                                                                                                                                                                                                        2186. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_TPRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                        2190. 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()))
                                                                                                                                                                                                                                                                                                                                        2192. 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()))
                                                                                                                                                                                                                                                                                                                                        2194. 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
                                                                                                                                                                                                                                                                                                                                        2196. 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
                                                                                                                                                                                                                                                                                                                                        • 2198. 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()))
                                                                                                                                                                                                                                                                                                                                          2200. 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()))
                                                                                                                                                                                                                                                                                                                                          2202. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_TPRESULT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPRESULT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                          2204. 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()))
                                                                                                                                                                                                                                                                                                                                          2206. 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()))
                                                                                                                                                                                                                                                                                                                                          2208. 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()))
                                                                                                                                                                                                                                                                                                                                          2210. 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
                                                                                                                                                                                                                                                                                                                                          2212. 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
                                                                                                                                                                                                                                                                                                                                          • 2214. 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()))
                                                                                                                                                                                                                                                                                                                                            2216. 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()))
                                                                                                                                                                                                                                                                                                                                            2218. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_TPPOSCOI_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPPOSCOI_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                            2222. 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()))
                                                                                                                                                                                                                                                                                                                                            2224. 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()))
                                                                                                                                                                                                                                                                                                                                            2226. 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
                                                                                                                                                                                                                                                                                                                                            2228. 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
                                                                                                                                                                                                                                                                                                                                            • 2230. 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()))
                                                                                                                                                                                                                                                                                                                                              2232. 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()))
                                                                                                                                                                                                                                                                                                                                              2234. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_TPPOSCOI_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPPOSCOI_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                              2236. 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()))
                                                                                                                                                                                                                                                                                                                                              2238. 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()))
                                                                                                                                                                                                                                                                                                                                              2240. 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()))
                                                                                                                                                                                                                                                                                                                                              2242. 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
                                                                                                                                                                                                                                                                                                                                              2244. 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
                                                                                                                                                                                                                                                                                                                                              • 2246. 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()))
                                                                                                                                                                                                                                                                                                                                                2248. 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()))
                                                                                                                                                                                                                                                                                                                                                2250. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_TPHQUANT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPHQUANT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                2254. 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()))
                                                                                                                                                                                                                                                                                                                                                2256. 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()))
                                                                                                                                                                                                                                                                                                                                                2258. 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
                                                                                                                                                                                                                                                                                                                                                2260. 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
                                                                                                                                                                                                                                                                                                                                                • 2262. 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()))
                                                                                                                                                                                                                                                                                                                                                  2264. 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()))
                                                                                                                                                                                                                                                                                                                                                  2266. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_TPHQUANT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPHQUANT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                  2268. 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()))
                                                                                                                                                                                                                                                                                                                                                  2270. 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()))
                                                                                                                                                                                                                                                                                                                                                  2272. 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()))
                                                                                                                                                                                                                                                                                                                                                  2274. 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
                                                                                                                                                                                                                                                                                                                                                  2276. 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
                                                                                                                                                                                                                                                                                                                                                  • 2278. 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()))
                                                                                                                                                                                                                                                                                                                                                    2280. 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()))
                                                                                                                                                                                                                                                                                                                                                    2282. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_TPQUANT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_TPQUANT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                    2286. 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()))
                                                                                                                                                                                                                                                                                                                                                    2288. 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()))
                                                                                                                                                                                                                                                                                                                                                    2290. 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
                                                                                                                                                                                                                                                                                                                                                    2292. 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
                                                                                                                                                                                                                                                                                                                                                    • 2294. 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()))
                                                                                                                                                                                                                                                                                                                                                      2296. 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()))
                                                                                                                                                                                                                                                                                                                                                      2298. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_TPQUANT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_TPQUANT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                      2300. 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()))
                                                                                                                                                                                                                                                                                                                                                      2302. 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()))
                                                                                                                                                                                                                                                                                                                                                      2304. 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()))
                                                                                                                                                                                                                                                                                                                                                      2306. 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
                                                                                                                                                                                                                                                                                                                                                      2308. 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
                                                                                                                                                                                                                                                                                                                                                      • 2310. 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()))
                                                                                                                                                                                                                                                                                                                                                        2312. 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()))
                                                                                                                                                                                                                                                                                                                                                        2314. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsAGRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                        2318. 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()))
                                                                                                                                                                                                                                                                                                                                                        2320. 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()))
                                                                                                                                                                                                                                                                                                                                                        2322. 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
                                                                                                                                                                                                                                                                                                                                                        2324. 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
                                                                                                                                                                                                                                                                                                                                                        • 2326. 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()))
                                                                                                                                                                                                                                                                                                                                                          2328. 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()))
                                                                                                                                                                                                                                                                                                                                                          2330. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsAGRESULT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGRESULT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                          2332. 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()))
                                                                                                                                                                                                                                                                                                                                                          2334. 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()))
                                                                                                                                                                                                                                                                                                                                                          2336. 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()))
                                                                                                                                                                                                                                                                                                                                                          2338. 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
                                                                                                                                                                                                                                                                                                                                                          2340. 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
                                                                                                                                                                                                                                                                                                                                                          • 2342. 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()))
                                                                                                                                                                                                                                                                                                                                                            2344. 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()))
                                                                                                                                                                                                                                                                                                                                                            2346. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsAGDIL_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGDIL_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                            2350. 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()))
                                                                                                                                                                                                                                                                                                                                                            2352. 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()))
                                                                                                                                                                                                                                                                                                                                                            2354. 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
                                                                                                                                                                                                                                                                                                                                                            2356. 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
                                                                                                                                                                                                                                                                                                                                                            • 2358. 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()))
                                                                                                                                                                                                                                                                                                                                                              2360. 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()))
                                                                                                                                                                                                                                                                                                                                                              2362. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsAGDIL_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGDIL_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                              2364. 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()))
                                                                                                                                                                                                                                                                                                                                                              2366. 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()))
                                                                                                                                                                                                                                                                                                                                                              2368. 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()))
                                                                                                                                                                                                                                                                                                                                                              2370. 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
                                                                                                                                                                                                                                                                                                                                                              2372. 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
                                                                                                                                                                                                                                                                                                                                                              • 2374. 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()))
                                                                                                                                                                                                                                                                                                                                                                2376. 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()))
                                                                                                                                                                                                                                                                                                                                                                2378. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HbsAGOD_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HbsAGOD_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                                2382. 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()))
                                                                                                                                                                                                                                                                                                                                                                2384. 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()))
                                                                                                                                                                                                                                                                                                                                                                2386. 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
                                                                                                                                                                                                                                                                                                                                                                2388. 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
                                                                                                                                                                                                                                                                                                                                                                • 2390. 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()))
                                                                                                                                                                                                                                                                                                                                                                  2392. 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()))
                                                                                                                                                                                                                                                                                                                                                                  2394. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HbsAGOD_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HbsAGOD_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                  2396. 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()))
                                                                                                                                                                                                                                                                                                                                                                  2398. 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()))
                                                                                                                                                                                                                                                                                                                                                                  2400. 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()))
                                                                                                                                                                                                                                                                                                                                                                  2402. 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
                                                                                                                                                                                                                                                                                                                                                                  2404. 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
                                                                                                                                                                                                                                                                                                                                                                  • 2406. 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()))
                                                                                                                                                                                                                                                                                                                                                                    2408. 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()))
                                                                                                                                                                                                                                                                                                                                                                    2410. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsAGQUANT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGQUANT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                                    2414. 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()))
                                                                                                                                                                                                                                                                                                                                                                    2416. 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()))
                                                                                                                                                                                                                                                                                                                                                                    2418. 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
                                                                                                                                                                                                                                                                                                                                                                    2420. 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
                                                                                                                                                                                                                                                                                                                                                                    • 2422. 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()))
                                                                                                                                                                                                                                                                                                                                                                      2424. 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()))
                                                                                                                                                                                                                                                                                                                                                                      2426. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsAGQUANT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGQUANT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                      2428. 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()))
                                                                                                                                                                                                                                                                                                                                                                      2430. 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()))
                                                                                                                                                                                                                                                                                                                                                                      2432. 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()))
                                                                                                                                                                                                                                                                                                                                                                      2434. 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
                                                                                                                                                                                                                                                                                                                                                                      2436. 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
                                                                                                                                                                                                                                                                                                                                                                      • 2438. 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()))
                                                                                                                                                                                                                                                                                                                                                                        2440. 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()))
                                                                                                                                                                                                                                                                                                                                                                        2442. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsAGPOSCOI_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGPOSCOI_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                                        2446. 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()))
                                                                                                                                                                                                                                                                                                                                                                        2448. 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()))
                                                                                                                                                                                                                                                                                                                                                                        2450. 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
                                                                                                                                                                                                                                                                                                                                                                        2452. 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
                                                                                                                                                                                                                                                                                                                                                                        • 2454. 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()))
                                                                                                                                                                                                                                                                                                                                                                          2456. 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()))
                                                                                                                                                                                                                                                                                                                                                                          2458. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsAGPOSCOI_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsAGPOSCOI_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                          2460. 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()))
                                                                                                                                                                                                                                                                                                                                                                          2462. 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()))
                                                                                                                                                                                                                                                                                                                                                                          2464. 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()))
                                                                                                                                                                                                                                                                                                                                                                          2466. 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
                                                                                                                                                                                                                                                                                                                                                                          2468. 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
                                                                                                                                                                                                                                                                                                                                                                          • 2470. 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()))
                                                                                                                                                                                                                                                                                                                                                                            2472. 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()))
                                                                                                                                                                                                                                                                                                                                                                            2474. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsABRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                                            2478. 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()))
                                                                                                                                                                                                                                                                                                                                                                            2480. 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()))
                                                                                                                                                                                                                                                                                                                                                                            2482. 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
                                                                                                                                                                                                                                                                                                                                                                            2484. 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
                                                                                                                                                                                                                                                                                                                                                                            • 2486. 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()))
                                                                                                                                                                                                                                                                                                                                                                              2488. 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()))
                                                                                                                                                                                                                                                                                                                                                                              2490. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsABRESULT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABRESULT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                              2492. 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()))
                                                                                                                                                                                                                                                                                                                                                                              2494. 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()))
                                                                                                                                                                                                                                                                                                                                                                              2496. 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()))
                                                                                                                                                                                                                                                                                                                                                                              2498. 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
                                                                                                                                                                                                                                                                                                                                                                              2500. 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
                                                                                                                                                                                                                                                                                                                                                                              • 2502. 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()))
                                                                                                                                                                                                                                                                                                                                                                                2504. 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()))
                                                                                                                                                                                                                                                                                                                                                                                2506. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsABDIL_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABDIL_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                                                2510. 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()))
                                                                                                                                                                                                                                                                                                                                                                                2512. 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()))
                                                                                                                                                                                                                                                                                                                                                                                2514. 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
                                                                                                                                                                                                                                                                                                                                                                                2516. 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
                                                                                                                                                                                                                                                                                                                                                                                • 2518. 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()))
                                                                                                                                                                                                                                                                                                                                                                                  2520. 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()))
                                                                                                                                                                                                                                                                                                                                                                                  2522. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsABDIL_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABDIL_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                  2524. 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()))
                                                                                                                                                                                                                                                                                                                                                                                  2526. 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()))
                                                                                                                                                                                                                                                                                                                                                                                  2528. 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()))
                                                                                                                                                                                                                                                                                                                                                                                  2530. 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
                                                                                                                                                                                                                                                                                                                                                                                  2532. 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
                                                                                                                                                                                                                                                                                                                                                                                  • 2534. 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()))
                                                                                                                                                                                                                                                                                                                                                                                    2536. 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()))
                                                                                                                                                                                                                                                                                                                                                                                    2538. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsABQUANT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABQUANT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                                                    2542. 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()))
                                                                                                                                                                                                                                                                                                                                                                                    2544. 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()))
                                                                                                                                                                                                                                                                                                                                                                                    2546. 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
                                                                                                                                                                                                                                                                                                                                                                                    2548. 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
                                                                                                                                                                                                                                                                                                                                                                                    • 2550. 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()))
                                                                                                                                                                                                                                                                                                                                                                                      2552. 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()))
                                                                                                                                                                                                                                                                                                                                                                                      2554. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsABQUANT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABQUANT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                      2556. 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()))
                                                                                                                                                                                                                                                                                                                                                                                      2558. 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()))
                                                                                                                                                                                                                                                                                                                                                                                      2560. Observation.code.coding:infectionLaboJLAC10/hbsabposcoi
                                                                                                                                                                                                                                                                                                                                                                                      Slice NameinfectionLaboJLAC10/hbsabposcoi
                                                                                                                                                                                                                                                                                                                                                                                      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:infectionLaboJLAC10/hbsabposcoi.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:infectionLaboJLAC10/hbsabposcoi.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:infectionLaboJLAC10/hbsabposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                        2568. Observation.code.coding:infectionLaboJLAC10/hbsabposcoi.version
                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by 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:infectionLaboJLAC10/hbsabposcoi.code
                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HBsABPOSCOI_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HBsABPOSCOI_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a 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:infectionLaboJLAC10/hbsabposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                        2574. Observation.code.coding:infectionLaboJLAC10/hbsabposcoi.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:infectionLaboJLAC11/hbsabposcoi
                                                                                                                                                                                                                                                                                                                                                                                        Slice NameinfectionLaboJLAC11/hbsabposcoi
                                                                                                                                                                                                                                                                                                                                                                                        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:infectionLaboJLAC11/hbsabposcoi.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:infectionLaboJLAC11/hbsabposcoi.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:infectionLaboJLAC11/hbsabposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                          2584. Observation.code.coding:infectionLaboJLAC11/hbsabposcoi.version
                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by 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:infectionLaboJLAC11/hbsabposcoi.code
                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HBsABPOSCOI_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HBsABCOI_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a 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:infectionLaboJLAC11/hbsabposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                          2590. Observation.code.coding:infectionLaboJLAC11/hbsabposcoi.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: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()))
                                                                                                                                                                                                                                                                                                                                                                                          2594. 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
                                                                                                                                                                                                                                                                                                                                                                                          2596. 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
                                                                                                                                                                                                                                                                                                                                                                                          • 2598. 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()))
                                                                                                                                                                                                                                                                                                                                                                                            2600. 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()))
                                                                                                                                                                                                                                                                                                                                                                                            2602. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVNQUANT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVNQUANT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                                                            2606. 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()))
                                                                                                                                                                                                                                                                                                                                                                                            2608. 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()))
                                                                                                                                                                                                                                                                                                                                                                                            2610. 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
                                                                                                                                                                                                                                                                                                                                                                                            2612. 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
                                                                                                                                                                                                                                                                                                                                                                                            • 2614. 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()))
                                                                                                                                                                                                                                                                                                                                                                                              2616. 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()))
                                                                                                                                                                                                                                                                                                                                                                                              2618. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVNQUANT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVNQUANT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                              2620. 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()))
                                                                                                                                                                                                                                                                                                                                                                                              2622. 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()))
                                                                                                                                                                                                                                                                                                                                                                                              2624. 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()))
                                                                                                                                                                                                                                                                                                                                                                                              2626. 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
                                                                                                                                                                                                                                                                                                                                                                                              2628. 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
                                                                                                                                                                                                                                                                                                                                                                                              • 2630. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                2632. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                2634. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVNRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVNRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                                                                2638. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                2640. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                2642. 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
                                                                                                                                                                                                                                                                                                                                                                                                2644. 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
                                                                                                                                                                                                                                                                                                                                                                                                • 2646. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                  2648. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                  2650. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVNRESULT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVNRESULT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                                  2652. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                  2654. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                  2656. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                  2658. 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
                                                                                                                                                                                                                                                                                                                                                                                                  2660. 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
                                                                                                                                                                                                                                                                                                                                                                                                  • 2662. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                    2664. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                    2666. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVAGRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                                                                    2670. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                    2672. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                    2674. 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
                                                                                                                                                                                                                                                                                                                                                                                                    2676. 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
                                                                                                                                                                                                                                                                                                                                                                                                    • 2678. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                      2680. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                      2682. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVAGRESULT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGRESULT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                                      2684. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                      2686. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                      2688. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                      2690. 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
                                                                                                                                                                                                                                                                                                                                                                                                      2692. 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
                                                                                                                                                                                                                                                                                                                                                                                                      • 2694. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                        2696. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                        2698. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVAGQUANT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGQUANT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                                                                        2702. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                        2704. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                        2706. 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
                                                                                                                                                                                                                                                                                                                                                                                                        2708. 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
                                                                                                                                                                                                                                                                                                                                                                                                        • 2710. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                          2712. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                          2714. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVAGQUANT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGQUANT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                                          2716. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                          2718. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                          2720. Observation.code.coding:infectionLaboJLAC10/hcvagposcoi
                                                                                                                                                                                                                                                                                                                                                                                                          Slice NameinfectionLaboJLAC10/hcvagposcoi
                                                                                                                                                                                                                                                                                                                                                                                                          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:infectionLaboJLAC10/hcvagposcoi.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:infectionLaboJLAC10/hcvagposcoi.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:infectionLaboJLAC10/hcvagposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                            2728. Observation.code.coding:infectionLaboJLAC10/hcvagposcoi.version
                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by 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:infectionLaboJLAC10/hcvagposcoi.code
                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVAGPOSCOI_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGPOSCOI_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a 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:infectionLaboJLAC10/hcvagposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                            2734. Observation.code.coding:infectionLaboJLAC10/hcvagposcoi.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:infectionLaboJLAC11/hcvagposcoi
                                                                                                                                                                                                                                                                                                                                                                                                            Slice NameinfectionLaboJLAC11/hcvagposcoi
                                                                                                                                                                                                                                                                                                                                                                                                            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:infectionLaboJLAC11/hcvagposcoi.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:infectionLaboJLAC11/hcvagposcoi.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:infectionLaboJLAC11/hcvagposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                              2744. Observation.code.coding:infectionLaboJLAC11/hcvagposcoi.version
                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by 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:infectionLaboJLAC11/hcvagposcoi.code
                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVAGPOSCOI_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGPOSCOI_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a 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:infectionLaboJLAC11/hcvagposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                              2750. Observation.code.coding:infectionLaboJLAC11/hcvagposcoi.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: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()))
                                                                                                                                                                                                                                                                                                                                                                                                              2754. 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
                                                                                                                                                                                                                                                                                                                                                                                                              2756. 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
                                                                                                                                                                                                                                                                                                                                                                                                              • 2758. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                2760. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                2762. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVABDIL_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABDIL_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                                                                                2766. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                2768. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                2770. 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
                                                                                                                                                                                                                                                                                                                                                                                                                2772. 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
                                                                                                                                                                                                                                                                                                                                                                                                                • 2774. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                  2776. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                  2778. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVABDIL_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABDIL_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                  2780. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                  2782. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                  2784. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                  2786. 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
                                                                                                                                                                                                                                                                                                                                                                                                                  2788. 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
                                                                                                                                                                                                                                                                                                                                                                                                                  • 2790. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                    2792. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                    2794. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVABRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                                                                                    2798. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                    2800. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                    2802. 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
                                                                                                                                                                                                                                                                                                                                                                                                                    2804. 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
                                                                                                                                                                                                                                                                                                                                                                                                                    • 2806. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                      2808. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                      2810. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVABRESULT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABRESULT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                      2812. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                      2814. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                      2816. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                      2818. 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
                                                                                                                                                                                                                                                                                                                                                                                                                      2820. 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
                                                                                                                                                                                                                                                                                                                                                                                                                      • 2822. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                        2824. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                        2826. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVABPOSCOI_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVABPOSCOI_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                                                                                        2830. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                        2832. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                        2834. 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
                                                                                                                                                                                                                                                                                                                                                                                                                        2836. 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
                                                                                                                                                                                                                                                                                                                                                                                                                        • 2838. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                          2840. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                          2842. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVABPOSCOI_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVABPOSCOI_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                          2844. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                          2846. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                          2848. Observation.code.coding:infectionLaboJLAC10/hcvagabresult
                                                                                                                                                                                                                                                                                                                                                                                                                          Slice NameinfectionLaboJLAC10/hcvagabresult
                                                                                                                                                                                                                                                                                                                                                                                                                          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:infectionLaboJLAC10/hcvagabresult.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:infectionLaboJLAC10/hcvagabresult.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:infectionLaboJLAC10/hcvagabresult.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                            2856. Observation.code.coding:infectionLaboJLAC10/hcvagabresult.version
                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by 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:infectionLaboJLAC10/hcvagabresult.code
                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVAGABRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGABRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a 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:infectionLaboJLAC10/hcvagabresult.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                            2862. Observation.code.coding:infectionLaboJLAC10/hcvagabresult.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:infectionLaboJLAC11/hcvagabresult
                                                                                                                                                                                                                                                                                                                                                                                                                            Slice NameinfectionLaboJLAC11/hcvagabresult
                                                                                                                                                                                                                                                                                                                                                                                                                            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:infectionLaboJLAC11/hcvagabresult.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:infectionLaboJLAC11/hcvagabresult.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:infectionLaboJLAC11/hcvagabresult.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                              2872. Observation.code.coding:infectionLaboJLAC11/hcvagabresult.version
                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by 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:infectionLaboJLAC11/hcvagabresult.code
                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVAGABRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGABRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a 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:infectionLaboJLAC11/hcvagabresult.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                              2878. Observation.code.coding:infectionLaboJLAC11/hcvagabresult.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:infectionLaboJLAC10/hcvagabposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                              Slice NameinfectionLaboJLAC10/hcvagabposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                              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:infectionLaboJLAC10/hcvagabposcoi.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:infectionLaboJLAC10/hcvagabposcoi.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:infectionLaboJLAC10/hcvagabposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                2888. Observation.code.coding:infectionLaboJLAC10/hcvagabposcoi.version
                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by 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:infectionLaboJLAC10/hcvagabposcoi.code
                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HCVAGABPOSCOI_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGABPOSCOI_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a 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:infectionLaboJLAC10/hcvagabposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                2894. Observation.code.coding:infectionLaboJLAC10/hcvagabposcoi.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:infectionLaboJLAC11/hcvagabposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                                Slice NameinfectionLaboJLAC11/hcvagabposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                                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:infectionLaboJLAC11/hcvagabposcoi.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:infectionLaboJLAC11/hcvagabposcoi.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:infectionLaboJLAC11/hcvagabposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                  2904. Observation.code.coding:infectionLaboJLAC11/hcvagabposcoi.version
                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by 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:infectionLaboJLAC11/hcvagabposcoi.code
                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HCVAGABPOSCOI_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HCVAGABPOSCOI_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a 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:infectionLaboJLAC11/hcvagabposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                  2910. Observation.code.coding:infectionLaboJLAC11/hcvagabposcoi.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: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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                  2914. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                  2916. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                  • 2918. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                    2920. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                    2922. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1QUANT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1QUANT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                    2926. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                    2928. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                    2930. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                    2932. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                    • 2934. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2936. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2938. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1QUANT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1QUANT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2940. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2942. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2944. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                      2946. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                      2948. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                      • 2950. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                        2952. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                        2954. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1RESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1RESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a 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: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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                        2958. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                        2960. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                        2962. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                        2964. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                        • 2966. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                          2968. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                          2970. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1RESULT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1RESULT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                          2972. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                          2974. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                          2976. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                          2978. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                          2980. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                          • 2982. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                            2984. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                            2986. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P2ABDIL_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABDIL_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                            2988. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                            2990. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                            2992. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                            2994. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                            2996. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                            • 2998. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                              3000. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                              3002. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P2ABDIL_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABDIL_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                              3004. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                              3006. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                              3008. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                              3010. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                              3012. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3014. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                3016. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                3018. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P2ABRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                3020. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                3022. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                3024. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                3026. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                3028. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3030. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3032. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3034. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P2ABRESULT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABRESULT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3036. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3038. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3040. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3042. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                  3044. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3046. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                    3048. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                    3050. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P2ABPOSCOI_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABPOSCOI_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                    3052. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                    3054. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                    3056. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                    3058. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                    3060. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3062. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3064. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3066. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P2ABPOSCOI_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P2ABPOSCOI_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3068. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3070. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3072. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult
                                                                                                                                                                                                                                                                                                                                                                                                                                                      Slice NameinfectionLaboJLAC10/hiv1p24agresult
                                                                                                                                                                                                                                                                                                                                                                                                                                                      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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3074. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3076. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3078. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                        3080. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult.version
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                        3082. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P24AGRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                        3084. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult.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-1p24抗原(定性)
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                        3086. Observation.code.coding:infectionLaboJLAC10/hiv1p24agresult.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                        3088. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Slice NameinfectionLaboJLAC11/hiv1p24agresult
                                                                                                                                                                                                                                                                                                                                                                                                                                                        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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                        3090. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                        3092. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3094. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3096. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult.version
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3098. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P24AGRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3100. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult.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-1p24抗原(定性)
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3102. Observation.code.coding:infectionLaboJLAC11/hiv1p24agresult.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3104. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Slice NameinfectionLaboJLAC10/hiv1p24agposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                                                          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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3106. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                          3108. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3110. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                            3112. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi.version
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                            このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                                            Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                            Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                                            NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                            3114. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                            システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P24AGPOSCOI_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGPOSCOI_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                            3116. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi.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-1p24抗原(陽性コントロール比)
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                            3118. Observation.code.coding:infectionLaboJLAC10/hiv1p24agposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                            3120. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                                                            Slice NameinfectionLaboJLAC11/hiv1p24agposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                                                            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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                            3122. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                            3124. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3126. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                              3128. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi.version
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                              このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                              Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                              3130. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                              システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P24AGPOSCOI_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGPOSCOI_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                              システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                              3132. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi.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-1p24抗原(陽性コントロール比)
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                              3134. Observation.code.coding:infectionLaboJLAC11/hiv1p24agposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                              3136. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Slice NameinfectionLaboJLAC10/hiv1p24agabod
                                                                                                                                                                                                                                                                                                                                                                                                                                                              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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                              3138. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                              3140. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3142. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                3144. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod.version
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                3146. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P24AGABOD_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABOD_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                3148. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                3150. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabod.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                3152. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Slice NameinfectionLaboJLAC11/hiv1p24agabod
                                                                                                                                                                                                                                                                                                                                                                                                                                                                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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                3154. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                3156. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3158. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3160. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod.version
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3162. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P24AGABOD_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABOD_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3164. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3166. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabod.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3168. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Slice NameinfectionLaboJLAC10/hiv1p24agabresult
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3170. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3172. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3174. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3176. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult.version
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3178. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P24AGABRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3180. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3182. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabresult.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3184. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Slice NameinfectionLaboJLAC11/hiv1p24agabresult
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3186. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3188. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3190. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3192. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult.version
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3194. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P24AGABRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3196. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3198. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabresult.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3200. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Slice NameinfectionLaboJLAC10/hiv1p24agabposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3202. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3204. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3206. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3208. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi.version
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3210. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1P24AGABPOSCOI_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABPOSCOI_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3212. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3214. Observation.code.coding:infectionLaboJLAC10/hiv1p24agabposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3216. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Slice NameinfectionLaboJLAC11/hiv1p24agabposcoi
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3218. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3220. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi.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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3222. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3224. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi.version
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          このコードを選択するときに使用されたコードシステムのバージョン。コードの意味がバージョン全体で一貫しているため、適切にメンテナンスしたコードシステムでは報告されたバージョンを必要としないことに注意してください。ただし、これは一貫して保証することはできず、意味が一貫していることが保証されていない場合、バージョンを交換する必要があります。 / The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Shortシステムのバージョン - 関連する場合 / Version of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          NoteThis is a business version Id, not a resource version Id (see discussion)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3226. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          システムによって定義された構文のシンボル。シンボルは、定義されたコードまたはコーディングシステムによって定義された構文の式(例:調整後)である場合があります。 / A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1P24AGABPOSCOI_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1P24AGABPOSCOI_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3228. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3230. Observation.code.coding:infectionLaboJLAC11/hiv1p24agabposcoi.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3232. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3234. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3236. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3238. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3240. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3242. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1ABDIL_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABDIL_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3244. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3246. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3248. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3250. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3252. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3254. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3256. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3258. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1ABDIL_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABDIL_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3260. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3262. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3264. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3266. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3268. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3270. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3272. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3274. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV1ABRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3276. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3278. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3280. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3282. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3284. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3286. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3288. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3290. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV1ABRESULT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV1ABRESULT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3292. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3294. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3296. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3298. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3300. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3302. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3304. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3306. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV2ABDIL_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABDIL_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3308. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3310. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3312. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3314. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3316. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3318. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3320. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3322. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV2ABDIL_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABDIL_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3324. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3326. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3328. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3330. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3332. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3334. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3336. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3338. 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 JP_CLINS_ValueSet_InfectionLaboJLAC10_HIV2ABRESULT_VS (1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC10/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABRESULT_VS|1.2.0)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Typecode
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        システム内の特定のコードを参照する必要があります。 / Need to refer to a particular code in the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: すべてのFHIR要素には、@valueまたは子要素が必要です / All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3340. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3342. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3344. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3346. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3348. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3350. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3352. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3354. 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 JP_CLINS_ValueSet_InfectionLaboJLAC11_HIV2ABRESULT_VS (1.1.1)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (required to http://jpfhir.jp/fhir/clins/ValueSet/JLAC11/JP_CLINS_ObsLabResult_InfectionLabo_HIV2ABRESULT_VS|1.1.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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3356. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3358. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3360. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3362. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3364. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3366. Observation.encounter
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          【電子カルテ情報共有サービス(5情報送信)では必須】検査依頼を発行したときの受診情報(入外区分など)を記述しているEncounterリソースへの参照

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Short【電子カルテ情報共有サービス(5情報送信)では必須】検査依頼を発行したときの受診情報(入外区分など)を記述しているEncounterリソースへの参照
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          記述方法は、実装ガイド本文の「リソースへの参照方法 (1)」を使用すること。電子カルテ情報サービスでは必須。

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          TypeReference(JP_Encounter_eCS)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3368. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3370. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3372. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3374. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3376. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3378. Observation.value[x]:valueQuantity.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3380. 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.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ShortAdditional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ext-1: 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3382. Observation.value[x]:valueQuantity.value
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The value of the measured amount. The value includes an implicit precision in the presentation of the value.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ShortNumerical 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3384. Observation.value[x]:valueQuantity.comparator
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              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 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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Meaning if MissingIf there is no comparator, then there is no modification of the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3386. Observation.value[x]:valueQuantity.unit
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A human-readable form of the unit.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ShortUnit representation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Primitive ValueThis primitive element may be present, or absent, or replaced by an extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3388. Observation.value[x]:valueQuantity.system
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The identification of the system that provides the coded form of the unit.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ShortSystem 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3390. Observation.value[x]:valueQuantity.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              A computer processable form of the unit in some unit representation system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ShortCoded form of the unit
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3392. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3394. Observation.value[x]:valueCodeableConcept.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3396. 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.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ShortAdditional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ext-1: 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3398. Observation.value[x]:valueCodeableConcept.coding
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                A reference to a code defined by a terminology system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ShortCode defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3400. Observation.value[x]:valueCodeableConcept.coding.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3402. 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.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ShortAdditional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ext-1: 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3404. Observation.value[x]:valueCodeableConcept.coding.system
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The identification of the code system that defines the meaning of the symbol in the code.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ShortIdentity of the terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3406. 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.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ShortVersion of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  NoteThis is a business version Id, not a 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3408. 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).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ShortSymbol 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3410. Observation.value[x]:valueCodeableConcept.coding.display
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  A representation of the meaning of the code in the system, following the rules of the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ShortRepresentation 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3412. 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).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ShortIf 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3414. 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.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ShortPlain text representation of the concept
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3416. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3418. 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|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  結果( 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3420. Observation.dataAbsentReason.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3422. 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.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ShortAdditional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ext-1: 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  • 3424. Observation.dataAbsentReason.coding
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    A reference to a code defined by a terminology system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ShortCode defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3426. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3428. Observation.interpretation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    検査結果値の、(高、低、正常)といったカテゴリー評価。結果報告書に記載されることもある情報。

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ShortHigh, low, normal, etc. 高、低、正常など
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    コード表「ObservationInterpretationCodes」からいずれかの適当なコードをひとつ使用するが、本要素はなくてもよい。その施設における基準値が設定されている数値検査結果に対しては、このコード表から基準値範囲により解釈したH(高)、L(低)、N(正常範囲) のいずれかを設定することが望ましい。

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    コード表は次のページを参照。 https://www.hl7.org/fhir/R4/valueset-observation-interpretation.html

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    BindingUnless not suitable, these codes SHALL be taken from ObservationInterpretationCodes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    (extensible to http://hl7.org/fhir/ValueSet/observation-interpretation|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    観測の解釈を識別するコード。 / 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3430. Observation.interpretation.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3432. Observation.interpretation.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.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ShortAdditional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    SlicingThis element introduces a set of slices on Observation.interpretation.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    • 3434. Observation.interpretation.coding
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      A reference to a code defined by a terminology system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ShortCode defined by a terminology system
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information. 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 ObservationInterpretationCodes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      (required to http://hl7.org/fhir/ValueSet/observation-interpretation|4.0.1)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      TypeCoding
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Must Supporttrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summarytrue
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Requirements

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Allows for alternative encodings within a code system, and translations to other code systems.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3436. Observation.interpretation.coding.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3438. Observation.interpretation.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.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ShortAdditional content defined by implementations
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ext-1: Must have either extensions or value[x], not both (extension.exists() != value.exists())
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      SlicingThis element introduces a set of slices on Observation.interpretation.coding.extension. The slices areUnordered and Open, and can be differentiated using the following discriminators:
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • value @ url
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      • 3440. Observation.interpretation.coding.system
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        検査結果値の評価コード表のsystem値で評価コードを記述する場合には固定値。

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Short検査結果値の評価コード表のsystem値で評価コードを記述する場合には固定値。
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        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://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3442. Observation.interpretation.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.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ShortVersion of the system - if relevant
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        NoteThis is a business version Id, not a 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3444. Observation.interpretation.coding.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        検査結果値の評価コード1文字。H:High、L:Low、N:Normal のいずれかを使う。

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Short検査結果値の評価コード1文字。H:High、L:Low、N:Normal のいずれかを使う。
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3446. Observation.interpretation.coding.display
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        A representation of the meaning of the code in the system, following the rules of the system.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ShortRepresentation 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3448. Observation.interpretation.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).

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ShortIf 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3450. Observation.interpretation.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.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        ShortPlain text representation of the concept
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3452. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3454. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        3456. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        • 3458. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3460. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3462. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3464. Observation.bodySite
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          検査が行われた患者の体の部位。検体検査に関しては、当面は使用しない。

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Short対象となった身体部位
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          【JP Core仕様】当面は未使用とする。

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          BindingFor example codes, see SNOMEDCTBodyStructures
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (example to http://hl7.org/fhir/ValueSet/body-site|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          解剖学的場所を説明するコード。左右性が含まれる場合があります。 / 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3466. 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|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          単純な観測の方法。 / 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3468. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3470. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3472. 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())
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3474. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3476. 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())
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3478. 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())
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3480. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3482. Observation.referenceRange.low.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3484. Observation.referenceRange.low.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          An Extension

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ShortExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ext-1: 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          • 3486. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3488. 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 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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Meaning if MissingIf there is no comparator, then there is no modification of the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3490. 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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3492. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3494. Observation.referenceRange.low.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Short検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3496. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3498. Observation.referenceRange.high.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Control0..1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3500. Observation.referenceRange.high.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            An Extension

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ShortExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ext-1: 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            • 3502. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3504. 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 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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Meaning if MissingIf there is no comparator, then there is no modification of the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3506. 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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3508. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3510. Observation.referenceRange.high.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Short検査結果単位コード。値は例示。単位のない数値結果の場合には省略する。電子カルテ情報共有サービスでの検査値の場合には、、マスターにXML単位コードがあれば記述する。
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3512. 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|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              参照範囲の意味のコード。 / 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3514. 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|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              参照範囲が適用される母集団を識別するコード。 / 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3516. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3518. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3520. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3522. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3524. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3526. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3528. 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())
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3530. 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())
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3532. 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|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              単純な観測の名前を識別するコード。 / 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3534. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3536. 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|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              結果( 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3538. 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|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              観測の解釈を識別するコード。 / 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3540. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3542. 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3544. 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())
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3546. 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())
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3548. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3550. Observation.component.referenceRange.low.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              3552. Observation.component.referenceRange.low.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              An Extension

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ShortExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ext-1: 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              • 3554. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3556. 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 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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Meaning if MissingIf there is no comparator, then there is no modification of the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3558. 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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3560. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3562. Observation.component.referenceRange.low.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Short基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3564. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3566. Observation.component.referenceRange.high.id
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ShortUnique id for inter-element referencing
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Typestring
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                XML FormatIn the XML format, this property is represented as an attribute.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                3568. Observation.component.referenceRange.high.extension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                An Extension

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ShortExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Control0..0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                TypeExtension
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Is Modifierfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Summaryfalse
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ext-1: 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
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                • 3570. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3572. 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 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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Need a framework for handling measures where the value is <5ug/L or >400mg/L due to the limitations of measuring methodology.

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Meaning if MissingIf there is no comparator, then there is no modification of the value
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Invariantsele-1: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3574. 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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3576. 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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3578. Observation.component.referenceRange.high.code
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Definition

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Short基準値の単位のコード。電子カルテ情報共有サービスでの検査値の場合には、マスターに単位コードがあれば記述する。
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Comments

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  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

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  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: All FHIR elements must have a @value or children (hasValue() or (children().count() > id.count()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3580. 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|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  参照範囲の意味のコード。 / 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3582. 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|4.0.1)

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  参照範囲が適用される母集団を識別するコード。 / 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3584. 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()))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3586. 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()))