共同資料模式實作指引(Common Data Model IG)
1.0.0-Trial Use - draft

共同資料模式實作指引(Common Data Model IG) - Local Development build (v1.0.0-Trial Use). See the Directory of published versions

: LOINC實驗室檢驗檢查值集 - JSON Representation

Active as of 2022-08-08

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "loinc-observation-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where CLASSTYPE  =  1</li></ul></div>"
  },
  "url" : "https://standard-interoperability-lab.com/fhir/ValueSet/loinc-observation-code",
  "version" : "1.0.0-Trial Use",
  "name" : "LOINCObservationCode",
  "title" : "LOINC實驗室檢驗檢查值集",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-08-08",
  "publisher" : "共同資料模式實作指引(Common Data Model IG)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ghd.tw/"
        }
      ]
    }
  ],
  "description" : "LOINC實驗室檢驗檢查值集,參照自[https://loinc.org/](https://loinc.org/)  \r\n代碼版本:2.73;代碼更新日期:2022-08-08;資料所屬單位:Regenstrief Institute。",
  "copyright" : "This content LOINC® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "filter" : [
          {
            "property" : "CLASSTYPE",
            "op" : "=",
            "value" : "1"
          }
        ]
      }
    ]
  }
}