{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/winningtest/condition-profile",
  "name": "Condition",
  "title": "状态",
  "status": "draft",
  "date": "2022-11-15T04:29:21.9007687+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition.severity",
        "path": "Condition.severity",
        "short": "对象状态的严重程度"
      },
      {
        "id": "Condition.code",
        "path": "Condition.code",
        "short": "状态、问题或诊断的唯一标识"
      },
      {
        "id": "Condition.bodySite",
        "path": "Condition.bodySite",
        "short": "人体部位"
      },
      {
        "id": "Condition.subject",
        "path": "Condition.subject",
        "short": "谁具有此状态？",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/patient-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Condition.encounter",
        "path": "Condition.encounter",
        "short": "创建的状态所属的就诊",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/outpatient-encounter-profile",
              "https://simplifier.net/winningtest/inpatient-encounter-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Condition.onset[x]",
        "path": "Condition.onset[x]",
        "short": "估算或实际的日期、日期时间或年龄"
      },
      {
        "id": "Condition.abatement[x]",
        "path": "Condition.abatement[x]",
        "short": "何时减轻/缓解"
      },
      {
        "id": "Condition.recordedDate",
        "path": "Condition.recordedDate",
        "short": "首次记录的日期"
      },
      {
        "id": "Condition.recorder",
        "path": "Condition.recorder",
        "short": "谁记录了状态",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/practitioner-profile",
              "https://simplifier.net/winningtest/practitioner-role-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Condition.asserter",
        "path": "Condition.asserter",
        "short": "核验状态的人",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/practitioner-role-profile",
              "https://simplifier.net/winningtest/practitioner-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Condition.stage",
        "path": "Condition.stage",
        "short": "阶段/等级，通常是正式的评估"
      },
      {
        "id": "Condition.evidence",
        "path": "Condition.evidence",
        "short": "支持的证据"
      },
      {
        "id": "Condition.note",
        "path": "Condition.note",
        "short": "有关状态的额外信息"
      }
    ]
  }
}