電子病歷交換單張實作指引(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

: 檢驗檢查 Composition example - JSON Representation

Raw json | Download


{
  "resourceType" : "Composition",
  "id" : "IC-Com8",
  "meta" : {
    "profile" : [
      🔗 "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/InspectionCheckComposition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition IC-Com8</b></p><a name=\"IC-Com8\"> </a><a name=\"hcIC-Com8\"> </a><a name=\"IC-Com8-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 11502-2}\">檢驗檢查</span></p><p><b>encounter</b>: <a href=\"Encounter-IC-Enc6.html\">Encounter: identifier = https://www.vghtpe.gov.tw/Index.action#Encounter唯一碼; status = finished; class = observation encounter (ActCode#OBSENC); serviceType = General surgery (qualifier value); period = 2022-03-30 --&gt; (ongoing)</a></p><p><b>date</b>: 2023-01-04 13:01:56+0800</p><p><b>author</b>: </p><ul><li><a href=\"Organization-IC-Org1.html\">Organization 國立臺灣大學醫學院附設醫院</a></li><li><a href=\"Practitioner-IC-Pra5.html\">Practitioner 賴護士</a></li><li><a href=\"Practitioner-IC-Pra7.html\">Practitioner 賴一施</a></li></ul><p><b>title</b>: 檢驗檢查</p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11502-2",
        "display" : "Laboratory report"
      }
    ],
    "text" : "檢驗檢查"
  },
  "subject" : {
    🔗 "reference" : "Patient/IC-Pat2"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/IC-Enc6"
  },
  "date" : "2023-01-04T13:01:56+08:00",
  "author" : [
    {
      🔗 "reference" : "Organization/IC-Org1"
    },
    {
      🔗 "reference" : "Practitioner/IC-Pra5"
    },
    {
      🔗 "reference" : "Practitioner/IC-Pra7"
    }
  ],
  "title" : "檢驗檢查",
  "section" : [
    {
      "title" : "檢驗檢查中的檢驗資料",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "30954-2"
          }
        ]
      },
      "entry" : [
        {
          🔗 "reference" : "Observation/IC-Obs3"
        },
        {
          🔗 "reference" : "Specimen/IC-Spe4"
        }
      ]
    }
  ]
}