{
  "resourceType": "StructureDefinition",
  "id": "inspect-report",
  "meta": {
    "lastUpdated": "2020-12-07T02:04:59.728+00:00"
  },
  "url": "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/inspect-report",
  "name": "InspectReport",
  "title": "检查报告",
  "status": "draft",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport",
        "path": "DiagnosticReport",
        "short": "检查报告",
        "definition": "对患者、患者组从中提取的标本或者对其身体部位进行的诊断试验的结果和解释。此报告包括了临床场景（如申请单、提供者信息），有些报告将单项指标结果、图像、文本和带编码的解释、以及带格式的诊断报告"
      },
      {
        "id": "DiagnosticReport.identifier",
        "path": "DiagnosticReport.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "type"
            }
          ],
          "rules": "open"
        },
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Identifier"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.identifier:inspectIdentifier",
        "path": "DiagnosticReport.identifier",
        "sliceName": "inspectIdentifier",
        "short": "报告编号",
        "definition": "描述该检查报告的业务编号",
        "max": "1"
      },
      {
        "id": "DiagnosticReport.identifier:otherIdentifier",
        "path": "DiagnosticReport.identifier",
        "sliceName": "otherIdentifier",
        "short": "其他业务标识符",
        "definition": "其他业务标识符"
      },
      {
        "id": "DiagnosticReport.basedOn",
        "path": "DiagnosticReport.basedOn",
        "short": "该报告的来源（申请单）",
        "definition": "有关所请求的服务的详细信息。",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Reference"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.status.extension",
        "path": "DiagnosticReport.status.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "DiagnosticReport.status.extension:status",
        "path": "DiagnosticReport.status.extension",
        "sliceName": "status",
        "short": "检查报告状态",
        "definition": "描述检查报告的各种状态",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/resource-status"
            ]
          }
        ],
        "binding": {
          "strength": "required",
          "description": "检查报告状态",
          "valueSet": "http://fhir.scwjxx.cn/Sichuan/ValueSet/diagnostic-report-status-vs"
        }
      },
      {
        "id": "DiagnosticReport.category",
        "path": "DiagnosticReport.category",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "coding.system"
            }
          ],
          "rules": "open"
        },
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/CodeableConcept"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.category:CategoryCode",
        "path": "DiagnosticReport.category",
        "sliceName": "CategoryCode",
        "short": "检验申请的一级分类",
        "definition": "为搜索、排序和显示目的而对服务进行分类的代码。如：CT检查、超声检查，MIR检查",
        "binding": {
          "strength": "example",
          "description": "检查分类代码表",
          "valueSet": "http://fhir.scwjxx.cn/Sichuan/ValueSet/inspectrequest-category-vs"
        }
      },
      {
        "id": "DiagnosticReport.category:otherCategory",
        "path": "DiagnosticReport.category",
        "sliceName": "otherCategory",
        "short": "其他报告分类",
        "definition": "其他报告分类"
      },
      {
        "id": "DiagnosticReport.code",
        "path": "DiagnosticReport.code",
        "short": "检查报告分类代码",
        "definition": "描述此检查报告的代码或名称，可描述检查打包项",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/CodeableConcept"
            ]
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "检查报告分类代码",
          "valueSet": "http://fhir.scwjxx.cn/Sichuan/ValueSet/report-codes-vs"
        }
      },
      {
        "id": "DiagnosticReport.subject",
        "path": "DiagnosticReport.subject",
        "short": "报告主题体",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Reference"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.encounter",
        "path": "DiagnosticReport.encounter",
        "short": "医疗事件",
        "definition": "该报告关联的医疗事件，如门诊，住院，体检等。",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Reference"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.effective[x]",
        "path": "DiagnosticReport.effective[x]",
        "short": "得到报告数据的时间/时间段",
        "definition": "观测值所对应的时间或周期。"
      },
      {
        "id": "DiagnosticReport.issued",
        "path": "DiagnosticReport.issued",
        "short": "发布时间",
        "definition": "向提供者提供该版本报告的日期和时间，通常在报告经过审查和验证之后。"
      },
      {
        "id": "DiagnosticReport.performer",
        "path": "DiagnosticReport.performer",
        "short": "诊断医生",
        "definition": "如果对结果有疑问，需要知道与谁联系。还可能需要跟踪报告的来源以进行辅助数据分析。\"",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Reference"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.resultsInterpreter",
        "path": "DiagnosticReport.resultsInterpreter",
        "short": "报告发布者",
        "definition": "负责报告结论和解释的从业者或组织。通常指报告发布者",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Reference"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.specimen",
        "path": "DiagnosticReport.specimen",
        "short": "标本",
        "definition": "有关此诊断报告所基于的标本的详细信息。",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Reference"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "short": "报告明细",
        "definition": "引用 观察资源描述 对该报告的观测项目的返回值进行描述",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Reference"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.imagingStudy",
        "path": "DiagnosticReport.imagingStudy",
        "short": "完整影像细节",
        "definition": "一个或多个链接到在诊断调查期间执行的任何成像的全部细节。通常，这是通过支持DICOM的模式进行的成像，但这不是必需的。完全启用的PACS查看器可以使用这些信息提供源图像的视图。",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Reference"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.media",
        "path": "DiagnosticReport.media",
        "short": "与此报告相关的关键图像",
        "definition": "与此报告关联的关键图像列表。图像通常是在诊断过程中生成的，可能直接来自患者或治疗标本(如感兴趣的切片)。"
      },
      {
        "id": "DiagnosticReport.media.comment",
        "path": "DiagnosticReport.media.comment",
        "short": "对图片进行评论(例如解释)",
        "definition": "关于图片的评论。通常，这是用来解释为什么包含图像，或吸引观众的注意重要特征。"
      },
      {
        "id": "DiagnosticReport.media.link",
        "path": "DiagnosticReport.media.link",
        "short": "图片信息",
        "definition": "引用图像源。",
        "type": [
          {
            "code": "Reference",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Reference"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.conclusion",
        "path": "DiagnosticReport.conclusion",
        "short": "结果的临床结论(解释)",
        "definition": "简明扼要的临床总结报告（解释/印象）。文字描述"
      },
      {
        "id": "DiagnosticReport.conclusionCode",
        "path": "DiagnosticReport.conclusionCode",
        "short": "结果的临床结论(解释)编码",
        "definition": "代表诊断报告的摘要结论（解释/印象）的一个或多个代码。",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/CodeableConcept"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.presentedForm",
        "path": "DiagnosticReport.presentedForm",
        "short": "备注",
        "definition": "诊断服务发出的整个结果的富文本表示形式。允许使用多种格式，可以使用附件形式描述，如PDF,HTML。",
        "type": [
          {
            "code": "Attachment",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Attachment"
            ]
          }
        ]
      }
    ]
  }
}