Universal API Implementation Guide
1.1.19 - ci-build

Universal API Implementation Guide - Local Development build (v1.1.19). See the Directory of published versions

: External - Copay Search Request - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "uapi-copay-search-1",
  "meta" : {
    "profile" : [
      "https://fhir.developer.gene.com/StructureDefinition/uapi-copay-management-bundle"
    ]
  },
  "type" : "message",
  "timestamp" : "2023-04-25T08:10:13-05:00",
  "entry" : [
    {
      "fullUrl" : "urn:uuid:1905b4c5-0a91-4ee4-a721-25d224e87524",
      "resource" : {
        "resourceType" : "MessageHeader",
        "id" : "1905b4c5-0a91-4ee4-a721-25d224e87524",
        "meta" : {
          "profile" : [
            "https://fhir.developer.gene.com/StructureDefinition/uapi-messageheader"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MessageHeader</b><a name=\"1905b4c5-0a91-4ee4-a721-25d224e87524\"> </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 MessageHeader \"1905b4c5-0a91-4ee4-a721-25d224e87524\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-messageheader.html\">UAPI MessageHeader</a></p></div><p><b>event</b>: copay-search (Details: http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-event-type code copay-search = 'copay-search', stated as 'null')</p><p><b>sender</b>: <span></span></p><h3>Sources</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td>*</td><td>Vendor_AB</td><td><a href=\"http://vendor.com/ab\">http://vendor.com/ab</a></td></tr></table><p><b>focus</b>: <a href=\"#Parameters_05402225-7b92-4ac7-8954-27a6c6e6ff02\">See above (urn:uuid:05402225-7b92-4ac7-8954-27a6c6e6ff02)</a></p></div>"
        },
        "eventCoding" : {
          "system" : "http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-event-type",
          "code" : "copay-search"
        },
        "sender" : {
          "type" : "Organization",
          "identifier" : {
            "use" : "usual",
            "system" : "http://vendor.com/ab",
            "value" : "HOSP-12345",
            "assigner" : {
              "display" : "AB Vendor"
            }
          }
        },
        "source" : {
          "name" : "Vendor_AB",
          "endpoint" : "http://vendor.com/ab"
        },
        "focus" : [
          {
            "reference" : "urn:uuid:05402225-7b92-4ac7-8954-27a6c6e6ff02",
            "type" : "Parameters"
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:05402225-7b92-4ac7-8954-27a6c6e6ff02",
      "resource" : {
        "resourceType" : "Parameters",
        "id" : "05402225-7b92-4ac7-8954-27a6c6e6ff02",
        "parameter" : [
          {
            "name" : "requester-patient",
            "valueReference" : {
              "reference" : "urn:uuid:7c3d76d6-bd68-4137-b06d-5e39047b4b8c"
            }
          },
          {
            "name" : "requester-practice",
            "valueReference" : {
              "reference" : "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088"
            }
          },
          {
            "name" : "requester-task",
            "valueReference" : {
              "reference" : "urn:uuid:ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a"
            }
          },
          {
            "name" : "requester-page-index",
            "valueInteger" : 0
          },
          {
            "name" : "requester-page-size",
            "valueInteger" : 10
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:7c3d76d6-bd68-4137-b06d-5e39047b4b8c",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "7c3d76d6-bd68-4137-b06d-5e39047b4b8c",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b><a name=\"7c3d76d6-bd68-4137-b06d-5e39047b4b8c\"> </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 Patient \"7c3d76d6-bd68-4137-b06d-5e39047b4b8c\" </p></div><p><b>name</b>: Ti Michaelson </p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1972-10-29</p><p><b>address</b>: 94105 </p><p><b>managingOrganization</b>: <a href=\"#Organization_01c31a2f-321d-4c6e-8349-206af8a88088\">See above (urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088)</a></p></div>"
        },
        "name" : [
          {
            "family" : "Michaelson",
            "given" : [
              "Ti"
            ]
          }
        ],
        "gender" : "male",
        "birthDate" : "1972-10-29",
        "address" : [
          {
            "postalCode" : "94105"
          }
        ],
        "managingOrganization" : {
          "reference" : "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088"
        }
      }
    },
    {
      "fullUrl" : "urn:uuid:ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a",
      "resource" : {
        "resourceType" : "Task",
        "id" : "ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a\"> </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 \"ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a\" </p></div><p><b>status</b>: requested</p><p><b>intent</b>: plan</p><p><b>code</b>: Copay <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-uapi-sr-type.html\">UAPI Code System - Service Request Type</a>#copay)</span></p><p><b>for</b>: <a href=\"#Patient_7c3d76d6-bd68-4137-b06d-5e39047b4b8c\">See above (urn:uuid:7c3d76d6-bd68-4137-b06d-5e39047b4b8c)</a></p><p><b>authoredOn</b>: 2023-01-23 08:10:13-0500</p><h3>Inputs</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td>brandId <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (uapi-copay-task-input-type#brandId)</span></td><td>9c2693fd-4eb2-4543-a26b-2c85a3450fe2 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (uapi-copay-brand-id#9c2693fd-4eb2-4543-a26b-2c85a3450fe2)</span></td></tr></table></div>"
        },
        "status" : "requested",
        "intent" : "plan",
        "code" : {
          "coding" : [
            {
              "system" : "https://fhir.developer.gene.com/CodeSystem/uapi-sr-type",
              "code" : "copay"
            }
          ]
        },
        "for" : {
          "reference" : "urn:uuid:7c3d76d6-bd68-4137-b06d-5e39047b4b8c",
          "type" : "Patient"
        },
        "authoredOn" : "2023-01-23T08:10:13-05:00",
        "input" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-copay-task-input-type",
                  "code" : "brandId"
                }
              ]
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-copay-brand-id",
                  "code" : "9c2693fd-4eb2-4543-a26b-2c85a3450fe2"
                }
              ]
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088",
      "resource" : {
        "resourceType" : "Organization",
        "id" : "01c31a2f-321d-4c6e-8349-206af8a88088",
        "meta" : {
          "profile" : [
            "https://fhir.developer.gene.com/StructureDefinition/uapi-organization"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"01c31a2f-321d-4c6e-8349-206af8a88088\"> </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 \"01c31a2f-321d-4c6e-8349-206af8a88088\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uapi-organization.html\">UAPI Organization</a></p></div><p><b>identifier</b>: id: HOSP-12345(use: USUAL)</p><p><b>type</b>: Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4B/codesystem-organization-type.html\">OrganizationType</a>#prov)</span></p><p><b>name</b>: Mid Atlantic Retina</p><p><b>telecom</b>: <a href=\"mailto:mar@example.com\">mar@example.com</a></p><p><b>address</b>: 8 Ranoldo Terrace Cherry Hill NJ 08034 US </p><h3>Contacts</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td>*</td><td>Venus Yardav (OFFICIAL)</td><td>ph: 8882704882(WORK), fax: 8179974042(WORK)</td></tr></table></div>"
        },
        "identifier" : [
          {
            "use" : "usual",
            "system" : "http://vendor.com/ab",
            "value" : "HOSP-12345",
            "assigner" : {
              "display" : "AB Vendor"
            }
          }
        ],
        "type" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
                "code" : "prov",
                "display" : "Healthcare Provider"
              }
            ]
          }
        ],
        "name" : "Mid Atlantic Retina",
        "telecom" : [
          {
            "system" : "email",
            "value" : "mar@example.com"
          }
        ],
        "address" : [
          {
            "line" : [
              "8 Ranoldo Terrace"
            ],
            "city" : "Cherry Hill",
            "state" : "NJ",
            "postalCode" : "08034",
            "country" : "US"
          }
        ],
        "contact" : [
          {
            "name" : {
              "use" : "official",
              "family" : "Yardav",
              "given" : [
                "Venus"
              ]
            },
            "telecom" : [
              {
                "system" : "phone",
                "value" : "8882704882",
                "use" : "work",
                "rank" : 1
              },
              {
                "system" : "fax",
                "value" : "8179974042",
                "use" : "work",
                "rank" : 2
              }
            ]
          }
        ]
      }
    }
  ]
}