PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.nhi.pas@1.1.0
    https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-blood-group-twpas
description: 此血型-Observation Blood Group TWPAS Profile說明本IG如何進一步定義臺灣核心-臨床檢驗檢查(TW Core Observation Clinical Result) Profile以呈現免疫製劑事前審查之血型資訊
package_name: tw.gov.mohw.nhi.pas
derivation: constraint
name: ObservationBloodGroupTWPAS
type: Observation
elements:
  meta:
    index: 0
    elements:
      profile:
        pattern: {type: Canonical, value: 'https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-blood-group-twpas'}
        index: 1
    required: [profile]
  category:
    short: 因FHIR設計而需必填
    index: 2
    elements:
      coding:
        index: 3
        elements:
          system:
            pattern: {type: Uri, value: 'https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-supporting-info-type'}
            index: 4
          code:
            pattern: {type: Code, value: bloodgroup}
            index: 5
    required: [coding]
  code:
    elements:
      coding:
        index: 6
        elements:
          system:
            pattern: {type: Uri, value: 'http://loinc.org'}
            index: 7
          code:
            mustSupport: true
            pattern: {type: Code, value: 882-1}
            index: 8
        required: [code]
    required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://nhicore.nhi.gov.tw/pas/StructureDefinition/Patient-twpas']
    index: 9
  effective:
    choices: [effectiveDateTime]
    index: 11
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 12}
  value:
    short: 血型
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 14
  valueCodeableConcept: {type: CodeableConcept, short: 血型, mustSupport: true, choiceOf: value, index: 15}
package_version: 1.1.0
class: profile
kind: resource
url: https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-blood-group-twpas
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.1.0
required: [value, subject, valueCodeableConcept, meta, category]