PackagesCanonicalsLogsProblems
    Packages
    jp@core.r4-1.1.1-rc
    http://jpfhir.jp/fhir/core/StructureDefinition/JP_DiagnosticReport_LabResult
description: このプロファイルはDiagnosticReportリソースに対して、検体検査結果のデータを送受信するための制約と拡張を定めたものである。
package_name: jp
derivation: constraint
name: JP_DiagnosticReport_LabResult
type: DiagnosticReport
elements:
  category:
    index: 3
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: 1
      slices:
        laboratory:
          match:
            coding:
            - {code: LAB, system: 'http://terminology.hl7.org/CodeSystem/v2-0074'}
          schema:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: LAB, system: 'http://terminology.hl7.org/CodeSystem/v2-0074'}
            _required: true
            index: 4
          min: 1
          max: 1
  conclusionCode: {index: 22}
  conclusion: {index: 21}
  encounter: {index: 9}
  specimen: {index: 15}
  resultsInterpreter: {index: 14}
  status: {index: 2}
  result:
    type: Reference
    refers: ['http://jpfhir.jp/fhir/core/StructureDefinition/JP_Observation_LabResult']
    index: 16
  effective:
    choices: []
    index: 11
  code:
    index: 5
    elements:
      coding:
        index: 6
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: pattern}
          min: null
          slices:
            laboratoryCode:
              match: {code: 11502-2, system: 'http://loinc.org', display: Laboratory report}
              schema:
                short: 検体検査レポート項目コード。本ユースケースにおける項目コード推奨値をスライスにて示している。【詳細参照】
                pattern:
                  type: Coding
                  value: {code: 11502-2, system: 'http://loinc.org', display: Laboratory report}
                index: 7
              min: 0
              max: 1
  identifier: {short: Business identifier for report レポートを識別するビジネス識別子, index: 0}
  issued: {index: 12}
  presentedForm: {index: 23}
  basedOn: {index: 1}
  imagingStudy: {index: 17}
  media:
    index: 18
    elements:
      comment: {index: 19}
      link: {index: 20}
  subject:
    type: Reference
    short: The subject of the report - usually, but not always, the patient レポートの対象、常にではないが、通常は患者
    refers: ['http://jpfhir.jp/fhir/core/StructureDefinition/JP_Patient']
    index: 8
  performer: {index: 13}
package_version: core.r4-1.1.1-rc
class: profile
kind: resource
url: http://jpfhir.jp/fhir/core/StructureDefinition/JP_DiagnosticReport_LabResult
base: http://jpfhir.jp/fhir/core/StructureDefinition/JP_DiagnosticReport_Common
version: 1.1.1
required: [category]