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

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeMedicationRequest
IdMedicationRequest-MedicationRequestMCR-pro.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 ( MedicationRequest Status Reason Codes#completed)

藥品請求的意圖:Order ( medicationRequest Intent#order)

病人Patient/PatientMCR-min "張睿寧"

藥品Medication/MedicationMCR-pro

就醫事件Encounter/EncounterMCR-min

藥品調劑方式:磨粉

藥品使用頻率:BID ( HL7 TimingAbbreviation + 臺灣健保署藥品使用頻率值集#BID)

用藥部位:胃部

用藥開始時間:2010-04-01
用藥結束時間:2010-04-03

服藥天數:5d

藥品服用方法:口服 ( 臺灣衛福部統計處給藥途徑#PO)

用量:45

用量單位:mg

藥品總用量:4500mg


Source1

{
  "resourceType": "MedicationRequest",
  "id": "MedicationRequestMCR-pro",
  "meta": {
    "profile": [
      "https://fhir.cohesiondata.com/clinemr/StructureDefinition/medicationrequest-clinemr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "medicationReference": {
    "reference": "Medication/MedicationMCR-pro"
  },
  "subject": {
    "reference": "Patient/PatientMCR-min"
  },
  "encounter": {
    "reference": "Encounter/EncounterMCR-min"
  },
  "note": [
    {
      "text": "磨粉"
    }
  ],
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2010-04-01",
            "end": "2010-04-03"
          },
          "duration": 5,
          "durationUnit": "d"
        },
        "code": {
          "coding": [
            {
              "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-frequency-nhi-tw",
              "code": "BID",
              "display": "每日二次"
            }
          ],
          "text": "BID"
        }
      },
      "site": {
        "text": "胃部"
      },
      "route": {
        "coding": [
          {
            "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw",
            "code": "PO",
            "display": "口眼"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 45,
            "unit": "mg"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "quantity": {
      "value": 4500,
      "unit": "mg"
    }
  }
}