Koppeltaal 2.0 Implementation Guide (Full Documentation)
1.4.5-beta.011 - ci-build Netherlands flag

Koppeltaal 2.0 Implementation Guide (Full Documentation) - Local Development build (v1.4.5-beta.011) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Mindfulness exercise for adults - XML Representation

Active as of 2025-10-13

Raw xml | Download


<ActivityDefinition xmlns="http://hl7.org/fhir">
  <id value="activitydefinition-standard-usecontext"/>
  <meta>
    <profile
             value="http://koppeltaal.nl/fhir/StructureDefinition/KT2ActivityDefinition"/>
  </meta>
  <language value="nl-NL"/>
  <text>
    <status value="generated"/>
    <div xml:lang="nl-NL" xmlns="http://www.w3.org/1999/xhtml" lang="nl-NL">Example of an ActivityDefinition using standard FHIR useContext for age and gender targeting</div>
  </text>
  <extension
             url="http://koppeltaal.nl/fhir/StructureDefinition/KT2EndpointExtension">
    <valueReference>🔗 
      <reference value="Endpoint/endpoint123"/>
      <type value="Endpoint"/>
    </valueReference>
  </extension>
  <url value="https://example.com/activities/mindfulness-adult"/>
  <identifier>
    <use value="official"/>
    <system value="http://example.com/activity/id"/>
    <value value="mindfulness-001"/>
  </identifier>
  <version value="1.4.5-beta.011"/>
  <name value="Mindfulness_Adult_001"/>
  <title value="Mindfulness exercise for adults"/>
  <status value="active"/>
  <date value="2025-10-13T17:57:43+00:00"/>
  <description
               value="A guided mindfulness exercise designed for adults aged 18-65, suitable for all genders"/>
  <useContext>
    <code>
      <system
              value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
      <code value="age"/>
    </code>
    <valueRange>
      <low>
        <value value="18"/>
        <unit value="years"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="a"/>
      </low>
      <high>
        <value value="65"/>
        <unit value="years"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="a"/>
      </high>
    </valueRange>
  </useContext>
  <useContext>
    <code>
      <system
              value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
      <code value="gender"/>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/administrative-gender"/>
        <code value="other"/>
        <display value="Other"/>
      </coding>
    </valueCodeableConcept>
  </useContext>
  <useContext>
    <code>
      <system
              value="http://terminology.hl7.org/CodeSystem/usage-context-type"/>
      <code value="feature"/>
    </code>
    <valueCodeableConcept>
      <coding>
        <system value="http://vzvz.nl/fhir/CodeSystem/koppeltaal-features"/>
        <code value="026-RolvdNaaste"/>
        <display value="Rol van de naaste"/>
      </coding>
    </valueCodeableConcept>
  </useContext>
  <topic>
    <coding>
      <system
              value="http://vzvz.nl/fhir/CodeSystem/koppeltaal-definition-topic"/>
      <code value="self-treatment"/>
    </coding>
  </topic>
</ActivityDefinition>