Guia de Implementação do AnHealth
0.2.0 - CI Build

Guia de Implementação do AnHealth - Local Development build (v0.2.0). See the Directory of published versions

: ObservationVitalSigns - JSON Representation

Draft as of 2022-05-05

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ObservationVitalSigns",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-ObservationCodes.html\"><code>https://ancode.app/fhir/CodeSystem/ObservationCodes</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=\"CodeSystem-ObservationCodes.html#ObservationCodes-9279-1\">9279-1</a></td><td>Respiratory rate</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-8867-4\">8867-4</a></td><td>Heart rate</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-2708-6\">2708-6</a></td><td>Oxygen saturation</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-8310-5\">8310-5</a></td><td>Body temperature</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-8480-6\">8480-6</a></td><td>Systolic blood pressure</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-8462-4\">8462-4</a></td><td>Diastolic blood pressure</td></tr></table></li></ul></div>"
  },
  "url" : "https://ancode.app/fhir/ValueSet/ObservationVitalSigns",
  "version" : "0.2.0",
  "name" : "ObservationVitalSigns",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-05-05",
  "publisher" : "Ancode",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ancode.app"
        }
      ]
    }
  ],
  "description" : "Observation Codes",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "https://ancode.app/fhir/CodeSystem/ObservationCodes",
        "concept" : [
          {
            "code" : "9279-1",
            "display" : "Respiratory rate"
          },
          {
            "code" : "8867-4",
            "display" : "Heart rate"
          },
          {
            "code" : "2708-6",
            "display" : "Oxygen saturation"
          },
          {
            "code" : "8310-5",
            "display" : "Body temperature"
          },
          {
            "code" : "8480-6",
            "display" : "Systolic blood pressure"
          },
          {
            "code" : "8462-4",
            "display" : "Diastolic blood pressure"
          }
        ]
      }
    ]
  }
}