{
  "resourceType": "StructureDefinition",
  "id": "laboratory-report",
  "meta": {
    "lastUpdated": "2020-12-07T02:05:36.64+00:00"
  },
  "url": "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/laboratory-report",
  "name": "LaboratoryReport",
  "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"
        },
        "short": "检验业务变标识符",
        "definition": "检验标识符，唯一且明确地标识报告实体。业务标识符，在不同业务域中的唯一标识ID。可作为交叉索引使用。",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Identifier"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.identifier:laboratoryReportIdentifier",
        "path": "DiagnosticReport.identifier",
        "sliceName": "laboratoryReportIdentifier",
        "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",
        "path": "DiagnosticReport.status",
        "short": "检验报告的状态",
        "definition": "检验报告的状态。registered | partial | preliminary | final +"
      },
      {
        "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": "value",
              "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": "为搜索、排序和显示目的而对服务进行分类的代码。如：生化检验、凝血检验",
        "max": "1",
        "binding": {
          "strength": "example",
          "description": "实验室检验分类代码表",
          "valueSet": "http://fhir.scwjxx.cn/Sichuan/ValueSet/laboratoryrequest-category-vs"
        }
      },
      {
        "id": "DiagnosticReport.category:otherCategory",
        "path": "DiagnosticReport.category",
        "sliceName": "otherCategory",
        "short": "其他报告分类",
        "definition": "其他报告分类"
      },
      {
        "id": "DiagnosticReport.code",
        "path": "DiagnosticReport.code",
        "short": "检验服务代码",
        "definition": "描述此检验报告的代码或名称，可描述检验打包项",
        "type": [
          {
            "code": "CodeableConcept",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/CodeableConcept"
            ]
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "检验报告分类代码",
          "valueSet": "http://fhir.scwjxx.cn/Sichuan/ValueSet/procedure-code-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": "观测值所对应的时间或周期。",
        "type": [
          {
            "code": "dateTime"
          },
          {
            "code": "Period",
            "profile": [
              "http://fhir.scwjxx.cn/Sichuan/StructureDefinition/Period"
            ]
          }
        ]
      },
      {
        "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",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.media",
        "path": "DiagnosticReport.media",
        "max": "0"
      },
      {
        "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"
            ]
          }
        ]
      }
    ]
  }
}