Koppelmij Implementation Guide
0.1.0 - ci-build

Koppelmij Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Bloeddrukmeting - TTL Representation

Active as of 2026-05-08

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-Meetopdracht-Bloeddrukmeting"] ; # 
  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-Minddistrict" ]     ]
  ] ) ; # 
  fhir:url [ fhir:v "https://gidsopenstandaarden.github.io/koppelmij-implementation-guide/ActivityDefinition/ProviderTasks-ActivityDefinition-Meetopdracht-Bloeddrukmeting"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://ns.minddistrict.com/content/id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "481365c2-a85c-49cc-bb74-d6d8a6a53b46" ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "MeetopdachtBloeddrukmeting"] ; # 
  fhir:title [ fhir:v "Bloeddrukmeting"] ; # 
  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 "Bloeddrukmeting volgens NHG protocol. 1 week, 2x per dag, 's ochtends en 's avonds"] ; # 
  fhir:timing [
a fhir:Timing ;
fhir:repeat [
fhir:bounds [
a fhir:Duration ;
fhir:value [ fhir:v "7"^^xsd:decimal ] ;
fhir:unit [ fhir:v "day" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]       ] ;
fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]     ]
  ] . #