電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build

This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 門診病歷 MedicationRequest example - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "PMR-MedReq14",
  "meta" : {
    "profile" : [
      🔗 "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMRMedicationRequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest PMR-MedReq14</b></p><a name=\"PMR-MedReq14\"> </a><a name=\"hcPMR-MedReq14\"> </a><a name=\"PMR-MedReq14-en-US\"> </a><p><b>identifier</b>: <code>https://www.vghtpe.gov.tw/Index.action</code>/項次id</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://loinc.org 29551-9}\">Medication prescribed</span></p><p><b>medication</b>: <a href=\"Medication-PMR-Med15.html\">Medication 阿立批挫</a></p><p><b>subject</b>: <a href=\"Patient-PMR-Pat2.html\">測試員 Male, DoB: 1997-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code\u00a0(use:\u00a0official,\u00a0))</a></p><blockquote><p><b>dosageInstruction</b></p></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2020-07-01 --&gt; 2020-07-31</p><p><b>numberOfRepeatsAllowed</b>: 1</p><p><b>quantity</b>: 31 TAB<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form  codeTAB = 'Tablet')</span></p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>31</td><td>days</td><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.vghtpe.gov.tw/Index.action",
      "value" : "項次id"
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "29551-9",
          "display" : "Medication prescribed"
        }
      ],
      "text" : "Medication prescribed"
    }
  ],
  "medicationReference" : {
    🔗 "reference" : "Medication/PMR-Med15"
  },
  "subject" : {
    🔗 "reference" : "Patient/PMR-Pat2"
  },
  "dosageInstruction" : [
    {
      "sequence" : 1,
      "text" : "高血壓藥",
      "timing" : {
        "code" : {
          "coding" : [
            {
              "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-frequency-tw",
              "code" : "QD",
              "display" : "每日一次"
            }
          ],
          "text" : "每日一次"
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw",
            "code" : "PO",
            "display" : "口眼"
          }
        ],
        "text" : "口服"
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "days"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "validityPeriod" : {
      "start" : "2020-07-01",
      "end" : "2020-07-31"
    },
    "numberOfRepeatsAllowed" : 1,
    "quantity" : {
      "value" : 31,
      "unit" : "TAB",
      "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
      "code" : "TAB"
    },
    "expectedSupplyDuration" : {
      "value" : 31,
      "unit" : "days",
      "system" : "http://unitsofmeasure.org",
      "code" : "d"
    }
  }
}