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-query-3"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-bundle-query"^^xsd:anyURI ;
fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-bundle-query> ] )
] ; #
fhir:type [ fhir:v "message"] ; #
fhir:timestamp [ fhir:v "2020-03-11T08:10:13-05:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:98921ed8-1003-4aae-9371-409f012979b1"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:98921ed8-1003-4aae-9371-409f012979b1> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0b"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0b> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:aecbb129-9a73-4b59-9d66-ff5cdb3f3164"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:aecbb129-9a73-4b59-9d66-ff5cdb3f3164> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:47aaa05f-33fe-4672-b0bf-0168bdd81630"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:47aaa05f-33fe-4672-b0bf-0168bdd81630> )
] ) . #
<urn:uuid:98921ed8-1003-4aae-9371-409f012979b1> a fhir:MessageHeader ;
fhir:id [ fhir:v "98921ed8-1003-4aae-9371-409f012979b1"] ; #
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_98921ed8-1003-4aae-9371-409f012979b1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MessageHeader 98921ed8-1003-4aae-9371-409f012979b1</b></p><a name=\"98921ed8-1003-4aae-9371-409f012979b1\"> </a><a name=\"hc98921ed8-1003-4aae-9371-409f012979b1\"> </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 query-message: query-message</p><p><b>sender</b>: Identifier: <code>http://fhir.developer.gene.com/mulesoft</code>/Vendor_AB_HOSP-12345 (use: official, )</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-query-2.html#urn-uuid-61ebe359-bfdc-4613-8bf2-c5e300945f0b\">Bundle: type = message; timestamp = 2020-03-11 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 "query-message" ]
] ; #
fhir:sender [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://fhir.developer.gene.com/mulesoft"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Vendor_AB_HOSP-12345" ] ;
fhir:assigner [
fhir:display [ fhir:v "UAPI Process API Mulesoft" ] ] ]
] ; #
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:61ebe359-bfdc-4613-8bf2-c5e300945f0b" ]
] ) . #
<urn:uuid:61ebe359-bfdc-4613-8bf2-c5e300945f0b> a fhir:Parameters ;
fhir:id [ fhir:v "61ebe359-bfdc-4613-8bf2-c5e300945f0b"] ; #
fhir:parameter ( [
fhir:name [ fhir:v "requester-patient" ] ;
fhir:value [
a fhir:Reference ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
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 "PI" ] ;
fhir:display [ fhir:v "Patient internal identifier" ] ] ) ] ;
fhir:system [ fhir:v "http://vendor.com/ab"^^xsd:anyURI ] ;
fhir:value [ fhir:v "6bcd8467-0473-4836-9128-2e7972f23177" ] ;
fhir:assigner [
fhir:display [ fhir:v "AB Vendor" ] ] ] ]
] [
fhir:name [ fhir:v "requester-servicerequest" ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "urn:uuid:aecbb129-9a73-4b59-9d66-ff5cdb3f3164" ] ]
] [
fhir:name [ fhir:v "requester-servicerequest" ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "urn:uuid:47aaa05f-33fe-4672-b0bf-0168bdd81630" ] ]
] [
fhir:name [ fhir:v "requester-bundle-enrollment-id" ] ;
fhir:value [
a fhir:Reference ;
fhir:type [ fhir:v "Bundle"^^xsd:anyURI ] ;
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RI" ] ;
fhir:display [ fhir:v "Resource identifier" ] ] ) ] ;
fhir:system [ fhir:v "https://fhir.developer.gene.com/enrollment/bundle-enrollment-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "30eec1b3-d067-40ee-8af5-9e7c37130b14" ] ] ]
] [
fhir:name [ fhir:v "query-string" ] ;
fhir:value [
a fhir:string ;
fhir:v "CoverageEligibilityResponse?status=active&_include=CoverageEligibilityResponse:request" ]
] ) . #
<urn:uuid:aecbb129-9a73-4b59-9d66-ff5cdb3f3164> a fhir:ServiceRequest ;
fhir:id [ fhir:v "aecbb129-9a73-4b59-9d66-ff5cdb3f3164"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-servicerequest"^^xsd:anyURI ;
fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-servicerequest> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_aecbb129-9a73-4b59-9d66-ff5cdb3f3164\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest aecbb129-9a73-4b59-9d66-ff5cdb3f3164</b></p><a name=\"aecbb129-9a73-4b59-9d66-ff5cdb3f3164\"> </a><a name=\"hcaecbb129-9a73-4b59-9d66-ff5cdb3f3164\"> </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-servicerequest.html\">UAPI ServiceRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{https://fhir.developer.gene.com/CodeSystem/uapi-sr-type gpf}\">Patient Foundation</span></p><p><b>subject</b>: <a href=\"Bundle-13778a5c-73de-46e4-bb5a-3781a5c93b5e.html#urn-uuid-fc2e5a72-c363-4616-ae00-4ad25cbcb45c\">Bundle: identifier = Resource identifier: da5e1572-cc88-4e4d-9899-e3553f680d87; type = message; timestamp = 2020-03-11 08:10:13-0500</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.developer.gene.com/CodeSystem/uapi-sr-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "gpf" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ]
] . #
<urn:uuid:47aaa05f-33fe-4672-b0bf-0168bdd81630> a fhir:ServiceRequest ;
fhir:id [ fhir:v "212c57ad-45cd-4882-87e7-8415ded3db05"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.developer.gene.com/StructureDefinition/uapi-servicerequest"^^xsd:anyURI ;
fhir:link <https://fhir.developer.gene.com/StructureDefinition/uapi-servicerequest> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_212c57ad-45cd-4882-87e7-8415ded3db05\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest 212c57ad-45cd-4882-87e7-8415ded3db05</b></p><a name=\"212c57ad-45cd-4882-87e7-8415ded3db05\"> </a><a name=\"hc212c57ad-45cd-4882-87e7-8415ded3db05\"> </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-servicerequest.html\">UAPI ServiceRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{https://fhir.developer.gene.com/CodeSystem/uapi-sr-type bipa}\">Benefit Investigation / Prior Authorization</span></p><p><b>subject</b>: <a href=\"Bundle-13778a5c-73de-46e4-bb5a-3781a5c93b5e.html#urn-uuid-fc2e5a72-c363-4616-ae00-4ad25cbcb45c\">Bundle: identifier = Resource identifier: da5e1572-cc88-4e4d-9899-e3553f680d87; type = message; timestamp = 2020-03-11 08:10:13-0500</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.developer.gene.com/CodeSystem/uapi-sr-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "bipa" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "urn:uuid:fc2e5a72-c363-4616-ae00-4ad25cbcb45c" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ]
] . #
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