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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example"] ; #
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/logo/main.1024x102.png"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-logo-use-agreement"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://example.org/logo/use-agreement.html"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/brand-flags"^^xsd:anyURI ] ;
fhir:value [ fhir:v "hidden" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Example Health 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/myportal"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "This is the description of the portal. It can be multiple lines.\nIt can also be **markdown**.\n" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-logo"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://example.org/portal-logo/main.1024x102.png"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-logo-use-agreement"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://example.org/portal-logo/use-agreement.html"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://examplehospital.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 "Example Organization"] ; #
fhir:alias ( [ fhir:v "Example Health System"] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://example.org/brand-home" ]
] ) ; #
fhir:address ( [
( fhir:line [ fhir:v "100 1st Avenue, Suite 227" ] ) ;
fhir:city [ fhir:v "Pleasanton" ] ;
fhir:state [ fhir:v "MA" ] ;
fhir:postalCode [ fhir:v "01002" ]
] ) ; #
fhir:partOf [
fhir:display [ fhir:v "Larger Health System" ]
] ; #
fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/example" ] ;
fhir:display [ fhir:v "FHIR R4 Endpoint for Example Medical Center 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