Integrated Campaign Registry (ICR) Implementation Guide
0.1.0 - ci-build International flag

Integrated Campaign Registry (ICR) Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: STH MDA eligible population — school-age children 5–14 years (definitional) - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "example-sth-eligible-population",
  "meta" : {
    "tag" : [
      {
        "system" : "https://icr.healthcampaigns.org/CodeSystem/icr-project-tag-cs",
        "code" : "mda",
        "display" : "MDA (Rokupr)"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group example-sth-eligible-population</b></p><a name=\"example-sth-eligible-population\"> </a><a name=\"hcexample-sth-eligible-population\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Tag: <a href=\"CodeSystem-icr-project-tag-cs.html\">MDA (Rokupr) (Details: ICR Project Tag code mda = 'MDA (Rokupr)')</a></p></div><p><b>type</b>: Person</p><p><b>actual</b>: false</p><p><b>name</b>: School-age children 5–14 years (STH MDA protocol eligibility)</p><h3>Characteristics</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td><td><b>Exclude</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-group-characteristic-cs age-band}\">Age band</span></td><td>5-14 years</td><td>false</td></tr></table></div>"
  },
  "type" : "person",
  "actual" : false,
  "name" : "School-age children 5–14 years (STH MDA protocol eligibility)",
  "characteristic" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://icr.healthcampaigns.org/CodeSystem/icr-group-characteristic-cs",
            "code" : "age-band",
            "display" : "Age band"
          }
        ]
      },
      "valueRange" : {
        "low" : {
          "value" : 5,
          "unit" : "years",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        },
        "high" : {
          "value" : 14,
          "unit" : "years",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        }
      },
      "exclude" : false
    }
  ]
}