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 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "uapi-copay-search-1"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.developer.gene.com/StructureDefinition/uapi-copay-management-bundle";
       fhir:index 0;
       fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-copay-management-bundle>     ]
  ];
  fhir:Bundle.type [ fhir:value "message"];
  fhir:Bundle.timestamp [ fhir:value "2023-04-25T08:10:13-05:00"^^xsd:dateTime];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:1905b4c5-0a91-4ee4-a721-25d224e87524" ];
     fhir:Bundle.entry.resource <urn:uuid:1905b4c5-0a91-4ee4-a721-25d224e87524>
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:05402225-7b92-4ac7-8954-27a6c6e6ff02" ];
     fhir:Bundle.entry.resource <urn:uuid:05402225-7b92-4ac7-8954-27a6c6e6ff02>
  ], [
     fhir:index 2;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:7c3d76d6-bd68-4137-b06d-5e39047b4b8c" ];
     fhir:Bundle.entry.resource <urn:uuid:7c3d76d6-bd68-4137-b06d-5e39047b4b8c>
  ], [
     fhir:index 3;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a" ];
     fhir:Bundle.entry.resource <urn:uuid:ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a>
  ], [
     fhir:index 4;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088" ];
     fhir:Bundle.entry.resource <urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088>
  ].

<urn:uuid:1905b4c5-0a91-4ee4-a721-25d224e87524> a fhir:MessageHeader;
  fhir:Resource.id [ fhir:value "1905b4c5-0a91-4ee4-a721-25d224e87524"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.developer.gene.com/StructureDefinition/uapi-messageheader";
       fhir:index 0;
       fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-messageheader>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:MessageHeader.eventCoding [
     fhir:Coding.system [ fhir:value "http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-event-type" ];
     fhir:Coding.code [ fhir:value "copay-search" ]
  ];
  fhir:MessageHeader.sender [
     fhir:Reference.type [ fhir:value "Organization" ];
     fhir:Reference.identifier [
       fhir:Identifier.use [ fhir:value "usual" ];
       fhir:Identifier.system [ fhir:value "http://vendor.com/ab" ];
       fhir:Identifier.value [ fhir:value "HOSP-12345" ];
       fhir:Identifier.assigner [
         fhir:Reference.display [ fhir:value "AB Vendor" ]       ]     ]
  ];
  fhir:MessageHeader.source [
     fhir:MessageHeader.source.name [ fhir:value "Vendor_AB" ];
     fhir:MessageHeader.source.endpoint [ fhir:value "http://vendor.com/ab" ]
  ];
  fhir:MessageHeader.focus [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "urn:uuid:05402225-7b92-4ac7-8954-27a6c6e6ff02" ];
     fhir:Reference.type [ fhir:value "Parameters" ]
  ].

<urn:uuid:05402225-7b92-4ac7-8954-27a6c6e6ff02> a fhir:Parameters;
  fhir:Resource.id [ fhir:value "05402225-7b92-4ac7-8954-27a6c6e6ff02"];
  fhir:Parameters.parameter [
     fhir:index 0;
     fhir:Parameters.parameter.name [ fhir:value "requester-patient" ];
     fhir:Parameters.parameter.valueReference [
       fhir:Reference.reference [ fhir:value "urn:uuid:7c3d76d6-bd68-4137-b06d-5e39047b4b8c" ]     ]
  ], [
     fhir:index 1;
     fhir:Parameters.parameter.name [ fhir:value "requester-practice" ];
     fhir:Parameters.parameter.valueReference [
       fhir:Reference.reference [ fhir:value "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088" ]     ]
  ], [
     fhir:index 2;
     fhir:Parameters.parameter.name [ fhir:value "requester-task" ];
     fhir:Parameters.parameter.valueReference [
       fhir:Reference.reference [ fhir:value "urn:uuid:ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a" ]     ]
  ], [
     fhir:index 3;
     fhir:Parameters.parameter.name [ fhir:value "requester-page-index" ];
     fhir:Parameters.parameter.valueInteger [ fhir:value "0"^^xsd:integer ]
  ], [
     fhir:index 4;
     fhir:Parameters.parameter.name [ fhir:value "requester-page-size" ];
     fhir:Parameters.parameter.valueInteger [ fhir:value "10"^^xsd:integer ]
  ].

