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

: 醫療影像及報告 Observation example - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "ObservationImagingResult",
  "meta" : {
    "profile" : [
      🔗 "https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Observation-Imaging-Result"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationImagingResult</b></p><a name=\"ObservationImagingResult\"> </a><a name=\"hcObservationImagingResult\"> </a><a name=\"ObservationImagingResult-en-US\"> </a><p><b>identifier</b>: Accession ID/2ffe0c20-50d8-49df-85f6-6452d1d201b9\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category imaging}\">Imaging</span></p><p><b>code</b>: <span title=\"Codes:{https://twcore.mohw.gov.tw/ig/emr/CodeSystem/ICD-10-procedurecode BW24ZZZ}\">Computerized Tomography (CT Scan) of Chest and Abdomen</span></p><p><b>subject</b>: <a href=\"Patient-TWCorePatient.html\">胖吉 綠 (official) Male, DoB: 1987-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>effective</b>: 2023-08-01 17:00:14-0500</p><p><b>performer</b>: <a href=\"Practitioner-TWCorePractitioner.html\">Practitioner 大吉 連 (official)</a></p><p><b>value</b>: LUNGS AND PLEURA: Clear lungs. Normal pulmonary vascularity. No pleural effusion. No pneumothorax.</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/ImageIdentifierType",
            "code" : "ACSN",
            "display" : "Accession ID"
          }
        ]
      },
      "system" : "http://www.moi.gov.tw/",
      "value" : "2ffe0c20-50d8-49df-85f6-6452d1d201b9"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "imaging",
          "display" : "Imaging"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://twcore.mohw.gov.tw/ig/emr/CodeSystem/ICD-10-procedurecode",
        "code" : "BW24ZZZ",
        "display" : "Computerized Tomography (CT Scan) of Chest and Abdomen"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/TWCorePatient"
  },
  "effectiveDateTime" : "2023-08-01T17:00:14-05:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/TWCorePractitioner"
    }
  ],
  "valueString" : "LUNGS AND PLEURA: Clear lungs. Normal pulmonary vascularity. No pleural effusion. No pneumothorax."
}