FHIR Implementation Guide for ABDM
4.0.0 - active India flag

Banner

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

: CoverageEligibilityRequest/validation-example-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "CoverageEligibilityRequest",
  "id" : "validation-example-01",
  "meta" : {
    "profile" : [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityRequest"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p><b>Generated Narrative: CoverageEligibilityRequest</b><a name=\"validation-example-01\"> </a></p><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\">Resource CoverageEligibilityRequest &quot;validation-example-01&quot;  (Language &quot;en&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CoverageEligibilityRequest.html\">CoverageEligibilityRequest</a></p></div><p><b>identifier</b>: id:\u00a07612345</p><p><b>status</b>: active</p><p><b>priority</b>: Normal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-processpriority.html\">Process Priority Codes</a>#normal)</span></p><p><b>purpose</b>: validation</p><p><b>patient</b>: <a href=\"Patient-example-01.html\">Patient/example-01</a> &quot;&quot;</p><p><b>created</b>: 2023-09-07 11:01:00+0500</p><p><b>enterer</b>: <a href=\"Practitioner-example-01.html\">Practitioner/example-01</a> &quot;&quot;</p><p><b>provider</b>: <a href=\"Practitioner-example-01.html\">Practitioner/example-01</a> &quot;&quot;</p><p><b>insurer</b>: <a href=\"Organization-example-02.html\">Organization/example-02</a> &quot;XYZ Insurance Co. Ltd.&quot;</p><p><b>facility</b>: <a href=\"Location-example-03.html\">Location/example-03</a> &quot;South Wing, second floor&quot;</p><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td>true</td><td><a href=\"Coverage-example-01.html\">Coverage/example-01</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://irdai.gov.in",
      "value" : "7612345"
    }
  ],
  "status" : "active",
  "priority" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/processpriority",
        "code" : "normal",
        "display" : "Normal"
      }
    ]
  },
  "purpose" : [
    "validation"
  ],
  "patient" : {
    "reference" : "Patient/example-01"
  },
  "created" : "2023-09-07T11:01:00+05:00",
  "enterer" : {
    "reference" : "Practitioner/example-01"
  },
  "provider" : {
    "reference" : "Practitioner/example-01"
  },
  "insurer" : {
    "reference" : "Organization/example-02"
  },
  "facility" : {
    "reference" : "Location/example-03"
  },
  "insurance" : [
    {
      "focal" : true,
      "coverage" : {
        "reference" : "Coverage/example-01"
      }
    }
  ]
}