Zambia Immunizations FHIR Implementation Guide
1.0.0 - STU1 Zambia flag

Zambia Immunizations FHIR Implementation Guide, published by Jembi Health Systems. 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/jembi/Zambia-Immunizations/ and changes regularly. See the Directory of published versions

: Patient - Generic Immunization Patient - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "ImmunizationPatientExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.gov.zm/fhir/immunizations/StructureDefinition/immunization-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ImmunizationPatientExample</b></p><a name=\"ImmunizationPatientExample\"> </a><a name=\"hcImmunizationPatientExample\"> </a><a name=\"ImmunizationPatientExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jane Maria Smith (official) (no stated gender), DoB: 1990-12-12 ( http://moh.gov.zm/fhir/immunizations/identifier/patient-nrc#999999/99/9)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Smitty(Nickname)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-OrganizationExample.html\">Organization Facility one</a></li><li>Also see: <a href=\"RelatedPerson-SpouseRelatedPersonExample.html\">RelatedPerson Mike Jones (official)</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"This is an extension to capture that patient's administrative sex.\"><a href=\"StructureDefinition-administrative-sex.html\">Administrative Sex</a></td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0001 F}\">Female</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://moh.gov.zm/fhir/immunizations/StructureDefinition/administrative-sex",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0001",
            "code" : "F"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://moh.gov.zm/fhir/immunizations/identifier/patient-nrc",
      "value" : "999999/99/9"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Smith",
      "given" : [
        "Jane",
        "Maria"
      ]
    },
    {
      "use" : "nickname",
      "text" : "Smitty"
    }
  ],
  "birthDate" : "1990-12-12",
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "M"
      }
    ]
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/OrganizationExample"
  },
  "link" : [
    {
      "other" : {
        🔗 "reference" : "RelatedPerson/SpouseRelatedPersonExample",
        "type" : "RelatedPerson"
      },
      "type" : "seealso"
    }
  ]
}