FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeMedicationDispense
IdMedicationDispense-med-dis-injection-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

爽胰達注射劑100單位50微克藥品配藥資料

配藥的狀態:Completed ( MedicationDispense Status Codes#completed)

配藥的分類: Inpatient ( MedicationDispense Category Codes#inpatient)

配藥的類型:Daily Fill ( V3 Value SetActPharmacySupplyType#DF)

藥品:爽胰達注射劑100單位50微克 ( 臺灣藥品許可證#衛部菌疫輸字第001080號)

病人Patient/pat-example "陳加玲"

就醫資料Encounter/enc-example

配藥者Practitioner/pra-phc-example "陳耀詩"

配藥資料

藥品總劑量:1 Intravenous Solution ( OrderableDrugForm#IVSOL)
藥品天數:3 days
藥品使用方法:每日注射一次,於餐前一小時內注射,建議固定在同一餐的餐前注射
藥品包裝和審核時間:2022-08-01T11:45:00
藥品發放的時間:2022-08-01T12:00:00

藥品替代資料

配藥是否與處方要求不同:none ( SubstanceAdminSubstitution#N)
替代原因:formulary policy ( ActReason#FP)


Source1

{
  "resourceType": "MedicationDispense",
  "id": "med-dis-injection-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationDispense-twcore"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "category": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/fhir/CodeSystem/medicationdispense-category",
        "code": "inpatient"
      }
    ]
  },
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw",
        "code": "衛部菌疫輸字第001080號",
        "display": "爽胰達注射劑100單位+50微克"
      }
    ],
    "text": "爽胰達注射劑100單位+50微克"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "context": {
    "reference": "Encounter/enc-example"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/pra-phc-example"
      }
    }
  ],
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "code": "DF",
        "display": "Daily Fill"
      }
    ]
  },
  "quantity": {
    "value": 1,
    "unit": "Intravenous Solution",
    "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
    "code": "IVSOL"
  },
  "daysSupply": {
    "value": 3,
    "unit": "days"
  },
  "whenPrepared": "2022-08-01T11:45:00+08:00",
  "whenHandedOver": "2022-08-01T12:00:00+08:00",
  "dosageInstruction": [
    {
      "text": "每日注射一次,於餐前一小時內注射,建議固定在同一餐的餐前注射",
      "timing": {
        "repeat": {
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      }
    }
  ],
  "substitution": {
    "wasSubstituted": false,
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-substanceAdminSubstitution",
          "code": "N",
          "display": "none"
        }
      ]
    },
    "reason": [
      {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
            "code": "FP",
            "display": "formulary policy"
          }
        ]
      }
    ]
  }
}