FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageee.fhir.base
Resource TypeHealthcareService
IdHealthcareService-HealthcareServiceExample.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: HealthcareService HealthcareServiceExample

identifier: http://rh.ee/shared-ids/HS-12

active: true

providedBy: Rakvere Haigla

category: Counselling

type: Psychotherapy (specialty), Psychiatry

specialty: Mental illness (specialty) (qualifier value)

name: Consulting psychologists and/or psychology services

serviceProvisionCode: Fees apply

appointmentRequired: true

availability

availableTime

daysOfWeek: Wednesday

allDay: true

availableTime

daysOfWeek: Monday, Tuesday, Thursday, Friday

availableStartTime: 08:30:00

availableEndTime: 05:30:00

availableTime

daysOfWeek: Saturday, Friday

availableStartTime: 09:30:00

availableEndTime: 04:30:00

notAvailableTime

description: Christmas/Boxing Day, Reduced capacity is available during the Christmas period

during: 2023-12-25 --> 2023-12-26

notAvailableTime

description: New Years Day

during: 2024-01-01 --> 2024-01-01


Source1

{
  "resourceType": "HealthcareService",
  "id": "HealthcareServiceExample",
  "meta": {
    "profile": [
      "https://fhir.ee/base/StructureDefinition/ee-healthcare-service"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        }
      ]
    }
  ]
}