@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.developer.gene.com/Bundle/uapi-copay-update-response-3> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "uapi-copay-update-response-3"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-bundle-query-response"^^xsd:anyURI ;
       fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-bundle-query-response>
     ] )
  ] ; # 
  fhir:identifier [
     fhir:use [ fhir:v "usual" ] ;
     fhir:system [ fhir:v "http://connectiverx.com/requestId"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "86a42a99-663b-48b8-8fd9-c1afdbca5b98" ]
  ] ; # 
  fhir:type [ fhir:v "message"] ; # 
  fhir:timestamp [ fhir:v "2023-04-11T08:10:17-05:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
     fhir:fullUrl [ fhir:v "urn:uuid:76559729-e6ad-43d6-ab26-a98a4fe0a87b"^^xsd:anyURI ] ;
     fhir:resource ( <urn:uuid:76559729-e6ad-43d6-ab26-a98a4fe0a87b> )
  ] [
     fhir:fullUrl [ fhir:v "urn:uuid:f36738d7-c4bd-4f36-b842-cddd50800cc3"^^xsd:anyURI ] ;
     fhir:resource ( <urn:uuid:f36738d7-c4bd-4f36-b842-cddd50800cc3> )
  ] [
     fhir:fullUrl [ fhir:v "urn:uuid:16ddbd62-396d-4f84-80db-0346ae44e995"^^xsd:anyURI ] ;
     fhir:resource ( <urn:uuid:16ddbd62-396d-4f84-80db-0346ae44e995> )
  ] [
     fhir:fullUrl [ fhir:v "urn:uuid:f8835064-7810-4d5a-b8cc-0a62aff991ef"^^xsd:anyURI ] ;
     fhir:resource ( <urn:uuid:f8835064-7810-4d5a-b8cc-0a62aff991ef> )
  ] [
     fhir:fullUrl [ fhir:v "urn:uuid:743cfeb3-ed54-4887-ad84-73023ea3451a"^^xsd:anyURI ] ;
     fhir:resource ( <urn:uuid:743cfeb3-ed54-4887-ad84-73023ea3451a> )
  ] ) . # 

<urn:uuid:76559729-e6ad-43d6-ab26-a98a4fe0a87b> a fhir:MessageHeader ;
  fhir:id [ fhir:v "76559729-e6ad-43d6-ab26-a98a4fe0a87b"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_76559729-e6ad-43d6-ab26-a98a4fe0a87b\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader 76559729-e6ad-43d6-ab26-a98a4fe0a87b</b></p><a name=\"76559729-e6ad-43d6-ab26-a98a4fe0a87b\"> </a><a name=\"hc76559729-e6ad-43d6-ab26-a98a4fe0a87b\"> </a><p><b>event</b>: uapi-event-type copay-update-resp: Copay Update Response</p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td>Genentech-FHIR-DEV</td><td><a href=\"https://fhir.developer.gene.com/$process-message\">https://fhir.developer.gene.com/$process-message</a></td></tr></table><h3>Responses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>1-63c61a26-4965b3a156f488da6e0800ed</td><td>OK</td></tr></table><p><b>focus</b>: <a href=\"Bundle-uapi-copay-update-response-3.html#urn-uuid-f36738d7-c4bd-4f36-b842-cddd50800cc3\">Bundle: identifier = http://connectiverx.com/requestId#86a42a99-663b-48b8-8fd9-c1afdbca5b98 (use: usual, ); type = message; timestamp = 2023-04-11 08:10:17-0500</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:event [
     a fhir:Coding ;
     fhir:system [ fhir:v "http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-event-type"^^xsd:anyURI ] ;
     fhir:code [ fhir:v "copay-update-resp" ] ;
     fhir:display [ fhir:v "Copay Update Response" ]
  ] ; # 
  fhir:source [
     fhir:name [ fhir:v "Genentech-FHIR-DEV" ] ;
     fhir:endpoint [ fhir:v "https://fhir.developer.gene.com/$process-message"^^xsd:anyURI ]
  ] ; # 
  fhir:response [
     fhir:identifier [ fhir:v "1-63c61a26-4965b3a156f488da6e0800ed" ] ;
     fhir:code [ fhir:v "ok" ]
  ] ; # 
  fhir:focus ( [
     fhir:reference [ fhir:v "urn:uuid:f36738d7-c4bd-4f36-b842-cddd50800cc3" ]
  ] ) . # 

