醫查實作指引
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" : "Composition",
  "id" : "CompositionOperationNote-min",
  "meta" : {
    "profile" : [
      🔗 "https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/composition-operationnote-imri"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>手術紀錄</b></h3><p><b>狀態</b>:Final <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">(<a href=\"http://hl7.org/fhir/composition-status\">CompositionStatus</a>#final)</span></p><p><b>種類</b>:Surgical operation note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"https://loinc.org/\">LOINC</a>#11504-8)</span></p><p><b>病人</b>:<a href=\"Patient-Patient-min.html\">Patient/Patient-min</a> \"安格斯\"</p><p><b>文件產生時間</b>:2024-05-12T14:30:00</p><p><b>文件創建單位</b>:<a href=\"Organization-OrganizationHosp-min.html\">Organization/OrganizationHosp-min</a> \"國泰醫療財團法人國泰綜合醫院\"</p><p><b>手術紀錄小節內容:</b></p><blockquote><p><b>section[PatientInformation].section[bloodtype]</b>: <a href=\"Observation-ObservationBloodType-min.html\">Observation/ObservationBloodType-min</a></p><p><b>section[OperationNote]</b>: <a href=\"Procedure-Procedure-pro.html\">Procedure/Procedure-pro</a><br/><b>section[OperationNote].section[postoperativeDiagnosis]</b>: <a href=\"Condition-Condition-postope.html\">Condition/Condition-postope</a><br/><b>section[OperationNote].section[bloodLoss]</b>: <a href=\"Observation-ObservationBloodLoss-min.html\">Observation/ObservationBloodLoss-min</a><br/><b>section[OperationNote].section[anesthesiaMode]</b>: <a href=\"Procedure-ProcedureAnesthesiaMode-min.html\">Procedure/ProcedureAnesthesiaMode-min</a></p></blockquote></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11504-8",
        "display" : "Surgical operation note"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Patient-min"
  },
  "date" : "2024-05-12T14:30:00+08:00",
  "author" : [
    {
      🔗 "reference" : "Organization/OrganizationHosp-min"
    }
  ],
  "title" : "手術紀錄",
  "section" : [
    {
      "title" : "病人資訊",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "52460-3",
            "display" : "Patient Information"
          }
        ]
      },
      "section" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "882-1",
                "display" : "ABO and Rh group [Type] in Blood"
              }
            ]
          },
          "entry" : [
            {
              🔗 "reference" : "Observation/ObservationBloodType-min"
            }
          ]
        }
      ]
    },
    {
      "title" : "手術資訊",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "11504-8",
            "display" : "Surgical operation note"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Procedure/Procedure-pro"
        }
      ],
      "section" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "10218-6",
                "display" : "Surgical operation note postoperative diagnosis Narrative"
              }
            ]
          },
          "entry" : [
            {
              🔗 "reference" : "Condition/Condition-postope"
            }
          ]
        },
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "59770-8",
                "display" : "Procedure estimated blood loss Narrative"
              }
            ]
          },
          "entry" : [
            {
              🔗 "reference" : "Observation/ObservationBloodLoss-min"
            }
          ]
        },
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "59774-0",
                "display" : "Procedure anesthesia Narrative"
              }
            ]
          },
          "entry" : [
            {
              🔗 "reference" : "Procedure/ProcedureAnesthesiaMode-min"
            }
          ]
        }
      ]
    }
  ]
}