FHIR IG analytics| Package | hl7.fhir.fi.base |
| Resource Type | Slot |
| Id | Slot-FreeSlot.json |
| FHIR Version | R4 |
No resources found
No resources found
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
status: Free
start: 2023-01-01 12:00:00+0200
end: 2023-01-01 12:30:00+0200
{
"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"
}