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

FHIR IG analytics

Packagehl7.fhir.fi.base
Resource TypeSchedule
IdSchedule-ScheduleExample.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 ScheduleExample

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


Source1

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