FHIR Implementation Guide for ABDM
5.0.0 - active India

Banner

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

: TaskBundleForReprocessRequest-example-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "TaskBundleForReprocessRequest-example-01",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-09-07T15:32:26.605+05:30",
    "profile" : [
      "https://nrces.in/ndhm/fhir/r4/StructureDefinition/TaskBundle"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "V",
        "display" : "very restricted"
      }
    ]
  },
  "identifier" : {
    "system" : "http://hip.in",
    "value" : "bc3c6c57-2053-4d0e-ac40-139ccccff645"
  },
  "type" : "collection",
  "timestamp" : "2023-09-07T15:32:26.605+05:30",
  "entry" : [
    {
      "fullUrl" : "Task/Task-example-01",
      "resource" : {
        "resourceType" : "Task",
        "id" : "Task-example-01",
        "meta" : {
          "profile" : [
            "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Task"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"Task-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 Task &quot;Task-example-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Task.html\">Task</a></p></div><p><b>status</b>: requested</p><p><b>intent</b>: order</p><p><b>code</b>: Reprocess <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-financialtaskcode.html\">Financial Task Codes</a>#reprocess)</span></p><p><b>description</b>: Request for reprocesing the claim with number - 761234674365</p><p><b>authoredOn</b>: 2023-12-08 08:25:05+1000</p><p><b>requester</b>: <a href=\"#Organization_Organization-example-02\">See above (Organization/Organization-example-02)</a></p><p><b>owner</b>: <a href=\"#Organization_Organization-example-01\">See above (Organization/Organization-example-01)</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>ClaimNumber <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ndhm-task-input-type-code.html\">Task Input Type Codes</a>#claimNumber)</span></td><td>761234674365</td></tr></table></div>"
        },
        "status" : "requested",
        "intent" : "order",
        "code" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/financialtaskcode",
              "code" : "reprocess"
            }
          ]
        },
        "description" : "Request for reprocesing the claim with number - 761234674365",
        "authoredOn" : "2023-12-08T08:25:05+10:00",
        "requester" : {
          "reference" : "Organization/Organization-example-02"
        },
        "owner" : {
          "reference" : "Organization/Organization-example-01"
        },
        "input" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-input-type-code",
                  "code" : "claimNumber"
                }
              ]
            },
            "valueString" : "761234674365"
          }
        ]
      }
    },
    {
      "fullUrl" : "Organization/Organization-example-01",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "Organization-example-01",
        "meta" : {
          "profile" : [
            "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"Organization-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 Organization &quot;Organization-example-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization.html\">Organization</a></p></div><p><b>identifier</b>: Provider number: 4567878</p><p><b>type</b>: Insurance Company <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html\">Organization type</a>#ins)</span></p><p><b>name</b>: XYZ Insurance Co. Ltd.</p><p><b>telecom</b>: <a href=\"tel:+9124326341234\">+91 243 2634 1234</a>, <a href=\"mailto:contact@xyz.org\">contact@xyz.org</a></p></div>"
        },
        "identifier" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "PRN",
                  "display" : "Provider number"
                }
              ]
            },
            "system" : "https://facility.ndhm.gov.in",
            "value" : "4567878"
          }
        ],
        "type" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
                "code" : "ins",
                "display" : "Insurance Company"
              }
            ]
          }
        ],
        "name" : "XYZ Insurance Co. Ltd.",
        "telecom" : [
          {
            "system" : "phone",
            "value" : "+91 243 2634 1234",
            "use" : "work"
          },
          {
            "system" : "email",
            "value" : "contact@xyz.org",
            "use" : "work"
          }
        ]
      }
    },
    {
      "fullUrl" : "Organization/Organization-example-02",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "Organization-example-02",
        "meta" : {
          "profile" : [
            "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"Organization-example-02\"> </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 Organization &quot;Organization-example-02&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization.html\">Organization</a></p></div><p><b>identifier</b>: Provider number: 456787448</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html\">Organization type</a>#prov)</span></p><p><b>name</b>: XYZ Hospital Co. Ltd.</p><p><b>telecom</b>: <a href=\"tel:+9124326347856\">+91 243 2634 7856</a>, <a href=\"mailto:contact@xyz.org\">contact@xyz.org</a></p></div>"
        },
        "identifier" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code" : "PRN",
                  "display" : "Provider number"
                }
              ]
            },
            "system" : "https://facility.ndhm.gov.in",
            "value" : "456787448"
          }
        ],
        "type" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
                "code" : "prov",
                "display" : "Healthcare Provider"
              }
            ]
          }
        ],
        "name" : "XYZ Hospital Co. Ltd.",
        "telecom" : [
          {
            "system" : "phone",
            "value" : "+91 243 2634 7856",
            "use" : "work"
          },
          {
            "system" : "email",
            "value" : "contact@xyz.org",
            "use" : "work"
          }
        ]
      }
    }
  ]
}