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
: EpicSandboxOrganization - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
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\"><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" ]
] ) . #