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

: ObservationSocialHistory - JSON Representation

Draft as of 2022-05-05

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ObservationSocialHistory",
  "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-74013-4\">74013-4</a></td><td>Alcohol Use</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-72166-2\">72166-2</a></td><td>Tobacco Use</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-LG41761-4\">LG41761-4</a></td><td>Exercise/Activity</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-74204-9\">74204-9</a></td><td>Drug use</td></tr><tr><td><a href=\"CodeSystem-ObservationCodes.html#ObservationCodes-74172-8\">74172-8</a></td><td>Level of autonomy</td></tr></table></li></ul></div>"
  },
  "url" : "https://ancode.app/fhir/ValueSet/ObservationSocialHistory",
  "version" : "0.2.0",
  "name" : "ObservationSocialHistory",
  "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" : "74013-4",
            "display" : "Alcohol Use"
          },
          {
            "code" : "72166-2",
            "display" : "Tobacco Use"
          },
          {
            "code" : "LG41761-4",
            "display" : "Exercise/Activity"
          },
          {
            "code" : "74204-9",
            "display" : "Drug use"
          },
          {
            "code" : "74172-8",
            "display" : "Level of autonomy"
          }
        ]
      }
    ]
  }
}