<urn:uuid:7c3d76d6-bd68-4137-b06d-5e39047b4b8c> a fhir:Patient;
  fhir:Resource.id [ fhir:value "7c3d76d6-bd68-4137-b06d-5e39047b4b8c"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:Patient.name [
     fhir:index 0;
     fhir:HumanName.family [ fhir:value "Michaelson" ];
     fhir:HumanName.given [
       fhir:value "Ti";
       fhir:index 0     ]
  ];
  fhir:Patient.gender [ fhir:value "male"];
  fhir:Patient.birthDate [ fhir:value "1972-10-29"^^xsd:date];
  fhir:Patient.address [
     fhir:index 0;
     fhir:Address.postalCode [ fhir:value "94105" ]
  ];
  fhir:Patient.managingOrganization [
     fhir:Reference.reference [ fhir:value "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088" ]
  ].

<urn:uuid:ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a> a fhir:Task;
  fhir:Resource.id [ fhir:value "ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:Task.status [ fhir:value "requested"];
  fhir:Task.intent [ fhir:value "plan"];
  fhir:Task.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "https://fhir.developer.gene.com/CodeSystem/uapi-sr-type" ];
       fhir:Coding.code [ fhir:value "copay" ]     ]
  ];
  fhir:Task.for [
     fhir:Reference.reference [ fhir:value "urn:uuid:7c3d76d6-bd68-4137-b06d-5e39047b4b8c" ];
     fhir:Reference.type [ fhir:value "Patient" ]
  ];
  fhir:Task.authoredOn [ fhir:value "2023-01-23T08:10:13-05:00"^^xsd:dateTime];
  fhir:Task.input [
     fhir:index 0;
     fhir:Task.input.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-copay-task-input-type" ];
         fhir:Coding.code [ fhir:value "brandId" ]       ]     ];
     fhir:Task.input.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-copay-brand-id" ];
         fhir:Coding.code [ fhir:value "9c2693fd-4eb2-4543-a26b-2c85a3450fe2" ]       ]     ]
  ].

<urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088> a fhir:Organization;
  fhir:Resource.id [ fhir:value "01c31a2f-321d-4c6e-8349-206af8a88088"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.developer.gene.com/StructureDefinition/uapi-organization";
       fhir:index 0;
       fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-organization>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:Organization.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "usual" ];
     fhir:Identifier.system [ fhir:value "http://vendor.com/ab" ];
     fhir:Identifier.value [ fhir:value "HOSP-12345" ];
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "AB Vendor" ]     ]
  ];
  fhir:Organization.type [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ];
       fhir:Coding.code [ fhir:value "prov" ];
       fhir:Coding.display [ fhir:value "Healthcare Provider" ]     ]
  ];
  fhir:Organization.name [ fhir:value "Mid Atlantic Retina"];
  fhir:Organization.telecom [
     fhir:index 0;
     fhir:ContactPoint.system [ fhir:value "email" ];
     fhir:ContactPoint.value [ fhir:value "mar@example.com" ]
  ];
  fhir:Organization.address [
     fhir:index 0;
     fhir:Address.line [
       fhir:value "8 Ranoldo Terrace";
       fhir:index 0     ];
     fhir:Address.city [ fhir:value "Cherry Hill" ];
     fhir:Address.state [ fhir:value "NJ" ];
     fhir:Address.postalCode [ fhir:value "08034" ];
     fhir:Address.country [ fhir:value "US" ]
  ];
  fhir:Organization.contact [
     fhir:index 0;
     fhir:Organization.contact.name [
       fhir:HumanName.use [ fhir:value "official" ];
       fhir:HumanName.family [ fhir:value "Yardav" ];
       fhir:HumanName.given [
         fhir:value "Venus";
         fhir:index 0       ]     ];
     fhir:Organization.contact.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "phone" ];
       fhir:ContactPoint.value [ fhir:value "8882704882" ];
       fhir:ContactPoint.use [ fhir:value "work" ];
       fhir:ContactPoint.rank [ fhir:value "1"^^xsd:positiveInteger ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "fax" ];
       fhir:ContactPoint.value [ fhir:value "8179974042" ];
       fhir:ContactPoint.use [ fhir:value "work" ];
       fhir:ContactPoint.rank [ fhir:value "2"^^xsd:positiveInteger ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.