臺灣電子處方箋與調劑單張實作指引(TW EMPD IG)
0.1.0 - ci-build

This page is part of the 臺灣電子處方箋與調劑單張實作指引(TW EMPD 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

: 電子處方箋 - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "com-ep",
  "meta" : {
    "profile" : [
      🔗 "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Composition-EMPD"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition com-ep</b></p><a name=\"com-ep\"> </a><a name=\"hccom-ep\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Composition-EMPD.html\">電子處方箋-Composition</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 57833-6}\">Prescription for medication</span></p><p><b>encounter</b>: <a href=\"Encounter-enc-ep.html\">Encounter: status = finished; class = 西醫一般案件 (案件分類#01); serviceType = General surgery (qualifier value); period = 2023-02-23 --&gt; (ongoing)</a></p><p><b>date</b>: 2024-02-19 14:30:00+0100</p><p><b>author</b>: </p><ul><li><a href=\"Organization-org-ep.html\">Organization 洪文武診所</a></li><li><a href=\"Practitioner-pra-ep.html\">Practitioner 洪文武(official)</a></li></ul><p><b>title</b>: 電子處方箋</p><p><b>custodian</b>: <a href=\"Organization-org-ep.html\">Organization 洪文武診所</a></p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "57833-6",
        "display" : "Prescription for medication"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/pat-ep"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/enc-ep"
  },
  "date" : "2024-02-19T14:30:00+01:00",
  "author" : [
    {
      🔗 "reference" : "Organization/org-ep"
    },
    {
      🔗 "reference" : "Practitioner/pra-ep"
    }
  ],
  "title" : "電子處方箋",
  "custodian" : {
    🔗 "reference" : "Organization/org-ep"
  },
  "section" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "29762-2"
          }
        ],
        "text" : "Social history Narrative"
      },
      "entry" : [
        {
          🔗 "reference" : "Coverage/cov-ep"
        }
      ]
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "85353-1"
          }
        ],
        "text" : "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"
      },
      "entry" : [
        {
          🔗 "reference" : "Observation/obs-ep"
        }
      ]
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "29548-5"
          }
        ],
        "text" : "Diagnosis Narrative"
      },
      "entry" : [
        {
          🔗 "reference" : "Condition/con-ep"
        }
      ]
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "29551-9"
          }
        ],
        "text" : "Medication prescribed Narrative Narrative"
      },
      "entry" : [
        {
          🔗 "reference" : "Medication/med-01-ep"
        },
        {
          🔗 "reference" : "MedicationRequest/med-req-01-ep"
        }
      ]
    }
  ]
}