<urn:uuid:f36738d7-c4bd-4f36-b842-cddd50800cc3> a fhir:Parameters ;
  fhir:id [ fhir:v "f36738d7-c4bd-4f36-b842-cddd50800cc3"] ; # 
  fhir:parameter ( [
     fhir:name [ fhir:v "responder-patient" ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:reference [ fhir:v "urn:uuid:16ddbd62-396d-4f84-80db-0346ae44e995" ]
     ]
  ] [
     fhir:name [ fhir:v "search-result" ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:reference [ fhir:v "urn:uuid:f8835064-7810-4d5a-b8cc-0a62aff991ef" ]
     ]
  ] [
     fhir:name [ fhir:v "search-result" ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:reference [ fhir:v "urn:uuid:743cfeb3-ed54-4887-ad84-73023ea3451a" ]
     ]
  ] [
     fhir:name [ fhir:v "search-result" ] ;
     fhir:value [
       a fhir:Reference ;
       fhir:reference [ fhir:v "urn:uuid:803a1b8b-a597-4543-aa38-109d9d15f51d" ]
     ]
  ] ) . # 

<urn:uuid:16ddbd62-396d-4f84-80db-0346ae44e995> a fhir:Patient ;
  fhir:id [ fhir:v "16ddbd62-396d-4f84-80db-0346ae44e995"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_16ddbd62-396d-4f84-80db-0346ae44e995\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient 16ddbd62-396d-4f84-80db-0346ae44e995</b></p><a name=\"16ddbd62-396d-4f84-80db-0346ae44e995\"> </a><a name=\"hc16ddbd62-396d-4f84-80db-0346ae44e995\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB Unknown ( Patient internal identifier: 8132413049 (use: usual, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Bundle-13778a5c-73de-46e4-bb5a-3781a5c93b5e.html#urn-uuid-01c31a2f-321d-4c6e-8349-206af8a88088\">Bundle: identifier = Resource identifier: da5e1572-cc88-4e4d-9899-e3553f680d87; type = message; timestamp = 2020-03-11 08:10:13-0500</a></li></ul></td></tr></table><hr/><p><b>Contained Resource</b></p><hr/><a name=\"16ddbd62-396d-4f84-80db-0346ae44e995/01c31a2f-321d-4c6e-8349-206af8a88088\"> </a><p class=\"res-header-id\"><b>Organization #01c31a2f-321d-4c6e-8349-206af8a88088</b></p><a name=\"hc16ddbd62-396d-4f84-80db-0346ae44e995/01c31a2f-321d-4c6e-8349-206af8a88088\"> </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-uapi-organization.html\">UAPI Organization</a></p></div><p><b>identifier</b>: <code>http://vendor.com/ab</code>/HOSP-12345 (use: usual, )</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</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><blockquote><p><b>contact</b></p><p><b>name</b>: Venus Yardav (Official)</p><p><b>telecom</b>: ph: 8882704882(Work), fax: 8179974042(Work)</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:contained ( [
     a fhir:Organization ;
     fhir:id [ fhir:v "01c31a2f-321d-4c6e-8349-206af8a88088" ] ;
     fhir:meta [
       fhir:profile ( [
         fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-organization"^^xsd:anyURI ;
         fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-organization>
       ] )
     ] ;
     fhir:identifier ( [
       fhir:use [ fhir:v "usual" ] ;
       fhir:system [ fhir:v "http://vendor.com/ab"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "HOSP-12345" ] ;
       fhir:assigner [
         fhir:display [ fhir:v "AB Vendor" ]
       ]
     ] ) ;
     fhir:type ( [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "prov" ] ;
         fhir:display [ fhir:v "Healthcare Provider" ]
       ] )
     ] ) ;
     fhir:name [ fhir:v "Mid Atlantic Retina" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "mar@example.com" ]
     ] ) ;
     fhir:address ( [
       fhir:line ( [ fhir:v "8 Ranoldo Terrace" ] ) ;
       fhir:city [ fhir:v "Cherry Hill" ] ;
       fhir:state [ fhir:v "NJ" ] ;
       fhir:postalCode [ fhir:v "08034" ] ;
       fhir:country [ fhir:v "US" ]
     ] ) ;
     fhir:contact ( [
       fhir:name [
         fhir:use [ fhir:v "official" ] ;
         fhir:family [ fhir:v "Yardav" ] ;
         fhir:given ( [ fhir:v "Venus" ] )
       ] ;
       fhir:telecom ( [
         fhir:system [ fhir:v "phone" ] ;
         fhir:value [ fhir:v "8882704882" ] ;
         fhir:use [ fhir:v "work" ] ;
         fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
       ] [
         fhir:system [ fhir:v "fax" ] ;
         fhir:value [ fhir:v "8179974042" ] ;
         fhir:use [ fhir:v "work" ] ;
         fhir:rank [ fhir:v "2"^^xsd:positiveInteger ]
       ] )
     ] )
  ] ) ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "usual" ] ;
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "PI" ] ;
         fhir:display [ fhir:v "Patient internal identifier" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://connectiverx.com/confirmationId"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "8132413049" ] ;
     fhir:assigner [
       fhir:display [ fhir:v "CRX" ]
     ]
  ] ) ; # 
  fhir:managingOrganization [
     fhir:reference [ fhir:v "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088" ]
  ] . # 

