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 AtriusIn RelatedPerson

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "atrius-in-relatedperson-example",
  "meta" : {
    "profile" : [
      🔗 "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-relatedperson"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson atrius-in-relatedperson-example</b></p><a name=\"atrius-in-relatedperson-example\"> </a><a name=\"hcatrius-in-relatedperson-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-relatedperson.html\">Atrius India Core RelatedPerson</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-atrius-in-esign-txn-ns.html\" title=\"Aadhaar eSign transaction reference on RelatedPerson.identifier (and Consent Provenance agents). Records the ESP transaction id / masked signer reference returned by the eSign ceremony — never the Aadhaar number, which UIDAI prohibits storing (roadmap D10d).\">AtriusInEsignTxn</a>/ESIGN-TXN-EXAMPLE-0001</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-atrius-in-patient-example.html\">Priya Sharma(official) Female, DoB: 1985-03-15 ( Ayushman Bharat Health Account (ABHA) ID: NDHMHealthId#ABHA-1234-5678-9012\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 N}\">Next-of-Kin</span></p><p><b>name</b>: Rajesh Sharma</p><p><b>telecom</b>: <a href=\"tel:+91-98765-43211\">+91-98765-43211</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://atrius.in/fhir/r4/identifier/esign-txn",
      "value" : "ESIGN-TXN-EXAMPLE-0001"
    }
  ],
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/atrius-in-patient-example"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
          "code" : "N",
          "display" : "Next-of-Kin"
        }
      ]
    }
  ],
  "name" : [
    {
      "text" : "Rajesh Sharma",
      "family" : "Sharma",
      "given" : [
        "Rajesh"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+91-98765-43211"
    }
  ]
}