診所門診病摘實作指引
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" : "MedicationDCR-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>:A040130100 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw\">臺灣健保署健保用藥品項代碼</a>#A040130100)</span></p><p><b>藥品藥品碼</b>:衛署藥製字第022664號 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw\">臺灣食藥署藥品及醫療器材代碼</a>#衛署藥製字第022664號)</span></p><p><b>藥品商品名</b>:\"太田\"阿莫克西林膠囊500毫克(安莫西林) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw\">臺灣食藥署藥品及醫療器材代碼</a>#衛署藥製字第022664號)</span></p></div>"
  },
  "code" : {
    "coding" : [
      {
        "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw",
        "code" : "A040130100",
        "display" : "TINTEN TABLETS 500MG"
      },
      {
        "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw",
        "code" : "衛署藥製字第022664號",
        "display" : "\"太田\"阿莫克西林膠囊500毫克(安莫西林)"
      }
    ]
  }
}