Nepal HMIS FHIR Implementation Guide – 🚨 DRAFT VERSION
0.0.1-ballot - ci-build Nepal flag

Nepal HMIS FHIR Implementation Guide – 🚨 DRAFT VERSION - Local Development build (v0.0.1-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient – Pregnant Woman (Mom-to-Be) - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "patient-pregnant",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hmis.gov.np/StructureDefinition/np-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-pregnant</b></p><a name=\"patient-pregnant\"> </a><a name=\"hcpatient-pregnant\"> </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-np-core-patient.html\">NP Core Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Hiramaya Tamang(official) Female, DoB: 2001-05-15 ( https://tokha.dhis2mis.org/NamingSystem/SystemID#SYS-001234\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>https://fhir.hmis.gov.np/NamingSystem/national-id</code>/1234567890\u00a0(use:\u00a0official,\u00a0)</li><li><code>https://fhir.hmis.gov.np/NamingSystem/HealthID</code>/1234567890\u00a0(use:\u00a0official,\u00a0)</li><li><code>https://tokha.dhis2mis.org/NamingSystem/CustomeID</code>/MD-98765\u00a0(use:\u00a0secondary,\u00a0)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+9779801234567\">+9779801234567</a></li><li><a href=\"mailto:hiramaya@hmis.com.np\">hiramaya@hmis.com.np</a></li><li></li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.hmis.gov.np/CodeSystem/ethnic-code",
      "valueCoding" : {
        "system" : "http://fhir.hmis.gov.np/CodeSystem/ethnic-code",
        "code" : "2",
        "display" : "Janajati"
      }
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://fhir.hmis.gov.np/NamingSystem/national-id",
      "value" : "1234567890"
    },
    {
      "use" : "official",
      "system" : "https://fhir.hmis.gov.np/NamingSystem/HealthID",
      "value" : "1234567890"
    },
    {
      "use" : "usual",
      "system" : "https://tokha.dhis2mis.org/NamingSystem/SystemID",
      "value" : "SYS-001234"
    },
    {
      "use" : "secondary",
      "system" : "https://tokha.dhis2mis.org/NamingSystem/CustomeID",
      "value" : "MD-98765"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "text" : "Hiramaya Tamang",
      "family" : "Tamang",
      "given" : [
        "Hiramaya"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+9779801234567",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "hiramaya@hmis.com.np",
      "use" : "work"
    }
  ],
  "gender" : "female",
  "birthDate" : "2001-05-15",
  "address" : [
    {
      "extension" : [
        {
          "url" : "https://fhir.hmis.gov.np/StructureDefinition/NepalAddress"
        },
        {
          "extension" : [
            {
              "extension" : [
                {
                  "url" : "code",
                  "valueCodeableConcept" : {
                    "coding" : [
                      {
                        "system" : "https://fhir.hmis.gov.np/ValueSet/province",
                        "code" : "1",
                        "display" : "Koshi Province"
                      }
                    ]
                  }
                }
              ],
              "url" : "province"
            },
            {
              "extension" : [
                {
                  "url" : "code",
                  "valueCodeableConcept" : {
                    "coding" : [
                      {
                        "system" : "https://fhir.hmis.gov.np/ValueSet/district",
                        "code" : "110",
                        "display" : "Ilam"
                      }
                    ]
                  }
                }
              ],
              "url" : "district"
            },
            {
              "extension" : [
                {
                  "url" : "code",
                  "valueCodeableConcept" : {
                    "coding" : [
                      {
                        "system" : "https://fhir.hmis.gov.np/ValueSet/localbody",
                        "code" : "11003",
                        "display" : "Ilam Municipality"
                      }
                    ]
                  }
                }
              ],
              "url" : "localBody"
            },
            {
              "extension" : [
                {
                  "url" : "code",
                  "valueInteger" : 5
                },
                {
                  "url" : "text",
                  "valueString" : "Ward No. 5"
                }
              ],
              "url" : "ward"
            }
          ],
          "url" : "https://fhir.hmis.gov.np/StructureDefinition/NepalAddress"
        }
      ]
    }
  ]
}