診所門診病摘實作指引
1.0.1 - CI Build

This page is part of the 診所門診病摘實作指引 (v1.0.1: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: 西醫-藥品資訊範例 - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "MedicationMCR-pro",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cohesiondata.com/clinemr/StructureDefinition/medication-clinemr"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>藥品的詳細資料</b></h3><p><b>藥品院內碼</b>:衛署藥輸字第023253號 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw\">臺灣食藥署藥品及醫療器材代碼</a>#衛署藥輸字第023253號)</span></p><p><b>藥品商品名</b>:克流感膠囊75毫克</p></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw",
        "code" : "衛署藥輸字第023253號",
        "display" : "克流感膠囊75毫克"
      }
    ]
  }
}