HIV Case Reporting and Monitoring
0.2.0 - CI Build

HIV Case Reporting and Monitoring - Local Development build (v0.2.0). See the Directory of published versions

: Example Patient - HIVPatientExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "HIVPatientExample",
  "meta" : {
    "profile" : [
      "http://openhie.org/fhir/hiv-casereporting/StructureDefinition/hiv-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Jane Smith (OFFICIAL)</b> female, DoB: 1986-06-04 ( id: ART1234567)</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 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=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>id: PASSPORT1234567</li><li>id: NAT1234567</li><li>MR: 100007G</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li><a href=\"tel:+27825556666\">+27825556666</a></li><li>Cape Town Western Province South Africa </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-HIVOrganizationExample.html\">Organization/HIVOrganizationExample</a> \"HIV Organization\"</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Key population\"><a href=\"StructureDefinition-key-population.html\">Key population:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: \">transgender</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The gender the patient identifies with. The Patient's gender identity is used as guidance (e.g. for staff) about how to interact with the patient.\"><a href=\"http://hl7.org/fhir/R4/extension-patient-genderidentity.html\">genderIdentity:</a></td><td colspan=\"3\"><ul><li><span title=\"Codes: \">male</span></li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "code" : "male"
          }
        ]
      }
    },
    {
      "url" : "http://openhie.org/fhir/hiv-casereporting/StructureDefinition/key-population",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "code" : "transgender"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://openhie.org/fhir/hiv-casereporting/identifier/art",
      "value" : "ART1234567"
    },
    {
      "system" : "http://openhie.org/fhir/hiv-casereporting/identifier/passport",
      "value" : "PASSPORT1234567"
    },
    {
      "system" : "http://openhie.org/fhir/hiv-casereporting/identifier/nid",
      "value" : "NAT1234567"
    },
    {
      "type" : {
        "coding" : [
          {
            "code" : "MR"
          }
        ]
      },
      "system" : "http://openhie.org/fhir/hiv-casereporting/OpenMRSID",
      "value" : "100007G"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Smith",
      "given" : [
        "Jane"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+27825556666"
    }
  ],
  "gender" : "female",
  "birthDate" : "1986-06-04",
  "address" : [
    {
      "city" : "Cape Town",
      "district" : "City of Cape Town",
      "state" : "Western Province",
      "country" : "South Africa"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "M"
      }
    ]
  },
  "managingOrganization" : {
    "reference" : "Organization/HIVOrganizationExample"
  }
}