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

FHIR IG analytics

Packagehelsenorge.profiler
Resource TypeSchedule
IdSchedule-Eksempel-schedule-poliklinikk.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: 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


Source1

{
  "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"
}