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

: ImagingStudy Category Type - JSON Representation

Active as of 2024-01-31

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ImageCategory",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/LP29684-5/\">LP29684-5</a></td><td>RadiRology</td></tr><tr><td><a href=\"https://loinc.org/LP7839-6/\">LP7839-6</a></td><td>Pathology</td></tr></table></li></ul></div>"
  },
  "url" : "https://twcore.mohw.gov.tw/ig/emr/ValueSet/ImageCategory",
  "version" : "0.1.0",
  "name" : "ImageCategory",
  "title" : "ImagingStudy Category Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-01-31T18:03:27+08:00",
  "publisher" : "衛生福利部",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.mohw.gov.tw/mp-1.html"
        }
      ]
    }
  ],
  "description" : "ImagingStudy Category Type",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "LP29684-5",
            "display" : "Radiology"
          },
          {
            "code" : "LP7839-6",
            "display" : "Pathology"
          }
        ]
      }
    ]
  }
}