Universal API Implementation Guide
1.1.20 - ci-build
Universal API Implementation Guide - Local Development build (v1.1.20) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "uapi-copay-search-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-copay-management-bundle"^^xsd:anyURI ;
fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-copay-management-bundle> ] )
] ; #
fhir:type [ fhir:v "message"] ; #
fhir:timestamp [ fhir:v "2023-04-25T08:10:13-05:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:1905b4c5-0a91-4ee4-a721-25d224e87524"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:1905b4c5-0a91-4ee4-a721-25d224e87524> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:05402225-7b92-4ac7-8954-27a6c6e6ff02"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:05402225-7b92-4ac7-8954-27a6c6e6ff02> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:7c3d76d6-bd68-4137-b06d-5e39047b4b8c"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:7c3d76d6-bd68-4137-b06d-5e39047b4b8c> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088> )
] ) . #
<urn:uuid:1905b4c5-0a91-4ee4-a721-25d224e87524> a fhir:MessageHeader ;
fhir:id [ fhir:v "1905b4c5-0a91-4ee4-a721-25d224e87524"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-messageheader"^^xsd:anyURI ;
fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-messageheader> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_1905b4c5-0a91-4ee4-a721-25d224e87524\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader 1905b4c5-0a91-4ee4-a721-25d224e87524</b></p><a name=\"1905b4c5-0a91-4ee4-a721-25d224e87524\"> </a><a name=\"hc1905b4c5-0a91-4ee4-a721-25d224e87524\"> </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-messageheader.html\">UAPI MessageHeader</a></p></div><p><b>event</b>: uapi-event-type copay-search: copay-search</p><p><b>sender</b>: Identifier: <code>http://vendor.com/ab</code>/HOSP-12345 (use: usual, )</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>Vendor_AB</td><td><a href=\"http://vendor.com/ab\">http://vendor.com/ab</a></td></tr></table><p><b>focus</b>: <a href=\"Bundle-uapi-copay-search-1.html#urn-uuid-05402225-7b92-4ac7-8954-27a6c6e6ff02\">Bundle: type = message; timestamp = 2023-04-25 08:10:13-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-search" ]
] ; #
fhir:sender [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
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:source [
fhir:name [ fhir:v "Vendor_AB" ] ;
fhir:endpoint [ fhir:v "http://vendor.com/ab"^^xsd:anyURI ]
] ; #
fhir:focus ( [
fhir:reference [ fhir:v "urn:uuid:05402225-7b92-4ac7-8954-27a6c6e6ff02" ] ;
fhir:type [ fhir:v "Parameters"^^xsd:anyURI ]
] ) . #
<urn:uuid:05402225-7b92-4ac7-8954-27a6c6e6ff02> a fhir:Parameters ;
fhir:id [ fhir:v "05402225-7b92-4ac7-8954-27a6c6e6ff02"] ; #
fhir:parameter ( [
fhir:name [ fhir:v "requester-patient" ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "urn:uuid:7c3d76d6-bd68-4137-b06d-5e39047b4b8c" ] ]
] [
fhir:name [ fhir:v "requester-practice" ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088" ] ]
] [
fhir:name [ fhir:v "requester-task" ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "urn:uuid:ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a" ] ]
] [
fhir:name [ fhir:v "requester-page-index" ] ;
fhir:value [
a fhir:integer ;
fhir:v 0 ]
] [
fhir:name [ fhir:v "requester-page-size" ] ;
fhir:value [
a fhir:integer ;
fhir:v 10 ]
] ) . #
<urn:uuid:7c3d76d6-bd68-4137-b06d-5e39047b4b8c> a fhir:Patient ;
fhir:id [ fhir:v "7c3d76d6-bd68-4137-b06d-5e39047b4b8c"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_7c3d76d6-bd68-4137-b06d-5e39047b4b8c\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient 7c3d76d6-bd68-4137-b06d-5e39047b4b8c</b></p><a name=\"7c3d76d6-bd68-4137-b06d-5e39047b4b8c\"> </a><a name=\"hc7c3d76d6-bd68-4137-b06d-5e39047b4b8c\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Ti Michaelson Male, DoB: 1972-10-29</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">94105 </td></tr><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></div>"^^rdf:XMLLiteral
] ; #
fhir:name ( [
fhir:family [ fhir:v "Michaelson" ] ;
( fhir:given [ fhir:v "Ti" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1972-10-29"^^xsd:date] ; #
fhir:address ( [
fhir:postalCode [ fhir:v "94105" ]
] ) ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088" ]
] . #
<urn:uuid:ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a> a fhir:Task ;
fhir:id [ fhir:v "ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a</b></p><a name=\"ea171b4a-3b8f-4ed9-8488-6bb1242c6c7a\"> </a><a name=\"hcea171b4a-3b8f-4ed9-8488-6bb1242c6c7a\"> </a><p><b>status</b>: Requested</p><p><b>intent</b>: plan</p><p><b>code</b>: <span title=\"Codes:{https://fhir.developer.gene.com/CodeSystem/uapi-sr-type copay}\">Copay</span></p><p><b>for</b>: <a href=\"Bundle-uapi-copay-search-1.html#urn-uuid-7c3d76d6-bd68-4137-b06d-5e39047b4b8c\">Bundle: type = message; timestamp = 2023-04-25 08:10:13-0500</a></p><p><b>authoredOn</b>: 2023-01-23 08:10:13-0500</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><span title=\"Codes:{http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-copay-task-input-type brandId}\">brandId</span></td><td><span title=\"Codes:{http://terminology.gene.com/fhir/usix/uapi/CodeSystem/uapi-copay-brand-id 9c2693fd-4eb2-4543-a26b-2c85a3450fe2}\">9c2693fd-4eb2-4543-a26b-2c85a3450fe2</span></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
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:7c3d76d6-bd68-4137-b06d-5e39047b4b8c" ] ;
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" ] ] ) ]
] ) . #
<urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088> 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:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_01c31a2f-321d-4c6e-8349-206af8a88088\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization 01c31a2f-321d-4c6e-8349-206af8a88088</b></p><a name=\"01c31a2f-321d-4c6e-8349-206af8a88088\"> </a><a name=\"hc01c31a2f-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: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 ] ] )
] ) . #
IG © 2021+ . Package gene.com.fhir.uapi#1.1.20 based on FHIR 4.3.0. Generated 2025-06-25
Links: Table of Contents |
QA Report