0.1.0 - ci-build

ClientRegistryIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CRPatientExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "CRPatientExample",
  "meta" : {
    "profile" : [
      🔗 "https://mets.or.ug/StructureDefinition/CRPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>James Pond (Official)</b> male, DoB: 1994-10-04 ( <code>http://health.go.ug/cr/nationalid</code>/CM345678941\u00a0(use:\u00a0usual))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:\">M</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>http://clientregistry.org/openmrs</code>/10EV14\u00a0(use:\u00a0official)</li><li><code>http://health.go.ug/cr/artnumber</code>/CM345678941\u00a0(use:\u00a0usual)</li><li><code>http://health.go.ug/cr/hin</code>/PT123451\u00a0(use:\u00a0usual)</li><li><code>http://health.go.ug/cr/passport</code>/PT12345123\u00a0(use:\u00a0usual)</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=\"mailto:test@gmail.com\">test@gmail.com</a></li><li>ph: 0705612891(HOME)</li><li>Uganda (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 en-US}\">English (UK)</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Mother\">Mother:</td><td colspan=\"3\"><ul><li>Sekindi Joseph  (female)</li><li>Kyegegwa town council Uganda </li><li>ph: 0786123456(HOME)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-CROrganizationExample.html\">Organization/CROrganizationExample</a> &quot;Kisenyi Health Centre IV&quot;</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"CR extension for Patient Address.\"><a href=\"StructureDefinition-cr-patient-address.html\">CR Patient Address</a></td><td colspan=\"3\"><ul><li><a href=\"a1bvHu4FRCq\">a1bvHu4FRCq</a></li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://mets.or.ug/StructureDefinition/cr-patient-address",
      "valueReference" : {
        "reference" : "a1bvHu4FRCq"
      }
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://clientregistry.org/openmrs",
      "value" : "10EV14"
    },
    {
      "use" : "usual",
      "system" : "http://health.go.ug/cr/nationalid",
      "value" : "CM345678941"
    },
    {
      "use" : "usual",
      "system" : "http://health.go.ug/cr/artnumber",
      "value" : "CM345678941"
    },
    {
      "use" : "usual",
      "system" : "http://health.go.ug/cr/hin",
      "value" : "PT123451"
    },
    {
      "use" : "usual",
      "system" : "http://health.go.ug/cr/passport",
      "value" : "PT12345123"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Pond",
      "given" : [
        "James"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "test@gmail.com",
      "use" : "work"
    },
    {
      "system" : "phone",
      "value" : "0705612891",
      "use" : "home"
    }
  ],
  "gender" : "male",
  "birthDate" : "1994-10-04",
  "deceasedBoolean" : true,
  "address" : [
    {
      "use" : "home",
      "district" : "Kampala",
      "country" : "Uganda"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/ValueSet/v3-MaritalStatus",
        "display" : "Marital Status"
      }
    ],
    "text" : "M"
  },
  "contact" : [
    {
      "relationship" : [
        {
          "text" : "Mother"
        }
      ],
      "name" : {
        "family" : "Sekindi Joseph"
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "0786123456",
          "use" : "home"
        }
      ],
      "address" : {
        "line" : [
          "Kyegegwa town council"
        ],
        "country" : "Uganda"
      },
      "gender" : "female"
    }
  ],
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "en-US",
            "display" : "English (UK)"
          }
        ]
      },
      "preferred" : true
    }
  ],
  "managingOrganization" : {
    🔗 "reference" : "Organization/CROrganizationExample"
  }
}