SMART App Launch
2.2.0-preview - CI-Build International flag

SMART App Launch - Local Development build (v2.2.0-preview). See the Directory of published versions

: examplehospital3-ehr1 - TTL Representation

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 "examplehospital3-ehr1"] ; # 
  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/examplehospital3/ui/images/img-logo-2x-new.webp"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/smart-app-launch/StructureDefinition/patient-access-description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Patient Gateway is an online tool to help adult patients connect with health care providers, manage appointments, and refill prescriptions.\n" ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://examplehospital3.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 "ExampleHospital3"] ; # 
  fhir:alias ( [ fhir:v "GoodCare Cancer Center"] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.example.org/examplehospital3.org" ]
  ] ) ; # 
  fhir:address ( [
fhir:city [ fhir:v "Boston" ] ;
fhir:state [ fhir:v "MA" ]
  ] ) ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Organization/examplehospital1-ehr1" ]
  ] . #