{
  "resourceType": "StructureDefinition",
  "id": "c6043d5c-1d57-4e19-a286-11b1c14946c9",
  "meta": {
    "lastUpdated": "2021-04-23T10:23:57.208+00:00"
  },
  "url": "https://simplifier.net/winningtest/critical-value-profile",
  "name": "CriticalValue",
  "title": "Critical Value",
  "status": "draft",
  "date": "2021-04-23T10:20:22.5149344Z",
  "description": "危急值",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "sct-concept",
      "uri": "http://snomed.info/conceptdomain",
      "name": "SNOMED CT Concept Domain Binding"
    },
    {
      "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"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.org/attributebinding",
      "name": "SNOMED CT Attribute Binding"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.identifier",
        "path": "Observation.identifier",
        "max": "1"
      },
      {
        "id": "Observation.basedOn",
        "path": "Observation.basedOn",
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/imaging-service-request-profile",
              "https://simplifier.net/winningtest/laboratory-service-request-profile"
            ]
          }
        ]
      },
      {
        "id": "Observation.partOf",
        "path": "Observation.partOf",
        "max": "0"
      },
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "short": "registered"
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "short": "危急值类型",
        "max": "1",
        "binding": {
          "strength": "required",
          "description": "危急值类型代码",
          "valueSet": "urn:oid:1.2.156.112604.1.2.94741"
        }
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "项目信息"
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "short": "项目代码",
        "max": "1"
      },
      {
        "id": "Observation.code.text",
        "path": "Observation.code.text",
        "short": "项目名称"
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "max": "0"
      },
      {
        "id": "Observation.focus",
        "path": "Observation.focus",
        "max": "0"
      },
      {
        "id": "Observation.encounter",
        "path": "Observation.encounter",
        "short": "就诊信息",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/inpatient-encounter-profile",
              "https://simplifier.net/winningtest/outpatient-encounter-profile"
            ]
          }
        ]
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "short": "观察结果时间",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Observation.issued",
        "path": "Observation.issued",
        "short": "发布时间"
      },
      {
        "id": "Observation.performer",
        "path": "Observation.performer",
        "short": "发布人"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "short": "项目结果",
        "definition": "项目结果类型为数字时使用valueQuantity,为字符时使用valueString；项目结果单位代码valueQuantity.code，项目结果单位名称valueQuantity.unit",
        "type": [
          {
            "code": "Quantity"
          },
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "Observation.dataAbsentReason",
        "path": "Observation.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.interpretation",
        "path": "Observation.interpretation",
        "short": "结果定性参考值",
        "max": "1"
      },
      {
        "id": "Observation.interpretation.coding",
        "path": "Observation.interpretation.coding",
        "max": "0"
      },
      {
        "id": "Observation.interpretation.text",
        "path": "Observation.interpretation.text",
        "fixedString": "结果定性参考值"
      },
      {
        "id": "Observation.note",
        "path": "Observation.note",
        "short": "危急值备注",
        "max": "1"
      },
      {
        "id": "Observation.note.author[x]",
        "path": "Observation.note.author[x]",
        "max": "0"
      },
      {
        "id": "Observation.note.time",
        "path": "Observation.note.time",
        "max": "0"
      },
      {
        "id": "Observation.bodySite",
        "path": "Observation.bodySite",
        "max": "0"
      },
      {
        "id": "Observation.method",
        "path": "Observation.method",
        "short": "检验方法"
      },
      {
        "id": "Observation.method.coding.system",
        "path": "Observation.method.coding.system",
        "max": "0"
      },
      {
        "id": "Observation.method.coding.version",
        "path": "Observation.method.coding.version",
        "max": "0"
      },
      {
        "id": "Observation.method.coding.code",
        "path": "Observation.method.coding.code",
        "short": "检验方法代码"
      },
      {
        "id": "Observation.method.coding.display",
        "path": "Observation.method.coding.display",
        "max": "0"
      },
      {
        "id": "Observation.method.coding.userSelected",
        "path": "Observation.method.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Observation.method.text",
        "path": "Observation.method.text",
        "short": "检验方法名称"
      },
      {
        "id": "Observation.specimen",
        "path": "Observation.specimen",
        "short": "标本信息"
      },
      {
        "id": "Observation.device",
        "path": "Observation.device",
        "short": "仪器信息",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Device"
            ]
          }
        ]
      },
      {
        "id": "Observation.referenceRange",
        "path": "Observation.referenceRange",
        "max": "1"
      },
      {
        "id": "Observation.referenceRange.low",
        "path": "Observation.referenceRange.low",
        "short": "结果定量参考值(低)"
      },
      {
        "id": "Observation.referenceRange.high",
        "path": "Observation.referenceRange.high",
        "short": "结果定量参考值(高)"
      },
      {
        "id": "Observation.referenceRange.type",
        "path": "Observation.referenceRange.type",
        "max": "0"
      },
      {
        "id": "Observation.referenceRange.appliesTo",
        "path": "Observation.referenceRange.appliesTo",
        "max": "0"
      },
      {
        "id": "Observation.referenceRange.age",
        "path": "Observation.referenceRange.age",
        "max": "0"
      },
      {
        "id": "Observation.referenceRange.text",
        "path": "Observation.referenceRange.text",
        "max": "0"
      },
      {
        "id": "Observation.hasMember",
        "path": "Observation.hasMember",
        "max": "0"
      },
      {
        "id": "Observation.derivedFrom",
        "path": "Observation.derivedFrom",
        "max": "0"
      },
      {
        "id": "Observation.component.dataAbsentReason",
        "path": "Observation.component.dataAbsentReason",
        "max": "0"
      },
      {
        "id": "Observation.component.interpretation",
        "path": "Observation.component.interpretation",
        "max": "0"
      },
      {
        "id": "Observation.component.referenceRange",
        "path": "Observation.component.referenceRange",
        "max": "0"
      }
    ]
  }
}