FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagekoppeltaalv2.00
Resource TypeActivityDefinition
IdActivityDefinition-activitydefinition-standard-usecontext.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=koppeltaalv2.00@0.15.0&canonical=https://example.com/activities/mindfulness-adult
URLhttps://example.com/activities/mindfulness-adult
Version2025-01-15
Statusactive
NameMindfulness_Adult_001
TitleMindfulness exercise for adults
Realmnl
DescriptionA guided mindfulness exercise designed for adults aged 18-65, suitable for all genders

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Example of an ActivityDefinition using standard FHIR useContext for age and gender targeting

Source1

{
  "resourceType": "ActivityDefinition",
  "id": "activitydefinition-standard-usecontext",
  "meta": {
    "profile": [
      "http://koppeltaal.nl/fhir/StructureDefinition/KT2ActivityDefinition"
    ]
  },
  "language": "nl-NL",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "2025-01-15",
  "name": "Mindfulness_Adult_001",
  "title": "Mindfulness exercise for adults",
  "status": "active",
  "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"
        }
      ]
    }
  ]
}