Estonian Base Implementation Guide
1.1.1 - trial-use
Estonian Base Implementation Guide, published by HL7 Estonia. This guide is not an authorized publication; it is the continuous build for version 1.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7EE/ig-ee-base/ and changes regularly. See the Directory of published versions
{
"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"
}
}
]
}
]
}