醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 出院指示範例 - JSON Representation

Raw json | Download


{
  "resourceType" : "CarePlan",
  "id" : "CarePlan-min",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/careplan-imri"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>出院指示</b></h3><p><b>狀態</b>:Completed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/request-status\">RequestStatus</a>#completed)</span></p><p><b>類別</b>:Proposal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/request-intent\">Care Plan Intent</a>#proposal)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>就醫事件</b>:<a href=\"Encounter-Encounter-min.html\">Encounter/Encounter-min</a></p><p><b>出院指示</b>:出院指示</p><p><b>出院指示藥物</b>:<a href=\"MedicationRequest-MedicationRequest-min.html\">MedicationRequest/MedicationRequest-min</a></p></div>"
  },
  "status" : "completed",
  "intent" : "proposal",
  "description" : "出院指示",
  "subject" : {
    🔗 "reference" : "Patient/Patient-min"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/Encounter-min"
  },
  "activity" : [
    {
      "reference" : {
        🔗 "reference" : "MedicationRequest/MedicationRequest-min"
      }
    }
  ]
}