PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.emr@0.2.0
    https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/MedicationRequest-DS
description: 此Profile繼承於臺灣核心-藥品處方(TW Core MedicationRequest),並用於描述調劑單張的處方內容[[*FMM1*](http://build.fhir.org/versions.html#maturity)]
package_name: tw.gov.mohw.emr
derivation: constraint
name: MedicationRequestDS
type: MedicationRequest
elements:
  category:
    short: 用藥型別。[應填入處方箋種類註記 Types of Prescription/醫令調劑方式]。
    binding: {strength: extensible, valueSet: 'https://twcore.mohw.gov.tw/ig/emr/ValueSet/medicationrequest-prescription'}
    array: true
    min: 2
    index: 3
  insurance:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/ClaimResponse', 'https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Coverage-EMR']
    index: 14
  encounter:
    type: Reference
    refers: ['https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Encounter-DS']
    index: 12
  dispenseRequest:
    index: 17
    elements:
      validityPeriod:
        index: 18
        elements:
          start: {short: 'Starting time with inclusive boundary。[應填入調劑時間]', mustSupport: true, index: 19}
          end: {short: 'End time with inclusive boundary, if not ongoing。[應填入處方箋有效日期]', mustSupport: true, index: 20}
        required: [start, end]
      numberOfRepeatsAllowed: {short: '可重複領藥的次數。[應填入連續處方可調劑次數 Refill Times]', index: 21}
    required: [validityPeriod, numberOfRepeatsAllowed]
  medicationCodeableConcept: {type: CodeableConcept, choiceOf: medication, index: 6}
  authoredOn: {short: '藥品處方請求最初何時被撰寫?[應填入取藥時間]', index: 13}
  note: {short: '關於處方的資訊。[應填入處方箋註銷註記/自費註記/須被合併之處方箋註記]。至少需填入須被合併之處方箋註記', index: 15}
  extension:
    mustSupport: true
    index: 0
    slicing:
      slices:
        TotalMedicationDays:
          match: {}
          schema: {type: Extension, short: '擴充的資料項目。[應填入調劑單張給藥總日份 Total Medication Days]', isModifier: false, url: 'https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Extension-TotalDuration', index: 1}
          min: 1
          max: 1
  dosageInstruction:
    elements:
      method: {short: '用藥的技術。[應填入用藥指示]', mustSupport: true, index: 16}
  identifier: {short: '此藥品處方的外部識別碼。[應填入處方箋存取授權碼/處方箋單號 Prescription No./連續處方箋調劑序號]。至少需填入處方箋單號 Prescription No.', index: 2}
  medicationReference:
    type: Reference
    choiceOf: medication
    refers: ['https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Medication-DS']
    index: 10
    slicing:
      slices:
        medicationReference:
          match: {}
          schema:
            type: Reference
            choiceOf: medication
            refers: ['https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Medication-DS']
            index: 10
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Patient-DS']
    index: 11
  medication:
    choices: [medicationReference]
    index: 9
    slicing:
      slices:
        medicationReference:
          match: {}
          schema:
            choices: [medicationReference]
            index: 9
package_version: 0.2.0
extensions:
  TotalMedicationDays: {url: 'https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Extension-TotalDuration', min: 1, max: 1, type: Extension, short: '擴充的資料項目。[應填入調劑單張給藥總日份 Total Medication Days]', isModifier: false, index: 1}
class: profile
kind: resource
url: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/MedicationRequest-DS
base: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationRequest-twcore
version: 0.2.0
required: [note, extension, insurance, identifier, dispenseRequest]