FHIR IG analytics| Package | hl7.fhir.fi.base |
| Resource Type | Schedule |
| Id | Schedule-ScheduleExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Schedule ScheduleExample
Profile: FI Base Schedule
identifier: http://example.org/scheduleid/45 (use: usual, )
active: true
serviceCategory: General medical practice (qualifier value)
serviceType: General practice service
specialty: General practice (specialty) (qualifier value)
actor: Location Kirurgian poliklinikka
planningHorizon: 2023-01-01 09:15:00+0000 --> 2033-12-25 09:30:00+0000
{
"resourceType": "Schedule",
"id": "ScheduleExample",
"meta": {
"profile": [
"https://hl7.fi/fhir/finnish-base-profiles/StructureDefinition/fi-base-schedule"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "http://example.org/scheduleid",
"value": "45"
}
],
"active": true,
"serviceCategory": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "408443003"
}
]
}
],
"serviceType": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "788007007"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394814009"
}
]
}
],
"actor": [
{
"reference": "Location/LocationExample"
}
],
"planningHorizon": {
"start": "2023-01-01T09:15:00Z",
"end": "2033-12-25T09:30:00Z"
}
}