{
  "resourceType": "StructureDefinition",
  "id": "53e3b86b-6260-4810-b496-7f041d062cdf",
  "meta": {
    "lastUpdated": "2022-03-23T20:04:55.775+00:00"
  },
  "url": "https://simplifier.net/winningtest/laboratory-diagnostic-report-profile",
  "name": "LaboratoryDiagnosticReport",
  "title": "实验室检验报告",
  "status": "draft",
  "date": "2022-03-22T21:56:00.0438013+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "https://simplifier.net/winningtest/diagnostic-report-profile",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.category.coding:diagnosticReportClass",
        "path": "DiagnosticReport.category.coding",
        "sliceName": "diagnosticReportClass",
        "fixedCoding": {
          "system": "urn:oid:1.2.156.112604.1.2.1224",
          "version": "1.1.0",
          "code": "urn:oid:1.2.156.112604.1.2.1224.54",
          "display": "检验"
        }
      },
      {
        "id": "DiagnosticReport.category.coding:category",
        "path": "DiagnosticReport.category.coding",
        "sliceName": "category",
        "fixedCoding": {
          "system": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections",
          "version": "4.0.1",
          "code": "LAB",
          "display": "Laboratory"
        }
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "short": "检验结果",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/laboratory-result-profile"
            ]
          }
        ]
      },
      {
        "id": "DiagnosticReport.imagingStudy",
        "path": "DiagnosticReport.imagingStudy",
        "max": "0"
      },
      {
        "id": "DiagnosticReport.media",
        "path": "DiagnosticReport.media",
        "max": "0"
      }
    ]
  }
}