HL7 FHIR Implementation Guide: Rwanda HIV
0.1.0 - ci-build International flag

HL7 FHIR Implementation Guide: Rwanda HIV, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/openhie/Rwanda-HIV/ and changes regularly. See the Directory of published versions

: HIV Patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "HIVPatientExample",
  "meta" : {
    "profile" : [
      🔗 "http://moh.gov.rw/fhir/StructureDefinition/hiv-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient HIVPatientExample</b></p><a name=\"HIVPatientExample\"> </a><a name=\"hcHIVPatientExample\"> </a><a name=\"HIVPatientExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jane Maria Smith (official) Female, DoB: 1990-12-12</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+27821234567\">+27821234567</a></li><li><a href=\"mailto:someone@example.com\">someone@example.com</a></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 HIV Test Services Health Facility</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Age of the patient calculated in months.\"><a href=\"StructureDefinition-patient-age-months.html\">Patient Age In Months</a></td><td colspan=\"3\">388</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Age of the patient calculated in years.\"><a href=\"StructureDefinition-patient-age-years.html\">Patient Age In Years</a></td><td colspan=\"3\">32</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://moh.gov.rw/fhir/StructureDefinition/patient-age-months",
      "valueInteger" : 388
    },
    {
      "url" : "http://moh.gov.rw/fhir/StructureDefinition/patient-age-years",
      "valueInteger" : 32
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Smith",
      "given" : [
        "Jane",
        "Maria"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+27821234567"
    },
    {
      "system" : "email",
      "value" : "someone@example.com"
    }
  ],
  "gender" : "female",
  "birthDate" : "1990-12-12",
  "managingOrganization" : {
    🔗 "reference" : "Organization/HIVOrganizationExample"
  }
}