WHO Clinical Care in Crisis Implementation Guide for Children
0.1.0 - ci-build

WHO Clinical Care in Crisis Implementation Guide for Children - Local Development build (v0.1.0). See the Directory of published versions

: Weight Status - JSON Representation

Draft as of 2023-10-04

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "weight-status",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-che-custom-codes.html\"><code>https://fhir.dk.swisstph-mis.ch/matchbox/fhir/CodeSystem/che-custom-codes</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-che-custom-codes.html#che-custom-codes-CHE.46B21S2.46DE02\">CHE.B21S2.DE02</a></td><td>Very Low Weight for Age</td><td>A young infant who is less than 7 days old and weighs less than 2 kg</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B21S2.46DE03\">CHE.B21S2.DE03</a></td><td>Low Weight for Age</td><td>A young infant with weight for age z-score below -2.</td></tr><tr><td><a href=\"CodeSystem-che-custom-codes.html#che-custom-codes-CHE.46B21S2.46DE04\">CHE.B21S2.DE04</a></td><td>Normal Weight for Age</td><td>A young infant with normal weight for age (z-score -2 or above)</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.dk.swisstph-mis.ch/matchbox/fhir/ValueSet/weight-status",
  "version" : "0.1.0",
  "name" : "valueset-weight-status",
  "title" : "Weight Status",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-10-04T12:32:21+00:00",
  "publisher" : "WHO",
  "contact" : [
    {
      "name" : "WHO",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://who.int"
        }
      ]
    }
  ],
  "description" : "Weight status is auto-calculated based on the young infant's weight for age Z-score, which is determined from a standardized chart for weight -for-age for the infant's sex. \nA young infant is low weight for age if the z-score is below -2. \nA young infant who is less than 7 days old and weighs less than 2 kg is considered very low weight.\nSome young infants who are low weight for age were born with low birth weight. Some did not gain weight well after birth.",
  "immutable" : true,
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.dk.swisstph-mis.ch/matchbox/fhir/CodeSystem/che-custom-codes",
        "concept" : [
          {
            "code" : "CHE.B21S2.DE02",
            "display" : "Very Low Weight for Age",
            "designation" : [
              {
                "value" : "A young infant who is less than 7 days old and weighs less than 2 kg"
              }
            ]
          },
          {
            "code" : "CHE.B21S2.DE03",
            "display" : "Low Weight for Age",
            "designation" : [
              {
                "value" : "A young infant with weight for age z-score below -2."
              }
            ]
          },
          {
            "code" : "CHE.B21S2.DE04",
            "display" : "Normal Weight for Age",
            "designation" : [
              {
                "value" : "A young infant with normal weight for age (z-score -2 or above)"
              }
            ]
          }
        ]
      }
    ]
  }
}