SMART App Launch, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 2.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smart-app-launch/ 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Bundle/example1> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example1"] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:Bundle.type [ fhir:value "collection"] ;
fhir:Bundle.timestamp [ fhir:value "2023-09-05T20:00:43.241070-07:00"^^xsd:dateTime] ;
fhir:Bundle.entry [
fhir:index -1 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.labs.example.com/Organization/examplelabs" ] ;
fhir:Bundle.entry.resource <https://fhir.labs.example.com/Organization/examplelabs>
], [
fhir:index -1 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://fhir.labs.example.com/Endpoint/examplelabs" ] ;
fhir:Bundle.entry.resource <https://fhir.labs.example.com/Endpoint/examplelabs>
] .
<https://fhir.labs.example.com/Organization/examplelabs> a fhir:Organization ;
fhir:Resource.id [ fhir:value "examplelabs"] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "brandLogo" ] ;
fhir:Extension.valueUrl [ fhir:value "data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='1024'%20height='1024'><path%20d='M0%200h1024v1024H0z'%20style='fill:%23eee'/><text%20x='40'%20y='170'%20style='font-size:150px'>1024x1024</text></svg>" ]
] ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/organization-brand" ]
], [
fhir:index -1 ;
fhir:Element.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "portalName" ] ;
fhir:Extension.valueString [ fhir:value "Example Labs HealthCentral Portal" ]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "portalUrl" ] ;
fhir:Extension.valueUrl [ fhir:value "https://healthcentral.labs.example.com" ]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "portalLogo" ] ;
fhir:Extension.valueUrl [ fhir:value "data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'%20width='1024'%20height='1024'><path%20d='M0%200h1024v1024H0z'%20style='fill:%23666'/><text%20x='40'%20y='170'%20style='font-size:150px'>1024x1024</text></svg>" ]
], [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "portalEndpoint" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/Endpoint/examplelabs> ;
fhir:Reference.reference [ fhir:value "Endpoint/examplelabs" ] ;
fhir:Reference.display [ fhir:value "FHIR R4 Endpoint for ExampleLabs Brand" ]
]
] ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/organization-portal" ]
] ;
fhir:Organization.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
fhir:Identifier.value [ fhir:value "https://examplelabs.org" ]
] ;
fhir:Organization.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Organization.type [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
fhir:Coding.code [ fhir:value "laboratory" ] ;
fhir:Coding.display [ fhir:value "Laboratory" ]
]
] ;
fhir:Organization.name [ fhir:value "ExampleLabs"] ;
fhir:Organization.alias [
fhir:value "ExampleLabs Alaska" ;
fhir:index -1
], [
fhir:value "...(more here)..." ;
fhir:index -1
], [
fhir:value "ExampleLabs Wisconsin" ;
fhir:index -1
] ;
fhir:Organization.telecom [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://labs.example.com" ]
] ;
fhir:Organization.address [
fhir:index -1 ;
fhir:Address.line [
fhir:value "4015 Lake Otis Pkwy" ;
fhir:index -1
] ;
fhir:Address.city [ fhir:value "Anchorage" ] ;
fhir:Address.state [ fhir:value "AK" ] ;
fhir:Address.postalCode [ fhir:value "99508" ] ;
fhir:Address.country [ fhir:value "US" ]
], [
fhir:index -1 ;
fhir:Address.state [ fhir:value "...(more here)..." ] ;
fhir:Address.country [ fhir:value "US" ]
], [
fhir:index -1 ;
fhir:Address.line [
fhir:value "123 Main St" ;
fhir:index -1
] ;
fhir:Address.city [ fhir:value "Madison" ] ;
fhir:Address.state [ fhir:value "WI" ] ;
fhir:Address.postalCode [ fhir:value "53726" ] ;
fhir:Address.country [ fhir:value "US" ]
] ;
fhir:Organization.endpoint [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Endpoint/examplelabs> ;
fhir:Reference.reference [ fhir:value "Endpoint/examplelabs" ] ;
fhir:Reference.display [ fhir:value "FHIR R4 Endpoint for ExampleLabs Brand" ]
] .
<http://hl7.org/fhir/Endpoint/examplelabs> a fhir:Endpoint .
<https://fhir.labs.example.com/Endpoint/examplelabs> a fhir:Endpoint ;
fhir:Resource.id [ fhir:value "examplelabs"] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/endpoint-fhir-version" ] ;
fhir:Extension.valueCode [ fhir:value "4.0.1" ]
] ;
fhir:Endpoint.status [ fhir:value "active"] ;
fhir:Endpoint.connectionType [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-connection-type" ] ;
fhir:Coding.code [ fhir:value "hl7-fhir-rest" ]
] ;
fhir:Endpoint.name [ fhir:value "FHIR R4 Endpoint for ExampleLabs"] ;
fhir:Endpoint.contact [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://dev-portal.labs.example.com" ]
] ;
fhir:Endpoint.payloadType [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/endpoint-payload-type" ] ;
fhir:Coding.code [ fhir:value "none" ]
]
] ;
fhir:Endpoint.address [ fhir:value "https://fhir.labs.example.com/r4"] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Bundle/example1.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/example1.ttl> .
IG © 2020+ HL7 International / FHIR Infrastructure and Boston Children's Hospital. Package hl7.fhir.uv.smart-app-launch#2.2.0 based on FHIR 4.0.1. Generated 2026-09-08
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
