FHIR IG analytics| Package | helsenorge.profiler |
| Resource Type | Schedule |
| Id | Schedule-Eksempel-schedule-poliklinikk.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Schedule Eksempel-schedule-poliklinikk
Periode for første og siste ledige slot i timebok
- freePlanningHorizon: 2023-12-18 12:15:00+0000 --> 2023-12-22 15:15:00+0000
identifier: Uniform Resource Identifier (URI)/urn:uuid:925ad87b-31e6-4312-8a55-9d0fce62dac4
active: true
serviceCategory: Specialist Medical
serviceType: Lab
actor: Doctor Feelgood (Identifier: urn:oid:2.16.578.1.12.4.1.4.4/1010101010)
planningHorizon: 2023-09-01 09:15:00+0000 --> 2023-12-31 17:00:00+0000
comment: Schedule for Doctor Feelgood
{
"resourceType": "Schedule",
"id": "Eksempel-schedule-poliklinikk",
"meta": {
"profile": [
"http://helsenorge.no/fhir/StructureDefinition/hn-basis-schedule"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "freePlanningHorizon",
"valuePeriod": {
"start": "2023-12-18T12:15:00Z",
"end": "2023-12-22T15:15:00Z"
}
}
],
"url": "http://helsenorge.no/fhir/StructureDefinition/hn-extension-free-slot-planningHorizon"
}
],
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:925ad87b-31e6-4312-8a55-9d0fce62dac4"
}
],
"active": true,
"serviceCategory": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-category",
"code": "27",
"display": "Specialist Medical"
}
]
}
],
"serviceType": [
{
"coding": [
{
"system": "http://helsenorge.no/fhir/CodeSystem/hn-schedule-type-cs",
"code": "Lab",
"display": "Lab"
}
]
}
],
"actor": [
{
"type": "Practitioner",
"identifier": {
"system": "urn:oid:2.16.578.1.12.4.1.4.4",
"value": "1010101010"
},
"display": "Doctor Feelgood"
}
],
"planningHorizon": {
"start": "2023-09-01T09:15:00Z",
"end": "2023-12-31T17:00:00Z"
},
"comment": "Schedule for Doctor Feelgood"
}