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

: Example Community — Rokupr - JSON Representation

Raw json | Download

{
  "resourceType" : "Group",
  "id" : "example-community",
  "meta" : {
    "profile" : [
      🔗 "https://icr.healthcampaigns.org/StructureDefinition/ICRDeliveryUnit"
    ],
    "tag" : [
      {
        "system" : "https://icr.healthcampaigns.org/CodeSystem/icr-project-tag-cs",
        "code" : "mda",
        "display" : "MDA (Rokupr)"
      }
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group example-community</b></p><a name=\"example-community\"> </a><a name=\"hcexample-community\"> </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\">Profile: <a href=\"StructureDefinition-ICRDeliveryUnit.html\">ICR Delivery Unit (Household / Community)</a></p><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>Group Location</b>: <a href=\"Location-example-settlement.html\">Location Rokupr</a></p><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>code</b>: <span title=\"Codes:{https://icr.healthcampaigns.org/CodeSystem/icr-group-kind-cs community}\">Community</span></p><p><b>name</b>: Rokupr community</p><p><b>quantity</b>: 3480</p></div>"
  },
  "extension" : [
    {
      "url" : "https://icr.healthcampaigns.org/StructureDefinition/group-location",
      "valueReference" : {
        🔗 "reference" : "Location/example-settlement"
      }
    }
  ],
  "type" : "person",
  "actual" : true,
  "code" : {
    "coding" : [
      {
        "system" : "https://icr.healthcampaigns.org/CodeSystem/icr-group-kind-cs",
        "code" : "community",
        "display" : "Community"
      }
    ]
  },
  "name" : "Rokupr community",
  "quantity" : 3480
}