<urn:uuid:f8835064-7810-4d5a-b8cc-0a62aff991ef> a fhir:Bundle ;
  fhir:id [ fhir:v "f8835064-7810-4d5a-b8cc-0a62aff991ef"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-bundle-search-result"^^xsd:anyURI ;
       fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-bundle-search-result>
     ] )
  ] ; # 
  fhir:type [ fhir:v "searchset"] ; # 
  fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:link ( [
     fhir:relation [ fhir:v "self" ] ;
     fhir:url [ fhir:v "ExplanationOfBenefit?patient=xyz&_include=ExplanationOfBenefit:coverage&_include=ExplanationOfBenefit:provider"^^xsd:anyURI ]
  ] ) ; # 
  fhir:entry ( [
     fhir:fullUrl [ fhir:v "urn:uuid:e344813d-eb60-466e-806b-ebd35c988293"^^xsd:anyURI ] ;
     fhir:resource ( <urn:uuid:e344813d-eb60-466e-806b-ebd35c988293> ) ;
     fhir:search [
       fhir:mode [ fhir:v "match" ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "urn:uuid:e6e8d8c6-a074-4ea5-be1a-a67cb8628a85"^^xsd:anyURI ] ;
     fhir:resource ( <urn:uuid:e6e8d8c6-a074-4ea5-be1a-a67cb8628a85> ) ;
     fhir:search [
       fhir:mode [ fhir:v "include" ]
     ]
  ] [
     fhir:fullUrl [ fhir:v "urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1"^^xsd:anyURI ] ;
     fhir:resource ( <urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1> ) ;
     fhir:search [
       fhir:mode [ fhir:v "include" ]
     ]
  ] ) . # 

<urn:uuid:e344813d-eb60-466e-806b-ebd35c988293> a fhir:ExplanationOfBenefit ;
  fhir:id [ fhir:v "e344813d-eb60-466e-806b-ebd35c988293"] ; # 
  fhir:contained ( [
     a fhir:Organization ;
     fhir:id [ fhir:v "d02db104-a75c-433f-8764-9778c2e20626" ] ;
     fhir:meta [
       fhir:profile ( [
         fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-organization"^^xsd:anyURI ;
         fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-organization>
       ] )
     ] ;
     fhir:identifier ( [
       fhir:use [ fhir:v "usual" ] ;
       fhir:system [ fhir:v "http://gene.com"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "ORG-00002" ] ;
       fhir:assigner [
         fhir:display [ fhir:v "Genentech" ]
       ]
     ] ) ;
     fhir:type ( [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "ins" ]
       ] )
     ] ) ;
     fhir:name [ fhir:v "Copay Organization - CRX" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "phone" ] ;
       fhir:value [ fhir:v "1800654332211" ] ;
       fhir:use [ fhir:v "work" ] ;
       fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
     ] )
  ] [
     a fhir:OperationOutcome ;
     fhir:id [ fhir:v "5ce061a8-302e-4135-a300-f68c73f31100" ] ;
     fhir:issue ( [
       fhir:severity [ fhir:v "error" ] ;
       fhir:code [ fhir:v "processing" ] ;
       fhir:details [
         fhir:coding ( [
           fhir:system [ fhir:v "https://fhir.developer.gene.com/CodeSystem/uapi-copay-enrollment-error"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "identification-check" ] ;
           fhir:display [ fhir:v "Identification Check" ]
         ] ) ;
         fhir:text [ fhir:v "Provided patient information does not meet minimum criteria for verification." ]
       ]
     ] )
  ] ) ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "usual" ] ;
     fhir:system [ fhir:v "http://connectiverx.com/enrollmentId"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "ad44f19a-42b6-ed11-827c-9e11af077484" ]
  ] ) ; # 
  fhir:status [ fhir:v "cancelled"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:code [ fhir:v "institutional" ]
     ] )
  ] ; # 
  fhir:use [ fhir:v "predetermination"] ; # 
  fhir:patient [
     fhir:reference [ fhir:v "urn:uuid:2c5aa62c-b6cd-49d2-ad9f-3128a69a32a9" ]
  ] ; # 
  fhir:created [ fhir:v "2023-04-11T21:01:11.230Z"^^xsd:dateTime] ; # 
  fhir:insurer [
     fhir:reference [ fhir:v "urn:uuid:d02db104-a75c-433f-8764-9778c2e20626" ]
  ] ; # 
  fhir:provider [
     fhir:reference [ fhir:v "urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1" ]
  ] ; # 
  fhir:outcome [ fhir:v "error"] ; # 
  fhir:insurance ( [
     fhir:focal [ fhir:v false ] ;
     fhir:coverage [
       fhir:reference [ fhir:v "urn:uuid:e6e8d8c6-a074-4ea5-be1a-a67cb8628a85" ]
     ]
  ] ) . # 

