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:Endpoint ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "examplehospital1-ehr1"] ; # 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 ExampleHospital1's EHR1 Patient Gateway"] ; # 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://example.org/EHR1/ExampleHospital1/api/FHIR/DSTU2"^^xsd:anyURI] . #