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

: ProviderTasks-ServiceRequest-Bloeddrukmeting - 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:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ProviderTasks-ServiceRequest-Bloeddrukmeting"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://medmij.nl/fhir/StructureDefinition/pt-ServiceRequest"^^xsd:anyURI ;
fhir:link <http://medmij.nl/fhir/StructureDefinition/pt-ServiceRequest>     ] )
  ] ; # 
  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:identifier ( [
fhir:system [ fhir:v "http://medrie/servicerequest/id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2025-999999" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/ProviderTasks-Patient-De-Groot" ] ;
fhir:display [ fhir:v "Koos de Groot" ]
  ] ; # 
  fhir:occurrence [
a fhir:Timing ;
fhir:repeat [
fhir:bounds [
a fhir:Period ;
fhir:start [ fhir:v "2025-12-22"^^xsd:date ] ;
fhir:end [ fhir:v "2025-12-28"^^xsd:date ]       ] ;
fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:frequencyMax [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]     ]
  ] ; # 
  fhir:requester [
fhir:reference [ fhir:v "PractitionerRole/ProviderTasks-PractitionerRole-De-Haard" ] ;
fhir:display [ fhir:v "A. de Haard, Huisarts" ]
  ] ; # 
  fhir:patientInstruction [ fhir:v "Beste patiënt,\n\nU gaat gedurende 1 week zelf uw bloeddruk meten. Volg hierbij deze stappen:\n\n1. Meet uw bloeddruk elke ochtend vóór het ontbijt (nuchter).\n2. Meet uw bloeddruk elke avond vóór het avondeten.\n3. Noteer de waarden direct na de meting in uw app.\n4. Voer dit dagelijks uit gedurende 7 dagen en neem de resultaten mee naar uw volgende afspraak."] . #