WOF Connect
0.1.3 - stable [WIP]

This page is part of the WOF Connect Implementation Guide (v0.1.3: Pre-Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Airflow - JSON Representation

Active as of 2026-04-02

Raw json | Download

{
  "resourceType" : "ActivityDefinition",
  "id" : "0a2a4f2a-aa05-4cfd-a4ae-cd6ebcd95df4",
  "meta" : {
    "source" : "frenda",
    "profile" : [
      🔗 "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-activitydefinition"
    ],
    "tag" : [
      {
        "system" : "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system",
        "code" : "frenda"
      }
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n    <table class=\"grid dict\">\n\n        \n        <tr>\n            <th scope=\"row\"><b>Title: </b></th>\n            <td style=\"padding-left: 4px;\">Airflow</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Id: </b></th>\n            <td style=\"padding-left: 4px;\">0a2a4f2a-aa05-4cfd-a4ae-cd6ebcd95df4</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Version: </b></th>\n            <td style=\"padding-left: 4px;\">0.1.3</td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Date (date last changed): </b></th>\n            <td style=\"padding-left: 4px;\">2026-04-02 09:20:58+0000</td>\n        </tr>\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Publisher (steward): </b></th>\n            <td style=\"padding-left: 4px;\">Service Well AB</td>\n        </tr>\n        \n\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Description: </b></th>\n            <td style=\"padding-left: 4px;\"><div><p>Airflow</p>\n</div></td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n        \n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Code: </b></th>\n            <td style=\"padding-left: 4px;\">\n                \n                    \n                        \n                            <p><b>system: </b><span><a href=\"http://example.org\">http://example.org</a></span></p>\n                        \n                        \n                            <p><b>code: </b><span>profylax</span></p>\n                        \n                        \n                    \n                \n                \n            </td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n    </table>\n</div>\n</div>"
  },
  "contained" : [
    {
      "resourceType" : "List",
      "id" : "HealthcareServiceListId",
      "meta" : {
        "profile" : [
          🔗 "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-healthcareservice-list"
        ]
      },
      "status" : "current",
      "mode" : "working",
      "code" : {
        "coding" : [
          {
            "system" : "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/service-type",
            "code" : "dummy-id",
            "display" : "Temporary dummy to satisfy fixed system"
          }
        ]
      },
      "entry" : [
        {
          "item" : {
            "reference" : "HealthcareService/48e428b0-fb37-4224-84df-5783a301a9da-test",
            "display" : "Service Well AB"
          }
        }
      ]
    }
  ],
  "extension" : [
    {
      "url" : "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wof-connect-list-reference",
      "valueReference" : {
        "reference" : "#HealthcareServiceListId"
      }
    }
  ],
  "url" : "http://canonical.fhir.link/servicewell/wof-connect/ActivityDefinition/0a2a4f2a-aa05-4cfd-a4ae-cd6ebcd95df4",
  "version" : "0.1.3",
  "name" : "Airflow",
  "title" : "Airflow",
  "status" : "active",
  "date" : "2026-04-02T09:20:58+00:00",
  "publisher" : "Service Well AB",
  "contact" : [
    {
      "name" : "Service Well AB",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://servicewell.se"
        },
        {
          "system" : "email",
          "value" : "info@servicewell.se"
        }
      ]
    }
  ],
  "description" : "Airflow",
  "code" : {
    "coding" : [
      {
        "system" : "http://example.org",
        "code" : "profylax"
      }
    ],
    "text" : "Airflow"
  },
  "timingDuration" : {
    "value" : 30,
    "unit" : "minute",
    "system" : "http://unitsofmeasure.org",
    "code" : "min"
  },
  "participant" : [
    {
      "type" : "practitioner",
      "role" : {
        "coding" : [
          {
            "system" : "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/practitioner-role",
            "code" : "tandhygienist",
            "display" : "Tandhygienist"
          }
        ],
        "text" : "Tandhygienist"
      }
    }
  ]
}