ITB Implementation Guide
0.1.0 - Release Label

ITB Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/espen-servicewell/wof-portal-fhir-ig/ and changes regularly. See the Directory of published versions

: Undersökning tandläkare - JSON Representation

Active as of 2021-09-06

Raw json | Download

{
  "resourceType" : "ActivityDefinition",
  "id" : "ITBActivityDefinition",
  "meta" : {
    "profile" : [
      🔗 "http://portal.wof.purified.link/fhir/StructureDefinition/ITBActivityDefinition"
    ]
  },
  "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;\">Undersökning tandläkare</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Id: </b></th>\n            <td style=\"padding-left: 4px;\">ITBActivityDefinition</td>\n        </tr>\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Version: </b></th>\n            <td style=\"padding-left: 4px;\">0.1.0</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;\">2021-09-06</td>\n        </tr>\n        \n\n        \n\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>Desc</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=\"CodeSystem-csServiceType.html\">http://portal.wof.purified.link/fhir/CodeSystem/csServiceType</a></span></p>\n                        \n                        \n                            <p><b>code: </b><span>123</span></p>\n                        \n                        \n                            <p><b>display: </b><span>Bra Service</span></p>\n                        \n                    \n                \n                \n            </td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n        <tr>\n            <th scope=\"row\"><b>Kind: </b></th>\n            <td style=\"padding-left: 4px;\">Appointment</td>\n        </tr>\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n\n        \n    </table>\n</div>\n</div>"
  },
  "extension" : [
    {
      "url" : "http://portal.wof.purified.link/fhir/StructureDefinition/extOpusCryptobookingText",
      "valueString" : "XYÅZÅÄA"
    },
    {
      "url" : "http://portal.wof.purified.link/fhir/StructureDefinition/extOpusBookingCategory",
      "valueString" : "3"
    }
  ],
  "url" : "http://portal.wof.purified.link/fhir/ActivityDefinition/ITBActivityDefinition",
  "version" : "0.1.0",
  "name" : "TdlUS60",
  "title" : "Undersökning tandläkare",
  "subtitle" : "Här får du dina tänder undersökta av en utbildad tandläkare",
  "status" : "active",
  "date" : "2021-09-06",
  "description" : "Desc",
  "kind" : "Appointment",
  "code" : {
    "coding" : [
      {
        "system" : "http://portal.wof.purified.link/fhir/CodeSystem/csServiceType",
        "code" : "123",
        "display" : "Bra Service"
      }
    ],
    "text" : "Desc"
  },
  "timingDuration" : {
    "value" : 60,
    "unit" : "min"
  },
  "participant" : [
    {
      "type" : "practitioner",
      "role" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "106289002",
            "display" : "dentist"
          }
        ],
        "text" : "Tandläkare"
      }
    }
  ]
}