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

FHIR IG analytics

Packagefhir.argonaut.scheduling
Resource TypeSchedule
IdSchedule-example1.json
FHIR VersionR3

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 with Details

id: example1

meta:

actor: Crusher, Beverly. Generated Summary: id: dr-y; 9941339108, 25456; Y

planningHorizon: 13/02/2018 12:00:00 AM --> 13/02/2018 12:00:00 AM


Source1

{
  "resourceType": "Schedule",
  "id": "example1",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-sched-notif"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "actor": [
    {
      "reference": "Practitioner/dr-y",
      "display": "Crusher, Beverly"
    }
  ],
  "planningHorizon": {
    "start": "2018-02-13",
    "end": "2018-02-13"
  }
}