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

FHIR IG analytics

Packagehl7.fhir.fi.base
Resource TypeSlot
IdSlot-FreeSlot.json
FHIR VersionR4

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: Slot FreeSlot

Profile: FI Base Slot

identifier: 123456789

serviceCategory: Lääkäripalvelut

serviceType: Yleislääkärin palvelu

appointmentType: Kertakäynti toimipaikassa

schedule: Schedule: identifier = http://example.org/scheduleid#45 (use: usual, ); serviceCategory = General medical practice (qualifier value); serviceType = General practice service; specialty = General practice (specialty) (qualifier value); planningHorizon = 2023-01-01 09:15:00+0000 --> 2033-12-25 09:30:00+0000

status: Free

start: 2023-01-01 12:00:00+0200

end: 2023-01-01 12:30:00+0200


Source1

{
  "resourceType": "Slot",
  "id": "FreeSlot",
  "meta": {
    "profile": [
      "https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-slot"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "123456789"
    }
  ],
  "serviceCategory": [
    {
      "coding": [
        {
          "system": "urn:oid:1.2.246.537.6.50",
          "version": "201801",
          "code": "SOTE3",
          "display": "Lääkäripalvelut"
        }
      ]
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "system": "urn:oid:1.2.246.537.6.49",
          "version": "201501",
          "code": "EE",
          "display": "Yleislääkärin palvelu"
        }
      ]
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "urn:oid:1.2.246.537.6.884",
        "version": "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"
}