0.1.0 - ci-build

ExampleIG, published by Example Publisher. 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/trifork/fhir-ig-sample/ and changes regularly. See the Directory of published versions

: exampleSchedule - JSON Representation

Raw json | Download

{
  "resourceType" : "Schedule",
  "id" : "exampleSchedule",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/StructureDefinition/ExampleSchedule"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Schedule exampleSchedule</b></p><a name=\"exampleSchedule\"> </a><a name=\"hcexampleSchedule\"> </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-ExampleSchedule.html\">Example Schedule</a></p></div><p><b>Extension Definition for Schedule.name for Version 5.0</b>: Example Name</p><p><b>identifier</b>: <code>http://example.org/scheduleid</code>/45\u00a0(use:\u00a0usual,\u00a0)</p><p><b>active</b>: true</p><p><b>serviceCategory</b>: <span title=\"Codes:\">General Practice</span></p><p><b>serviceType</b>: <span title=\"Codes:\">Immunization</span></p><p><b>specialty</b>: <span title=\"Codes:\">Clinical immunology</span></p><p><b>actor</b>: <a href=\"Location/138803\">Burgers UMC, South Wing, second floor</a></p><p><b>planningHorizon</b>: 2013-12-25 09:15:00+0000 --&gt; 2013-12-25 09:30:00+0000</p><p><b>comment</b>: The slots attached to this schedule should be specialized to cover immunizations within the clinic</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-Schedule.name",
      "valueString" : "Example Name"
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://example.org/scheduleid",
      "value" : "45"
    }
  ],
  "active" : true,
  "serviceCategory" : [
    {
      "coding" : [
        {
          "code" : "17",
          "display" : "General Practice"
        }
      ]
    }
  ],
  "serviceType" : [
    {
      "coding" : [
        {
          "code" : "57",
          "display" : "Immunization"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "code" : "408480009",
          "display" : "Clinical immunology"
        }
      ]
    }
  ],
  "actor" : [
    {
      "reference" : "Location/138803",
      "display" : "Burgers UMC, South Wing, second floor"
    }
  ],
  "planningHorizon" : {
    "start" : "2013-12-25T09:15:00Z",
    "end" : "2013-12-25T09:30:00Z"
  },
  "comment" : "The slots attached to this schedule should be specialized to cover immunizations within the clinic"
}