SMART App Launch - Local Development build (v2.2.0-preview). 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 "example2"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2023-09-05T20:18:52.639617-07:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brands-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brands-bundle> ] )
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:timestamp [ fhir:v "2023-09-05T20:18:52.638960-07:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "https://ehr.example.org/Endpoint/examplehealth-r2"^^xsd:anyURI ] ;
( fhir:resource <https://ehr.example.org/Endpoint/examplehealth-r2> )
] [
fhir:fullUrl [ fhir:v "https://ehr.example.org/Endpoint/examplehealth-r4"^^xsd:anyURI ] ;
( fhir:resource <https://ehr.example.org/Endpoint/examplehealth-r4> )
] [
fhir:fullUrl [ fhir:v "https://ehr.example.org/Organization/ehchospital"^^xsd:anyURI ] ;
( fhir:resource <https://ehr.example.org/Organization/ehchospital> )
] [
fhir:fullUrl [ fhir:v "https://ehr.example.org/Organization/ehpmadison"^^xsd:anyURI ] ;
( fhir:resource <https://ehr.example.org/Organization/ehpmadison> )
] [
fhir:fullUrl [ fhir:v "https://ehr.example.org/Organization/examplehealth"^^xsd:anyURI ] ;
( fhir:resource <https://ehr.example.org/Organization/examplehealth> )
] ) . #
<https://ehr.example.org/Endpoint/examplehealth-r2> a fhir:Endpoint ;
fhir:id [ fhir:v "examplehealth-r2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-endpoint"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-endpoint> ] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/endpoint-fhir-version"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1.0.2" ]
] ) ; #
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 DSTU2 Endpoint for ExampleHealth"] ; #
fhir:contact ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://open.ehr.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://ehrfhir.examplehealth.org/ProdFHIR/api/FHIR/R4"^^xsd:anyURI] . #
<https://ehr.example.org/Endpoint/examplehealth-r4> a fhir:Endpoint ;
fhir:id [ fhir:v "examplehealth-r4"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-endpoint"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-endpoint> ] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/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 ExampleHealth"] ; #
fhir:contact ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://open.ehr.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://ehrfhir.examplehealth.org/ProdFHIR/api/FHIR/R4"^^xsd:anyURI] . #
<https://ehr.example.org/Organization/ehchospital> a fhir:Organization ;
fhir:id [ fhir:v "ehchospital"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brand"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brand> ] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo"^^xsd:anyURI ] ;
fhir:value [ fhir:v "data:image/svg+xml;base64,PHN2ZyB0aXRsZT0iU3Rld2FydCBNZW1vcmlhbCBIb3Nw...+IDwvc3ZnPgo="^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://ehchospital.org" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "clinical" ] ;
fhir:display [ fhir:v "Clinical Care provider" ] ] )
] ) ; #
fhir:name [ fhir:v "ExampleHealth Community Hospital"] ; #
fhir:alias ( [ fhir:v "GoodHealth Madison"] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ehchospital.com" ]
] ) ; #
fhir:address ( [
fhir:city [ fhir:v "Lake City" ] ;
fhir:state [ fhir:v "IA" ]
] ) ; #
fhir:partOf [
fhir:reference [ fhir:v "Organization/examplehealth" ]
] . #
<https://ehr.example.org/Organization/ehpmadison> a fhir:Organization ;
fhir:id [ fhir:v "ehpmadison"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brand"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brand> ] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://example.org/examplehealth.org/logo/ehp-madison.png"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://ehpmadison.com" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "clinical" ] ;
fhir:display [ fhir:v "Clinical Care provider" ] ] )
] ) ; #
fhir:name [ fhir:v "ExampleHealth Physicians Madison"] ; #
fhir:alias ( [ fhir:v "GoodHealth Madison"] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ehpmadison.com" ]
] ) ; #
fhir:address ( [
fhir:city [ fhir:v "Madison" ] ;
fhir:state [ fhir:v "WI" ]
] ) ; #
fhir:partOf [
fhir:reference [ fhir:v "Organization/examplehealth" ]
] . #
<https://ehr.example.org/Organization/examplehealth> a fhir:Organization ;
fhir:id [ fhir:v "examplehealth"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brand"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-brand> ] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://example.org/examplehealth/logo/main.1024x102.png"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "My ExampleHealth Portal" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-url"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://example.org/chart.myexamplehealth.org"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://examplehealth.org" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "clinical" ] ;
fhir:display [ fhir:v "Clinical Care provider" ] ] )
] ) ; #
fhir:name [ fhir:v "ExampleHealth"] ; #
fhir:alias ( [ fhir:v "GoodHealth Hospital"] [ fhir:v "GoodHealth Mental Health"] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.examplehealth.com" ]
] ) ; #
fhir:address ( [
fhir:city [ fhir:v "Madison" ] ;
fhir:state [ fhir:v "WI" ]
] [
fhir:city [ fhir:v "Anamosa" ] ;
fhir:state [ fhir:v "IA" ]
] [
fhir:city [ fhir:v "Cedar Rapids" ] ;
fhir:state [ fhir:v "IA" ]
] [
fhir:city [ fhir:v "Des Moines" ] ;
fhir:state [ fhir:v "IA" ]
] [
fhir:city [ fhir:v "Dubuque" ] ;
fhir:state [ fhir:v "IA" ]
] [
fhir:city [ fhir:v "Fort Dodge" ] ;
fhir:state [ fhir:v "IA" ]
] [
fhir:city [ fhir:v "Grinnell" ] ;
fhir:state [ fhir:v "IA" ]
] [
fhir:city [ fhir:v "Marshalltown" ] ;
fhir:state [ fhir:v "IA" ]
] [
fhir:city [ fhir:v "Peoria" ] ;
fhir:state [ fhir:v "IA" ]
] [
fhir:city [ fhir:v "Pekin" ] ;
fhir:state [ fhir:v "I" ]
] [
fhir:city [ fhir:v "Muscatine" ] ;
fhir:state [ fhir:v "IA" ]
] [
fhir:city [ fhir:v "Sioux City" ] ;
fhir:state [ fhir:v "IA" ]
] ) ; #
fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/examplehealth-r4" ] ;
fhir:display [ fhir:v "FHIR R4 Endpoint for ExampleHealth Brand" ]
] [
fhir:reference [ fhir:v "Endpoint/examplehealth-r2" ] ;
fhir:display [ fhir:v "FHIR DSTU2 Endpoint for ExampleHealth Brand" ]
] ) . #
IG © 2020+ HL7 International - FHIR Infrastructure WG and Boston Children's Hospital Package hl7.fhir.uv.smart-app-launch#2.2.0-preview based on FHIR 4.0.1. Generated 2023-09-14
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change