PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.emr@0.2.0
    https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/ObservationDMSLaboratoryData
description: 此Profiles繼承於臺灣核心-檢驗檢查(TW Core Observation) ,並進一步用於描述出院病摘的檢驗
package_name: tw.gov.mohw.emr
derivation: constraint
name: DischargeMedicalSummaryObservationLaboratoryData
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    mustSupport: true
    index: 0
  code:
    short: 檢驗
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 30954-2, system: 'http://loinc.org', display: Relevant diagnostic tests/laboratory data Narrative}
    index: 1
    elements:
      coding:
        index: 2
        elements:
          system: {index: 3}
          code: {index: 4}
        required: [system, code]
    required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PatientDMS']
    index: 5
  encounter:
    type: Reference
    mustSupport: true
    refers: ['https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/EncounterDMS']
    index: 6
  effective:
    short: 檢驗的實際日期與時間
    mustSupport: true
    choices: []
    index: 8
  value:
    short: 檢驗檢查的實際結果。[應填入至出院病摘檢驗Laboratory Data]
    choices: []
    index: 10
package_version: 0.2.0
class: profile
kind: resource
url: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/ObservationDMSLaboratoryData
base: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Observationtwcore
version: 0.2.0
required: [value, effective]