Koppelmij Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Vragenlijst over de woon- leefsituatie - 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:ActivityDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ProviderTasks-ActivityDefinition-Vragenlijst-WoonLeefsituatie"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://medmij.nl/fhir/StructureDefinition/pt-ActivityDefinition"^^xsd:anyURI ;
fhir:link <http://medmij.nl/fhir/StructureDefinition/pt-ActivityDefinition> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "empty" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">No human-readable text provided in this case.</div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://koppeltaal.nl/fhir/StructureDefinition/KT2EndpointExtension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Endpoint/ProviderTasks-Endpoint-HINQ" ] ]
] ) ; #
fhir:url [ fhir:v "https://gidsopenstandaarden.github.io/koppelmij-implementation-guide/ActivityDefinition/ProviderTasks-ActivityDefinition-Vragenlijst-WoonLeefsituatie"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://hinq.zno.com/content/id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "d11eb00f-8659-4af2-97bf-1a0b656e0b4d" ]
] ) ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "VragenlijstWoonLeefsituatie"] ; #
fhir:title [ fhir:v "Vragenlijst over de woon- leefsituatie"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2026-05-08T08:30:17+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "koppelmij"] ; #
fhir:contact ( [
fhir:name [ fhir:v "koppelmij" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://github.com/KoppelMij/" ] ] )
] ) ; #
fhir:description [ fhir:v "Vragenlijst woon-/leefsituatie binnen de digitale zorgmodule Diabetes om contextfactoren (wonen, dagelijks functioneren, ondersteuning, leefstijl en mogelijkheden/belemmeringen) in kaart te brengen als basis voor persoonsgerichte begeleiding en haalbare leefstijlafspraken."] . #