臺灣核心實作指引(TW Core IG)
0.1.1 - Trial Use

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.1.1: Releases) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Logical Model: TWObservationModel - JSON Profile

Active as of 2023-08-30

JSON representation of the TWObservation logical model.

Raw json | Download


{
  "resourceType" : "StructureDefinition",
  "id" : "TWObservation",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWObservation",
  "version" : "0.1.1",
  "name" : "TWObservationModel",
  "title" : "臺灣核心-檢驗檢查(TW Core Observation) 之資料模型",
  "status" : "active",
  "date" : "2023-08-30T12:27:08+08:00",
  "contact" : [
    {
      "name" : "衛生福利部",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.mohw.gov.tw/"
        },
        {
          "system" : "email",
          "value" : "CCYU@mohw.gov.tw"
        }
      ]
    }
  ],
  "description" : "臺灣核心-檢驗檢查(TW Core Observation) 之資料模型",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "TWObservation",
      "uri" : "https://twcore.mohw.gov.tw/ig/twcore",
      "name" : "TW Core IG"
    }
  ],
  "kind" : "logical",
  "abstract" : false,
  "type" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/TWObservation",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation" : "specialization",
  "snapshot" : {
    "element" : [
      {
        "id" : "TWObservation",
        "path" : "TWObservation",
        "short" : "臺灣核心-檢驗檢查(TW Core Observation) 之資料模型",
        "definition" : "臺灣核心-檢驗檢查(TW Core Observation) 之資料模型",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Base",
          "min" : 0,
          "max" : "*"
        },
        "isModifier" : false,
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult 或 TWCoreObservationBloodPressure 或 TWCoreObservationBMI"
          }
        ]
      },
      {
        "id" : "TWObservation.text",
        "path" : "TWObservation.text",
        "short" : "內容摘要以供人閱讀",
        "definition" : "內容摘要以供人閱讀",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "TWObservation.text",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Narrative"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.text 或 TWCoreObservationBloodPressure.text 或 TWCoreObservationBMI.text"
          }
        ]
      },
      {
        "id" : "TWObservation.resultStatus",
        "path" : "TWObservation.resultStatus",
        "short" : "檢驗檢查結果之狀態",
        "definition" : "檢驗檢查結果之狀態",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "TWObservation.resultStatus",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "code"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.status 或 TWCoreObservationBloodPressure.status 或 TWCoreObservationBMI.status"
          }
        ]
      },
      {
        "id" : "TWObservation.category",
        "path" : "TWObservation.category",
        "short" : "檢驗檢查的類別",
        "definition" : "檢驗檢查的類別",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "TWObservation.category",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.category 或 TWCoreObservationBloodPressure.category 或 TWCoreObservationBMI.category"
          }
        ]
      },
      {
        "id" : "TWObservation.observationCode",
        "path" : "TWObservation.observationCode",
        "short" : "檢驗檢查代碼,此代碼通常是用來識別所進行的檢驗檢查是哪一項,例如身高、體重、血壓等。",
        "definition" : "檢驗檢查代碼,此代碼通常是用來識別所進行的檢驗檢查是哪一項,例如身高、體重、血壓等。",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "TWObservation.observationCode",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.code 或 TWCoreObservationBloodPressure.code 或 TWCoreObservationBMI.code"
          }
        ]
      },
      {
        "id" : "TWObservation.subject",
        "path" : "TWObservation.subject",
        "short" : "檢驗檢查的對象",
        "definition" : "檢驗檢查的對象",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "TWObservation.subject",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Patient"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.subject.Reference(TW Core Patient) 或 TWCoreObservationBloodPressure.subject.Reference(TW Core Patient) 或 TWCoreObservationBMI.subject.Reference(TW Core Patient)"
          }
        ]
      },
      {
        "id" : "TWObservation.dateTime",
        "path" : "TWObservation.dateTime",
        "short" : "檢驗檢查的日期(時間)",
        "definition" : "檢驗檢查的日期(時間)",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "TWObservation.dateTime",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.effectiveDateTime 或 TWCoreObservationBloodPressure.effectiveDateTime 或 TWCoreObservationBMI.effectiveDateTime"
          }
        ]
      },
      {
        "id" : "TWObservation.performer[x]",
        "path" : "TWObservation.performer[x]",
        "short" : "負責檢驗檢查的人員",
        "definition" : "負責檢驗檢查的人員",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "TWObservation.performer[x]",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Practitioner"
          },
          {
            "code" : "Organization"
          },
          {
            "code" : "Patient"
          },
          {
            "code" : "PractitionerRole"
          },
          {
            "code" : "CareTeam"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.performer.Reference(TWCorePractitioner | TWCoreOrganization | TWCorePatient | PractitionerRole | CareTeam) 或 TWCoreObservationBloodPressure.performer.Reference(TWCorePractitioner | TWCoreOrganization | TWCorePatient | PractitionerRole | CareTeam) 或 TWCoreObservationBMI.performer.Reference(TWCorePractitioner | TWCoreOrganization | TWCorePatient | PractitionerRole | CareTeam)"
          }
        ]
      },
      {
        "id" : "TWObservation.results",
        "path" : "TWObservation.results",
        "short" : "檢驗檢查結果",
        "definition" : "檢驗檢查結果",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "TWObservation.results",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "BackboneElement"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.value[x] 或 TWCoreObservationBMI.value[x]"
          }
        ]
      },
      {
        "id" : "TWObservation.subResults",
        "path" : "TWObservation.subResults",
        "short" : "子項檢驗檢查之結果",
        "definition" : "子項檢驗檢查之結果",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "TWObservation.subResults",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "BackboneElement"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationBloodPressure.valueQuantity"
          }
        ]
      }
    ]
  },
  "differential" : {
    "element" : [
      {
        "id" : "TWObservation",
        "path" : "TWObservation",
        "short" : "臺灣核心-檢驗檢查(TW Core Observation) 之資料模型",
        "definition" : "臺灣核心-檢驗檢查(TW Core Observation) 之資料模型",
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult 或 TWCoreObservationBloodPressure 或 TWCoreObservationBMI"
          }
        ]
      },
      {
        "id" : "TWObservation.text",
        "path" : "TWObservation.text",
        "short" : "內容摘要以供人閱讀",
        "definition" : "內容摘要以供人閱讀",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Narrative"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.text 或 TWCoreObservationBloodPressure.text 或 TWCoreObservationBMI.text"
          }
        ]
      },
      {
        "id" : "TWObservation.resultStatus",
        "path" : "TWObservation.resultStatus",
        "short" : "檢驗檢查結果之狀態",
        "definition" : "檢驗檢查結果之狀態",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "code"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.status 或 TWCoreObservationBloodPressure.status 或 TWCoreObservationBMI.status"
          }
        ]
      },
      {
        "id" : "TWObservation.category",
        "path" : "TWObservation.category",
        "short" : "檢驗檢查的類別",
        "definition" : "檢驗檢查的類別",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.category 或 TWCoreObservationBloodPressure.category 或 TWCoreObservationBMI.category"
          }
        ]
      },
      {
        "id" : "TWObservation.observationCode",
        "path" : "TWObservation.observationCode",
        "short" : "檢驗檢查代碼,此代碼通常是用來識別所進行的檢驗檢查是哪一項,例如身高、體重、血壓等。",
        "definition" : "檢驗檢查代碼,此代碼通常是用來識別所進行的檢驗檢查是哪一項,例如身高、體重、血壓等。",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.code 或 TWCoreObservationBloodPressure.code 或 TWCoreObservationBMI.code"
          }
        ]
      },
      {
        "id" : "TWObservation.subject",
        "path" : "TWObservation.subject",
        "short" : "檢驗檢查的對象",
        "definition" : "檢驗檢查的對象",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Patient"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.subject.Reference(TW Core Patient) 或 TWCoreObservationBloodPressure.subject.Reference(TW Core Patient) 或 TWCoreObservationBMI.subject.Reference(TW Core Patient)"
          }
        ]
      },
      {
        "id" : "TWObservation.dateTime",
        "path" : "TWObservation.dateTime",
        "short" : "檢驗檢查的日期(時間)",
        "definition" : "檢驗檢查的日期(時間)",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "dateTime"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.effectiveDateTime 或 TWCoreObservationBloodPressure.effectiveDateTime 或 TWCoreObservationBMI.effectiveDateTime"
          }
        ]
      },
      {
        "id" : "TWObservation.performer[x]",
        "path" : "TWObservation.performer[x]",
        "short" : "負責檢驗檢查的人員",
        "definition" : "負責檢驗檢查的人員",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "Practitioner"
          },
          {
            "code" : "Organization"
          },
          {
            "code" : "Patient"
          },
          {
            "code" : "PractitionerRole"
          },
          {
            "code" : "CareTeam"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.performer.Reference(TWCorePractitioner | TWCoreOrganization | TWCorePatient | PractitionerRole | CareTeam) 或 TWCoreObservationBloodPressure.performer.Reference(TWCorePractitioner | TWCoreOrganization | TWCorePatient | PractitionerRole | CareTeam) 或 TWCoreObservationBMI.performer.Reference(TWCorePractitioner | TWCoreOrganization | TWCorePatient | PractitionerRole | CareTeam)"
          }
        ]
      },
      {
        "id" : "TWObservation.results",
        "path" : "TWObservation.results",
        "short" : "檢驗檢查結果",
        "definition" : "檢驗檢查結果",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "BackboneElement"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationLaboratoryResult.value[x] 或 TWCoreObservationBMI.value[x]"
          }
        ]
      },
      {
        "id" : "TWObservation.subResults",
        "path" : "TWObservation.subResults",
        "short" : "子項檢驗檢查之結果",
        "definition" : "子項檢驗檢查之結果",
        "min" : 0,
        "max" : "*",
        "type" : [
          {
            "code" : "BackboneElement"
          }
        ],
        "mapping" : [
          {
            "identity" : "TWObservation",
            "map" : "TWCoreObservationBloodPressure.valueQuantity"
          }
        ]
      }
    ]
  }
}