Finnish Base Profiles
1.0.0-rc15 - ballot Finland flag

Finnish Base Profiles - Local Development build (v1.0.0-rc15). See the Directory of published versions

: Free slot (kertakäynti yleislääkärillä) - JSON Representation

Raw json | Download


{
  "resourceType" : "Slot",
  "id" : "FreeSlot",
  "meta" : {
    "profile" : [
      "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-slot"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Slot</b><a name=\"FreeSlot\"> </a></p><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\">Resource Slot &quot;FreeSlot&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fi-base-slot.html\">FI Base Slot</a></p></div><p><b>identifier</b>: id:\u00a0123456789</p><p><b>serviceCategory</b>: Lääkäripalvelut <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#SOTE3)</span></p><p><b>serviceType</b>: Yleislääkärin palvelu <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#EE)</span></p><p><b>appointmentType</b>: Kertakäynti toimipaikassa <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#10)</span></p><p><b>schedule</b>: <a href=\"Schedule-ScheduleExample.html\">Schedule/ScheduleExample</a></p><p><b>status</b>: free</p><p><b>start</b>: Jan 1, 2023, 12:00:00 PM</p><p><b>end</b>: Jan 1, 2023, 12:30:00 PM</p></div>"
  },
  "identifier" : [
    {
      "value" : "123456789"
    }
  ],
  "serviceCategory" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:1.2.246.537.6.50.201801",
          "code" : "SOTE3",
          "display" : "Lääkäripalvelut"
        }
      ]
    }
  ],
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:1.2.246.537.6.49.201501",
          "code" : "EE",
          "display" : "Yleislääkärin palvelu"
        }
      ]
    }
  ],
  "appointmentType" : {
    "coding" : [
      {
        "system" : "urn:oid:1.2.246.537.6.884.2015",
        "code" : "10",
        "display" : "Kertakäynti toimipaikassa"
      }
    ]
  },
  "schedule" : {
    "reference" : "Schedule/ScheduleExample"
  },
  "status" : "free",
  "start" : "2023-01-01T12:00:00+02:00",
  "end" : "2023-01-01T12:30:00+02:00"
}