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-ref-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

阿立批挫藥品配藥資料

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

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

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

藥品Medication/med-example

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

就醫資料Encounter/enc-example

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

配藥資料

藥品總劑量:30 Tablet ( OrderableDrugForm#TAB)
藥品天數:30 days
藥品使用方法:每天早上口服一次
藥品包裝和審核時間:2022-08-01T07:00:14
藥品發放的時間:2022-08-01T08:15:14

藥品替代資料

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


Source1

{
  "resourceType": "MedicationDispense",
  "id": "med-dis-ref-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"
      }
    ]
  },
  "medicationReference": {
    "reference": "Medication/med-example"
  },
  "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": 30,
    "unit": "TAB",
    "system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
    "code": "TAB"
  },
  "daysSupply": {
    "value": 30,
    "unit": "days"
  },
  "whenPrepared": "2022-08-01T07:00:14+08:00",
  "whenHandedOver": "2022-08-01T08:15:14+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"
          }
        ]
      }
    ]
  }
}