SMARTapplaunchmultiserverauthentication, published by HL7. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jmandel/smart-multi-auth/ and changes regularly. See the Directory of published versions
@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:id [ fhir:v "UserBrandBundleExample"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2024-06-06T13:28:17.269+02:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brands-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brands-bundle> ] )
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:Organization/EpicSandboxOrganization"^^xsd:anyURI ] ;
( fhir:resource <urn:Organization/EpicSandboxOrganization> )
] [
fhir:fullUrl [ fhir:v "urn:Endpoint/EpicSandboxEndpoint"^^xsd:anyURI ] ;
( fhir:resource <urn:Endpoint/EpicSandboxEndpoint> )
] [
fhir:fullUrl [ fhir:v "urn:Organization/ImagingSandboxOrganization"^^xsd:anyURI ] ;
( fhir:resource <urn:Organization/ImagingSandboxOrganization> )
] [
fhir:fullUrl [ fhir:v "urn:Endpoint/ImagingSandboxEndpoint"^^xsd:anyURI ] ;
( fhir:resource <urn:Endpoint/ImagingSandboxEndpoint> )
] ) . #
<urn:Organization/EpicSandboxOrganization> a fhir:Organization ;
fhir:id [ fhir:v "EpicSandboxOrganization"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_EpicSandboxOrganization\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization EpicSandboxOrganization</b></p><a name=\"EpicSandboxOrganization\"> </a><a name=\"hcEpicSandboxOrganization\"> </a><a name=\"EpicSandboxOrganization-en-US\"> </a><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: Epic Sandbox</p><p><b>telecom</b>: <a href=\"https://fhir.epic.com/\">https://fhir.epic.com/</a></p><p><b>endpoint</b>: <a href=\"Endpoint-EpicSandboxEndpoint.html\">Endpoint: extension = 4.0.1; status = active; connectionType = HL7 FHIR (Endpoint Connection Type#hl7-fhir-rest); contact = https://fhir.epic.com/; payloadType = None; address = https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4/</a></p></div>"
] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prov" ] ] )
] ) ; #
fhir:name [ fhir:v "Epic Sandbox"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://fhir.epic.com/" ]
] ) ; #
fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/EpicSandboxEndpoint" ]
] ) . #
<urn:Endpoint/EpicSandboxEndpoint> a fhir:Endpoint ;
fhir:id [ fhir:v "EpicSandboxEndpoint"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-endpoint"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-endpoint> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Endpoint_EpicSandboxEndpoint\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Endpoint EpicSandboxEndpoint</b></p><a name=\"EpicSandboxEndpoint\"> </a><a name=\"hcEpicSandboxEndpoint\"> </a><a name=\"EpicSandboxEndpoint-en-US\"> </a><p><b>Endpoint FHIR Version</b>: 4.0.1</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-hl7-fhir-rest\">Endpoint Connection Type hl7-fhir-rest</a>: HL7 FHIR</p><p><b>contact</b>: <a href=\"https://fhir.epic.com/\">https://fhir.epic.com/</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/endpoint-payload-type none}\">None</span></p><p><b>address</b>: <a href=\"https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4/\">https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4/</a></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4.0.1" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:connectionType [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hl7-fhir-rest" ]
] ; #
fhir:contact ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://fhir.epic.com/" ]
] ) ; #
fhir:payloadType ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-payload-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "none" ] ] )
] ) ; #
fhir:address [ fhir:v "https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4/"^^xsd:anyURI] . #
<urn:Organization/ImagingSandboxOrganization> a fhir:Organization ;
fhir:id [ fhir:v "ImagingSandboxOrganization"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-brand> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_ImagingSandboxOrganization\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ImagingSandboxOrganization</b></p><a name=\"ImagingSandboxOrganization\"> </a><a name=\"hcImagingSandboxOrganization\"> </a><a name=\"ImagingSandboxOrganization-en-US\"> </a><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type imaging}\">Imaging Center</span></p><p><b>name</b>: Imaging PACS</p><p><b>telecom</b>: <a href=\"https://philips.com/\">https://philips.com/</a></p><p><b>endpoint</b>: <a href=\"Endpoint-ImagingSandboxEndpoint.html\">Endpoint FHIR end point for imaging</a></p></div>"
] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "imaging" ] ] )
] ) ; #
fhir:name [ fhir:v "Imaging PACS"] ; #
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://philips.com/" ]
] ) ; #
fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/ImagingSandboxEndpoint" ]
] ) . #
<urn:Endpoint/ImagingSandboxEndpoint> a fhir:Endpoint ;
fhir:id [ fhir:v "ImagingSandboxEndpoint"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-endpoint"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/smart-app-launch/StructureDefinition/user-access-endpoint> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Endpoint_ImagingSandboxEndpoint\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Endpoint ImagingSandboxEndpoint</b></p><a name=\"ImagingSandboxEndpoint\"> </a><a name=\"hcImagingSandboxEndpoint\"> </a><a name=\"ImagingSandboxEndpoint-en-US\"> </a><p><b>Endpoint FHIR Version</b>: 4.0.1</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-endpoint-connection-type.html#endpoint-connection-type-hl7-fhir-rest\">Endpoint Connection Type hl7-fhir-rest</a>: HL7 FHIR</p><p><b>name</b>: FHIR end point for imaging</p><p><b>contact</b>: <a href=\"https://technical.philips.com/\">https://technical.philips.com/</a></p><p><b>payloadType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/endpoint-payload-type none}\">None</span></p><p><b>address</b>: <a href=\"http://92.108.246.183:9410/api/fhir\">http://92.108.246.183:9410/api/fhir</a></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4.0.1" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:connectionType [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hl7-fhir-rest" ]
] ; #
fhir:name [ fhir:v "FHIR end point for imaging"] ; #
fhir:contact ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://technical.philips.com/" ]
] ) ; #
fhir:payloadType ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-payload-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "none" ] ] )
] ) ; #
fhir:address [ fhir:v "http://92.108.246.183:9410/api/fhir"^^xsd:anyURI] . #
IG © 2024+ HL7. Package hl7.fhir.uv.smart-multi-server-auth#0.1.0 based on FHIR 4.0.1. Generated 2024-12-09
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change