SMART App Launch 2.2.0-preview - CI-Build
SMART App Launch - Local Development build (v2.2.0-preview). See the Directory of published versions
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 "examplelabs"] ; # 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/examplelabs/images/ExampleLabs_Logo.svg"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-name"^^xsd:anyURI ] ; fhir:value [ fhir:v "ExampleLabs Patient 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/patient.examplelabs.com/landing"^^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://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category"^^xsd:anyURI ] ; fhir:code [ fhir:v "lab" ] ; fhir:display [ fhir:v "Laboratory" ] ] ) ] ) ; # fhir:name [ fhir:v "ExampleLabs"] ; # fhir:alias ( [ fhir:v "ExampleLabs Alaska"] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.examplelabs.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:line [ fhir:v "3223 Palmer Wasilla Hwy" ] [ fhir:v "Suite 4" ] ) ; fhir:city [ fhir:v "Wasilla" ] ; fhir:state [ fhir:v "AK" ] ; fhir:postalCode [ fhir:v "99654" ] ] [ ( fhir:line [ fhir:v "1626 30Th Avenue" ] ) ; fhir:city [ fhir:v "Fairbanks" ] ; fhir:state [ fhir:v "AK" ] ; fhir:postalCode [ fhir:v "99701" ] ] ) ; # fhir:endpoint ( [ fhir:reference [ fhir:v "Endpoint/examplelabs" ] ; fhir:display [ fhir:v "FHIR R4 Endpoint for ExampleLabs Brand" ] ] ) . #