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

: ITBScheduleExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Schedule",
  "id" : "ITBScheduleExample",
  "meta" : {
    "profile" : [
      🔗 "http://portal.wof.purified.link/fhir/StructureDefinition/ITBSchedule"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Schedule ITBScheduleExample</b></p><a name=\"ITBScheduleExample\"> </a><a name=\"hcITBScheduleExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ITBSchedule.html\">ITB Schedule</a></p></div><p><b>serviceType</b>: <span title=\"Codes:{http://portal.wof.purified.link/fhir/CodeSystem/csServiceType blek-kampanje}\">Blek-kampanje</span></p><p><b>actor</b>: </p><ul><li><a href=\"HealthcareService/939970ef-5e09-4597-977c-d6ae56ac81c5\">My clinic</a></li><li><code>Tannpleier Anna Andersson</code></li><li><code>itbDev-colosseum-opus-sandvika/fhir/Organization/578</code></li><li><a href=\"PractitionerRole/6194e8d0-2873-4569-915f-0ae8e4047854\">Tannpleier Anna Andersson</a></li></ul><p><b>planningHorizon</b>: 2021-04-13 22:00:00+0000 --&gt; 2021-05-18 22:00:00+0000</p></div>"
  },
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "http://portal.wof.purified.link/fhir/CodeSystem/csServiceType",
          "code" : "blek-kampanje"
        }
      ]
    }
  ],
  "actor" : [
    {
      "reference" : "HealthcareService/939970ef-5e09-4597-977c-d6ae56ac81c5",
      "display" : "My clinic"
    },
    {
      "reference" : "itbDev-colosseum-opus-sandvika/fhir/Practitioner/505",
      "display" : "Tannpleier Anna Andersson"
    },
    {
      "reference" : "itbDev-colosseum-opus-sandvika/fhir/Organization/578"
    },
    {
      "reference" : "PractitionerRole/6194e8d0-2873-4569-915f-0ae8e4047854",
      "display" : "Tannpleier Anna Andersson"
    }
  ],
  "planningHorizon" : {
    "start" : "2021-04-13T22:00:00+00:00",
    "end" : "2021-05-18T22:00:00+00:00"
  }
}