Estonian Base Implementation Guide
1.1.1 - trial-use Estonia flag

Publication Build: This will be filled in by the publication tooling

: Healthcare Service Example - JSON Representation

Raw json | Download


{
  "resourceType" : "HealthcareService",
  "id" : "HealthcareServiceExample",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ee/base/StructureDefinition/ee-healthcare-service"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService HealthcareServiceExample</b></p><a name=\"HealthcareServiceExample\"> </a><a name=\"hcHealthcareServiceExample\"> </a><a name=\"HealthcareServiceExample-en-US\"> </a><p><b>identifier</b>: <code>http://rh.ee/shared-ids</code>/HS-12</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-rh.html\">Rakvere Haigla</a></p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 409063005}\">Counselling</span></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 394913002}\">Psychotherapy (specialty)</span>, <span title=\"Codes:{http://snomed.info/sct 394587001}\">Psychiatry</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 394816006}\">Mental illness (specialty) (qualifier value)</span></p><p><b>name</b>: Consulting psychologists and/or psychology services</p><p><b>serviceProvisionCode</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-provision-conditions cost}\">Fees apply</span></p><p><b>appointmentRequired</b>: true</p><blockquote><p><b>availability</b></p></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "http://rh.ee/shared-ids",
      "value" : "HS-12"
    }
  ],
  "active" : true,
  "providedBy" : {
    🔗 "reference" : "Organization/rh",
    "display" : "Rakvere Haigla"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "409063005",
          "display" : "Counseling"
        }
      ],
      "text" : "Counselling"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394913002",
          "display" : "Psychotherapy (specialty)"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394587001",
          "display" : "Psychiatry"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "394816006",
          "display" : "Mental illness (specialty) (qualifier value)"
        }
      ]
    }
  ],
  "name" : "Consulting psychologists and/or psychology services",
  "serviceProvisionCode" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/service-provision-conditions",
          "code" : "cost",
          "display" : "Fees apply"
        }
      ]
    }
  ],
  "appointmentRequired" : true,
  "availability" : [
    {
      "availableTime" : [
        {
          "daysOfWeek" : [
            "wed"
          ],
          "allDay" : true
        },
        {
          "daysOfWeek" : [
            "mon",
            "tue",
            "thu",
            "fri"
          ],
          "availableStartTime" : "08:30:00",
          "availableEndTime" : "05:30:00"
        },
        {
          "daysOfWeek" : [
            "sat",
            "fri"
          ],
          "availableStartTime" : "09:30:00",
          "availableEndTime" : "04:30:00"
        }
      ],
      "notAvailableTime" : [
        {
          "description" : "Christmas/Boxing Day, Reduced capacity is available during the Christmas period",
          "during" : {
            "start" : "2023-12-25",
            "end" : "2023-12-26"
          }
        },
        {
          "description" : "New Years Day",
          "during" : {
            "start" : "2024-01-01",
            "end" : "2024-01-01"
          }
        }
      ]
    }
  ]
}