Zambia Immunizations FHIR Implementation Guide
1.0.0 - STU1 Zambia flag

Zambia Immunizations FHIR Implementation Guide, published by Ministry of Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Xhanti2309/Immunisation-IG/ and changes regularly. See the Directory of published versions

: Vaccination site types in Smartcare (Proprietary) - JSON Representation

Active as of 2024-08-13

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "cs-proprietary-smartcare-vaccination-site",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-proprietary-smartcare-vaccination-site</b></p><a name=\"cs-proprietary-smartcare-vaccination-site\"> </a><a name=\"hccs-proprietary-smartcare-vaccination-site\"> </a><a name=\"cs-proprietary-smartcare-vaccination-site-en-US\"> </a><p>This case-sensitive code system <code>http://openhie.org/fhir/zambia-immunizations/CodeSystem/cs-proprietary-smartcare-vaccination-site</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Static<a name=\"cs-proprietary-smartcare-vaccination-site-Static\"> </a></td><td>Administering site type in Smartcare</td></tr><tr><td style=\"white-space:nowrap\">Outreach<a name=\"cs-proprietary-smartcare-vaccination-site-Outreach\"> </a></td><td>Administering site in Smartcare</td></tr></table></div>"
  },
  "url" : "http://openhie.org/fhir/zambia-immunizations/CodeSystem/cs-proprietary-smartcare-vaccination-site",
  "version" : "1.0.0",
  "name" : "CSProprietarySmartcareVaccinationSite",
  "title" : "Vaccination site types in Smartcare (Proprietary)",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-08-13T10:09:02+00:00",
  "publisher" : "Ministry of Health",
  "contact" : [
    {
      "name" : "Ministry of Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.moh.gov.zm"
        },
        {
          "system" : "email",
          "value" : "info@moh.gov.zm"
        }
      ]
    },
    {
      "name" : "Chisanga Louis Siwale",
      "telecom" : [
        {
          "system" : "email",
          "value" : "chisanga.siwale@moh.gov.zm",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "A list of vaccination sites (posts) where the vaccination was administered.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "ZM",
          "display" : "Zambia"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "Static",
      "display" : "Static",
      "definition" : "Administering site type in Smartcare"
    },
    {
      "code" : "Outreach",
      "display" : "Outreach",
      "definition" : "Administering site in Smartcare"
    }
  ]
}