This page is part of the Smart App Launch Implementation Guide (v2.2.0: STU 2.2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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 "example1"] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:timestamp [ fhir:v "2023-09-05T20:00:43.241070-07:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "https://fhir.labs.example.com/Organization/examplelabs"^^xsd:anyURI ] ;
( fhir:resource <https://fhir.labs.example.com/Organization/examplelabs> )
] [
fhir:fullUrl [ fhir:v "https://fhir.labs.example.com/Endpoint/examplelabs"^^xsd:anyURI ] ;
( fhir:resource <https://fhir.labs.example.com/Endpoint/examplelabs> )
] ) . #
<https://fhir.labs.example.com/Organization/examplelabs> a fhir:Organization ;
fhir:id [ fhir:v "examplelabs"] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "brandLogo"^^xsd:anyURI ] ;
fhir:value [ fhir:v "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>"^^xsd:anyURI ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/organization-brand"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "portalName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Example Labs HealthCentral Portal" ] ] [
fhir:url [ fhir:v "portalUrl"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://healthcentral.labs.example.com"^^xsd:anyURI ] ] [
fhir:url [ fhir:v "portalLogo"^^xsd:anyURI ] ;
fhir:value [ fhir:v "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>"^^xsd:anyURI ] ] [
fhir:url [ fhir:v "portalEndpoint"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Endpoint/examplelabs" ] ;
fhir:display [ fhir:v "FHIR R4 Endpoint for ExampleLabs Brand" ] ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/organization-portal"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://examplelabs.org" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratory" ] ] )
] ) ; #
fhir:name [ fhir:v "ExampleLabs"] ; #
fhir:alias ( [ fhir:v "ExampleLabs Alaska"] [ fhir:v "...(more here)..."] [ fhir:v "ExampleLabs Wisconsin"] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://labs.example.com" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "4015 Lake Otis Pkwy" ] ) ;
fhir:city [ fhir:v "Anchorage" ] ;
fhir:state [ fhir:v "AK" ] ;
fhir:postalCode [ fhir:v "99508" ] ;
fhir:country [ fhir:v "US" ]
] [
fhir:state [ fhir:v "...(more here)..." ] ;
fhir:country [ fhir:v "US" ]
] [
( fhir:line [ fhir:v "123 Main St" ] ) ;
fhir:city [ fhir:v "Madison" ] ;
fhir:state [ fhir:v "WI" ] ;
fhir:postalCode [ fhir:v "53726" ] ;
fhir:country [ fhir:v "US" ]
] ) ; #
fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/examplelabs" ] ;
fhir:display [ fhir:v "FHIR R4 Endpoint for ExampleLabs Brand" ]
] ) . #
<https://fhir.labs.example.com/Endpoint/examplelabs> a fhir:Endpoint ;
fhir:id [ fhir:v "examplelabs"] ; #
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 R4 Endpoint for ExampleLabs"] ; #
fhir:contact ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://dev-portal.labs.example.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.labs.example.com/r4"^^xsd:anyURI] . #
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 2024-04-30
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change