基于FHIR标准的健康档案共享文档实施指南
0.8.0.2022705 - 持续集成版

基于FHIR的健康档案共享文档实施时必须严格遵循本实施指南的规定。

: 生命体征代码表 - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "vital-signs",
  "text" : {
    "status" : "extensions",
    "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=\"http://details.loinc.org/LOINC/8867-4.html\">8867-4</a></td><td>Heart rate</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/8302-2.html\">8302-2</a></td><td>Body height</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/29463-7.html\">29463-7</a></td><td>Body weight</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/39156-5.html\">39156-5</a></td><td>Body mass index (BMI) [Ratio]</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/8280-0.html\">8280-0</a></td><td>Waist Circumference at umbilicus by Tape measure</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/55284-4.html\">55284-4</a></td><td>Blood pressure systolic and diastolic</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/8480-6.html\">8480-6</a></td><td>Systolic blood pressure</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/8462-4.html\">8462-4</a></td><td>Diastolic blood pressure</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-ws363-2011.html\"><code>http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-ws363-2011.html#ws363-2011-DE04.4610.46206.4600\">DE04.10.206.00</a></td><td>心率(次/min)</td><td>心率(次/min)</td></tr><tr><td><a href=\"CodeSystem-ws363-2011.html#ws363-2011-DE04.4610.46167.4600\">DE04.10.167.00</a></td><td>身高(cm)</td><td>身高(cm)</td></tr><tr><td><a href=\"CodeSystem-ws363-2011.html#ws363-2011-DE04.4610.46188.4600\">DE04.10.188.00</a></td><td>体重(kg)</td><td>体重(kg)</td></tr><tr><td><a href=\"CodeSystem-ws363-2011.html#ws363-2011-DE05.4610.46075.4600\">DE05.10.075.00</a></td><td>体质指数</td><td>体质指数</td></tr><tr><td><a href=\"CodeSystem-ws363-2011.html#ws363-2011-DE04.4610.46218.4600\">DE04.10.218.00</a></td><td>腰围(cm)</td><td>腰围(cm)</td></tr><tr><td><a href=\"CodeSystem-ws363-2011.html#ws363-2011-DE04.4610.46174.4600\">DE04.10.174.00</a></td><td>收缩压(mmHg)</td><td>收缩压(mmHg)</td></tr><tr><td><a href=\"CodeSystem-ws363-2011.html#ws363-2011-DE04.4610.46176.4600\">DE04.10.176.00</a></td><td>舒张压(mmHg)</td><td>舒张压(mmHg)</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org.cn/fhir/sd/ehr/ValueSet/vital-signs",
  "version" : "0.8.0.2022705",
  "name" : "VitalSigns",
  "title" : "生命体征代码表",
  "status" : "active",
  "date" : "2022-07-05T13:46:42+08:00",
  "publisher" : "CHIMA&HL7中国委员会",
  "contact" : [
    {
      "name" : "CHIMA&HL7中国委员会",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org.cn"
        }
      ]
    }
  ],
  "description" : "生命体征代码表",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "8867-4"
          },
          {
            "code" : "8302-2"
          },
          {
            "code" : "29463-7"
          },
          {
            "code" : "39156-5"
          },
          {
            "code" : "8280-0"
          },
          {
            "code" : "55284-4"
          },
          {
            "code" : "8480-6"
          },
          {
            "code" : "8462-4"
          }
        ]
      },
      {
        "system" : "http://hl7.org.cn/fhir/sd/ehr/CodeSystem/ws363-2011",
        "concept" : [
          {
            "code" : "DE04.10.206.00"
          },
          {
            "code" : "DE04.10.167.00"
          },
          {
            "code" : "DE04.10.188.00"
          },
          {
            "code" : "DE05.10.075.00"
          },
          {
            "code" : "DE04.10.218.00"
          },
          {
            "code" : "DE04.10.174.00"
          },
          {
            "code" : "DE04.10.176.00"
          }
        ]
      }
    ]
  }
}