醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 藥品請求範例 - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "MedicationRequest-min",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/medicationrequest-imri"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>藥品請求</b></h3><p><b>藥品請求的狀態</b>:Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason\">MedicationRequest Status Reason Codes</a>#active)</span></p><p><b>藥品請求的意圖</b>:Proposal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/CodeSystem/medicationrequest-intent\">medicationRequest Intent</a>#proposal)</span></p><p><b>開立的藥品</b>:ASPIRIN TABLETS 500MG \"S.Y.\" <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw\">臺灣健保用藥品項</a>#A003092100)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>就醫事件</b>:<a href=\"Encounter-Encounter-min.html\">Encounter/Encounter-min</a></p><p><b>提出藥品請求請求者</b>:<a href=\"Practitioner-Practitioner-min.html\">Practitioner/Practitioner-min</a>\"劉伊詩\"</p><p><b>給藥執行者</b>:<a href=\"Practitioner-Practitioner-min.html\">Practitioner/Practitioner-min</a>\"劉伊詩\"</p><p><b>開立處方的原因</b>:<a href=\"CarePlan-CarePlan-min.html\">CarePlan/CarePlan-min</a></p></div>"
  },
  "status" : "active",
  "intent" : "proposal",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw",
        "code" : "A003092100",
        "display" : "ASPIRIN TABLETS 500MG \"S.Y.\""
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-min"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/Encounter-min"
  },
  "requester" : {
    🔗 "reference" : "Practitioner/Practitioner-min"
  },
  "performer" : {
    🔗 "reference" : "Practitioner/Practitioner-min"
  },
  "basedOn" : [
    {
      🔗 "reference" : "CarePlan/CarePlan-min"
    }
  ]
}