FHIR Implementation Guide for ABDM
3.1.0 - active India flag

Banner

FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions

: Patient/example-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "example-01",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-07-09T14:58:58.181+05:30",
    "profile" : [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient name - ABC, Age- 41 year,Gender- Male</div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical record number"
          }
        ]
      },
      "system" : "https://healthid.ndhm.gov.in",
      "value" : "22-7225-4829-5255"
    }
  ],
  "name" : [
    {
      "text" : "Ayush Sharma"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+919818512600",
      "use" : "home"
    }
  ],
  "gender" : "male",
  "birthDate" : "1981-01-12"
}