Koppeltaal 2.0 Implementation Guide (Full Documentation)
0.15.0 - ci-build NL

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

: Mindfulness exercise for adults - JSON Representation

Active as of 2026-01-16

Raw json | Download

{
  "resourceType" : "ActivityDefinition",
  "id" : "activitydefinition-standard-usecontext",
  "meta" : {
    "profile" : [
      🔗 "http://koppeltaal.nl/fhir/StructureDefinition/KT2ActivityDefinition"
    ]
  },
  "language" : "nl-NL",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "extension" : [
    {
      "url" : "http://koppeltaal.nl/fhir/StructureDefinition/KT2EndpointExtension",
      "valueReference" : {
        🔗 "reference" : "Endpoint/endpoint123",
        "type" : "Endpoint"
      }
    }
  ],
  "url" : "https://example.com/activities/mindfulness-adult",
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://example.com/activity/id",
      "value" : "mindfulness-001"
    }
  ],
  "version" : "0.15.0",
  "name" : "Mindfulness_Adult_001",
  "title" : "Mindfulness exercise for adults",
  "status" : "active",
  "date" : "2026-01-16T15:27:55+00:00",
  "description" : "A guided mindfulness exercise designed for adults aged 18-65, suitable for all genders",
  "useContext" : [
    {
      "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code" : "age"
      },
      "valueRange" : {
        "low" : {
          "value" : 18,
          "unit" : "years",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        },
        "high" : {
          "value" : 65,
          "unit" : "years",
          "system" : "http://unitsofmeasure.org",
          "code" : "a"
        }
      }
    },
    {
      "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code" : "gender"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/administrative-gender",
            "code" : "other",
            "display" : "Other"
          }
        ]
      }
    },
    {
      "code" : {
        "system" : "http://vzvz.nl/fhir/CodeSystem/koppeltaal-usage-context-type",
        "code" : "koppeltaal-expansion"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://vzvz.nl/fhir/CodeSystem/koppeltaal-expansion",
            "code" : "026-RolvdNaaste",
            "display" : "Rol van de naaste"
          }
        ]
      }
    }
  ],
  "topic" : [
    {
      "coding" : [
        {
          "system" : "http://vzvz.nl/fhir/CodeSystem/koppeltaal-definition-topic",
          "code" : "self-treatment"
        }
      ]
    }
  ]
}