共同資料模式實作指引(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

: 生命體徵值集 - JSON Representation

Active as of 2022-08-31

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "vital-signs-tw",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><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/39156-5/\">39156-5</a></td><td>Body mass index (BMI) [Ratio]</td></tr></table></li><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-observation-vitalsignresult.html\">Vital Signs</a></li></ul></div>"
  },
  "url" : "https://standard-interoperability-lab.com/fhir/ValueSet/vital-signs-tw",
  "version" : "1.0.0-Trial Use",
  "name" : "TWVitalSigns",
  "title" : "生命體徵值集",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-08-31",
  "publisher" : "共同資料模式實作指引(Common Data Model IG)",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ghd.tw/"
        }
      ]
    }
  ],
  "description" : "生命體徵值集",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "39156-5"
          }
        ]
      },
      {
        "valueSet" : [
          "http://hl7.org/fhir/ValueSet/observation-vitalsignresult"
        ]
      }
    ]
  }
}