臺灣電子處方箋與調劑單張實作指引(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

: cov-ep - JSON Representation

Raw json | Download

{
  "resourceType" : "Coverage",
  "id" : "cov-ep",
  "meta" : {
    "profile" : [
      🔗 "https://nhicore.nhi.gov.tw/empd/StructureDefinition/Coverage-EMR"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage cov-ep</b></p><a name=\"cov-ep\"> </a><a name=\"hccov-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-Coverage-EMR.html\">電子處方箋/調劑單張-就醫身分別</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{https://nhicore.nhi.gov.tw/empd/CodeSystem/PaymentCategory-cs 1}\">職業傷害</span></p><p><b>beneficiary</b>: <a href=\"Patient-pat-ep.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>payor</b>: <a href=\"Patient-pat-ep.html\">甄○康(official) Female, DoB: 1985-01-02 ( Medical record number: Z199999829\u00a0(use:\u00a0official,\u00a0))</a></p></div>"
  },
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "https://nhicore.nhi.gov.tw/empd/CodeSystem/PaymentCategory-cs",
        "code" : "1",
        "display" : "職業傷害"
      }
    ]
  },
  "beneficiary" : {
    🔗 "reference" : "Patient/pat-ep"
  },
  "payor" : [
    {
      🔗 "reference" : "Patient/pat-ep"
    }
  ]
}