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

FHIR IG analytics

Packagetw.gov.mohw.nhi.pas
Resource TypeMedicationRequest
IdMedicationRequest-medReq-treat.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

藥物處方終止原因:Try another treatment first (MedicationRequest Status Reason Codes#altchoice)

意圖:Order ( medicationRequest Intent#order)

自費註記:健保 (NHI-藥物類型#nhi)

藥品代碼:ANTI-CUGH SYRUP 60ML (NHI-健保事前審查-用藥品項值集#A000755151)

病人Patient/pat-min ""

藥品使用頻率及服用時間:1W3D

藥物每次處方劑量(單位):4 (tablets (Common UCUM units#{tbl}))

藥物處方起始日期:2024-05-01

藥物處方終止日期:2024-05-07

給藥途徑/作用部位:Oral use (SNOMED CT + 臺灣健保署給藥途徑值集#26643006)


Source1

{
  "resourceType": "MedicationRequest",
  "id": "medReq-treat",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/pas/StructureDefinition/MedicationRequest-treat-twpas"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "statusReason": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason",
        "code": "altchoice"
      }
    ]
  },
  "intent": "order",
  "category": [
    {
      "coding": [
        {
          "system": "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-drug-category",
          "code": "nhi"
        }
      ]
    }
  ],
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-medication",
        "code": "A000755151"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2024-05-01",
            "end": "2024-05-07"
          }
        },
        "code": {
          "text": "1W3D"
        }
      },
      "route": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "26643006"
          }
        ]
      },
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 4,
            "unit": "tablets",
            "system": "http://unitsofmeasure.org",
            "code": "{tbl}"
          }
        }
      ]
    }
  ]
}