<urn:uuid:e6e8d8c6-a074-4ea5-be1a-a67cb8628a85> a fhir:Coverage ;
  fhir:id [ fhir:v "e6e8d8c6-a074-4ea5-be1a-a67cb8628a85"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-coverage"^^xsd:anyURI ;
       fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-coverage>
     ] )
  ] ; # 
  fhir:contained ( [
     a fhir:Organization ;
     fhir:id [ fhir:v "d02db104-a75c-433f-8764-9778c2e20626" ] ;
     fhir:meta [
       fhir:profile ( [
         fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-organization"^^xsd:anyURI ;
         fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-organization>
       ] )
     ] ;
     fhir:identifier ( [
       fhir:use [ fhir:v "usual" ] ;
       fhir:system [ fhir:v "http://gene.com"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "ORG-00002" ] ;
       fhir:assigner [
         fhir:display [ fhir:v "Genentech" ]
       ]
     ] ) ;
     fhir:type ( [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "ins" ]
       ] )
     ] ) ;
     fhir:name [ fhir:v "Copay Organization - CRX" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "phone" ] ;
       fhir:value [ fhir:v "1800654332211" ] ;
       fhir:use [ fhir:v "work" ] ;
       fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
     ] )
  ] ) ; # 
  fhir:status [ fhir:v "cancelled"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "pay" ] ;
       fhir:display [ fhir:v "Pay" ]
     ] )
  ] ; # 
  fhir:subscriber [
     fhir:reference [ fhir:v "urn:uuid:2c5aa62c-b6cd-49d2-ad9f-3128a69a32a9" ] ;
     fhir:type [ fhir:v "Patient"^^xsd:anyURI ]
  ] ; # 
  fhir:beneficiary [
     fhir:reference [ fhir:v "urn:uuid:2c5aa62c-b6cd-49d2-ad9f-3128a69a32a9" ] ;
     fhir:type [ fhir:v "Patient"^^xsd:anyURI ]
  ] ; # 
  fhir:payor ( [
     fhir:reference [ fhir:v "urn:uuid:d02db104-a75c-433f-8764-9778c2e20626" ] ;
     fhir:type [ fhir:v "Organization"^^xsd:anyURI ]
  ] ) ; # 
  fhir:class ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "plan" ] ;
         fhir:display [ fhir:v "Plan" ]
       ] )
     ] ;
     fhir:value [ fhir:v "Vabysmo-Drug" ] ;
     fhir:name [ fhir:v "Ophthalmology Co Pay program" ]
  ] ) ; # 
  fhir:order [ fhir:v "1"^^xsd:positiveInteger] ; # 
  fhir:network [ fhir:v "Genentech"] . # 

<urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1> a fhir:Practitioner ;
  fhir:id [ fhir:v "695d0991-5e03-46df-934a-85a28acd95c1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-practitioner"^^xsd:anyURI ;
       fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-practitioner>
     ] )
  ] ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "PRN" ] ;
         fhir:display [ fhir:v "Provider number" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "1922071448" ] ;
     fhir:assigner [
       fhir:display [ fhir:v "Centers for Medicare & Medicaid Services" ]
     ]
  ] [
     fhir:use [ fhir:v "official" ] ;
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "TAX" ] ;
         fhir:display [ fhir:v "Tax ID number" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "00000000" ]
  ] [
     fhir:use [ fhir:v "official" ] ;
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "NPI" ] ;
         fhir:display [ fhir:v "National provider identifier" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "1639285034" ]
  ] ) ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "CRUZ" ] ;
     fhir:given ( [ fhir:v "MARISSA" ] )
  ] ) . # 

<urn:uuid:743cfeb3-ed54-4887-ad84-73023ea3451a> a fhir:Bundle ;
  fhir:id [ fhir:v "743cfeb3-ed54-4887-ad84-73023ea3451a"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-bundle-search-result"^^xsd:anyURI ;
       fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-bundle-search-result>
     ] )
  ] ; # 
  fhir:type [ fhir:v "searchset"] ; # 
  fhir:total [ fhir:v "1"^^xsd:nonNegativeInteger] ; # 
  fhir:link ( [
     fhir:relation [ fhir:v "self" ] ;
     fhir:url [ fhir:v "Task?for=xyz"^^xsd:anyURI ]
  ] ) ; # 
  fhir:entry ( [
     fhir:fullUrl [ fhir:v "urn:uuid:b4b2493c-f20d-4a83-849c-ebbd64ec2ff3"^^xsd:anyURI ] ;
     fhir:resource ( <urn:uuid:b4b2493c-f20d-4a83-849c-ebbd64ec2ff3> ) ;
     fhir:search [
       fhir:mode [ fhir:v "match" ]
     ]
  ] ) . # 

<urn:uuid:b4b2493c-f20d-4a83-849c-ebbd64ec2ff3> a fhir:Task ;
  fhir:id [ fhir:v "b4b2493c-f20d-4a83-849c-ebbd64ec2ff3"] ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:code [
     fhir:coding ( [
       fhir:system [ fhir:v "https://fhir.developer.gene.com/CodeSystem/uapi-sr-type"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "copay" ]
     ] )
  ] ; # 
  fhir:for [
     fhir:reference [ fhir:v "urn:uuid:77a64848-bcb5-4fa1-a132-d09952b1c891" ] ;
     fhir:type [ fhir:v "Patient"^^xsd:anyURI ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2023-01-23T08:10:13-05:00"^^xsd:dateTime] ; # 
  fhir:input ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-copay-task-input-type"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "brandId" ]
       ] )
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-copay-brand-id"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "9c2693fd-4eb2-4543-a26b-2c85a3450fe2" ]
       ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

