Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build

Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Atrius India Core Patient

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "atrius-in-patient-example",
  "meta" : {
    "profile" : [
      🔗 "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-patient"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient atrius-in-patient-example</b></p><a name=\"atrius-in-patient-example\"> </a><a name=\"hcatrius-in-patient-example\"> </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-atrius-in-patient.html\">Atrius India Core Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Priya Sharma(official) Female, DoB: 1985-03-15 ( Ayushman Bharat Health Account (ABHA) ID: NDHMHealthId#ABHA-1234-5678-9012\u00a0(use:\u00a0official,\u00a0))</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:+91-98765-43210\">+91-98765-43210</a></li><li>12 MG Road Bengaluru KA 560001 IN </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-atrius-in-organization-example.html\">Organization AtriusIn General Hospital</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.3.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Mumbai MH IN </td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress" : {
        "city" : "Mumbai",
        "state" : "MH",
        "country" : "IN"
      }
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-identifier-type-code",
            "code" : "ABHA",
            "display" : "Ayushman Bharat Health Account (ABHA) ID"
          }
        ]
      },
      "system" : "https://healthid.ndhm.gov.in",
      "value" : "ABHA-1234-5678-9012"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "text" : "Priya Sharma",
      "family" : "Sharma",
      "given" : [
        "Priya"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+91-98765-43210"
    }
  ],
  "gender" : "female",
  "birthDate" : "1985-03-15",
  "address" : [
    {
      "line" : [
        "12 MG Road"
      ],
      "city" : "Bengaluru",
      "state" : "KA",
      "postalCode" : "560001",
      "country" : "IN"
    }
  ],
  "managingOrganization" : {
    🔗 "reference" : "Organization/atrius-in-organization-example"
  }
}