{
  "resourceType": "StructureDefinition",
  "id": "9bf9b6be-59d5-4656-916c-3a2f464a6733",
  "meta": {
    "lastUpdated": "2024-03-29T07:54:54.7730925+00:00"
  },
  "url": "https://simplifier.net/winningtest/observation-profile",
  "name": "Observation",
  "title": "观察",
  "status": "draft",
  "date": "2024-03-29T07:55:38.8942799+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "测量与简单判断"
      },
      {
        "id": "Observation.extension:displaySequence",
        "path": "Observation.extension",
        "sliceName": "displaySequence",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/winningtest/extension-display-sequence"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Observation.extension:printSequence",
        "path": "Observation.extension",
        "sliceName": "printSequence",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/winningtest/extension-print-sequence"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "short": "观察类型的分类"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "观察类型（代码/类型）"
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "short": "观察对象",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/patient-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Observation.focus",
        "path": "Observation.focus",
        "short": "观察相关对象",
        "max": "0"
      },
      {
        "id": "Observation.encounter",
        "path": "Observation.encounter",
        "short": "就诊",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/outpatient-encounter-profile",
              "https://simplifier.net/winningtest/inpatient-encounter-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Observation.performer",
        "path": "Observation.performer",
        "short": "执行者/责任方"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "short": "实际值"
      },
      {
        "id": "Observation.interpretation",
        "path": "Observation.interpretation",
        "short": "观察值的分类评估"
      },
      {
        "id": "Observation.note",
        "path": "Observation.note",
        "short": "备注"
      },
      {
        "id": "Observation.bodySite",
        "path": "Observation.bodySite",
        "short": "观察的人体部位"
      },
      {
        "id": "Observation.method",
        "path": "Observation.method",
        "short": "观察方式"
      },
      {
        "id": "Observation.specimen",
        "path": "Observation.specimen",
        "short": "观察的标本",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/winningtest/specimen-profile"
            ],
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "Observation.device",
        "path": "Observation.device",
        "short": "测量设备"
      }
    ]
  }
}