Koppelmij Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: KoppelMij-Endpoint-Vragenlijst-Angststoornis - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "KoppelMij-Endpoint-Vragenlijst-Angststoornis"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medmij.nl/fhir/StructureDefinition/MedMij-Endpoint"^^xsd:anyURI ;
fhir:link <http://medmij.nl/fhir/StructureDefinition/MedMij-Endpoint> ] )
] ; #
fhir:language [ fhir:v "nl-NL"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xml:lang=\"nl-NL\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"nl-NL\">Example of an Endpoint as used in KoppelMij</div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:connectionType [
fhir:system [ fhir:v "http://vzvz.nl/fhir/CodeSystem/koppeltaal-endpoint-connection-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hti-smart-on-fhir" ]
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/KoppelMij-Organization-GGZ" ]
] ; #
fhir:payloadType ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-payload-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "any" ] ] )
] ) ; #
fhir:address [ fhir:v "https://module.test.5im.nl/web/api/smartonfhir/launch"^^xsd:anyURI] . #