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

FHIR IG analytics

Packagefhir.argonaut.scheduling
Resource TypeSchedule
IdSchedule-2017-08-28-derm.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: 2017-08-28-derm

meta:

serviceType: OFFICE VISIT (Details : {http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type code 'office-visit' = 'OFFICE VISIT', given as 'OFFICE VISIT'})

specialty: Dermatology (Details : {[not stated] code '394582007' = '394582007', given as 'Dermatology'})

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

planningHorizon: 28/08/2017 12:00:00 AM --> 28/08/2018 12:00:00 AM


Source1

{
  "resourceType": "Schedule",
  "id": "2017-08-28-derm",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-sched-notif"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type",
          "code": "office-visit",
          "display": "OFFICE VISIT"
        }
      ],
      "text": "OFFICE VISIT"
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "code": "394582007",
          "display": "Dermatology"
        }
      ]
    }
  ],
  "actor": [
    {
      "reference": "Practitioner/dr-y",
      "display": "Crusher, Beverly"
    }
  ],
  "planningHorizon": {
    "start": "2017-08-28",
    "end": "2018-08-28"
  }
}