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

FHIR IG analytics

Packagefhir.argonaut.scheduling
Resource TypeSchedule
IdSchedule-arg-s-6.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: arg-s-6

active: true

serviceType: WELL CHILD (Details : {http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type code 'well-child' = 'WELL CHILD', given as 'WELL CHILD'})

specialty: Family practice (Details : {SNOMED CT code '419772000' = 'Family practice (qualifier value)', given as 'Family practice'})

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

planningHorizon: 07/08/2017 12:00:00 AM --> 07/08/2017 12:00:00 AM

comment: two week schedule for Dr. Y


Source1

{
  "resourceType": "Schedule",
  "id": "arg-s-6",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type",
          "code": "well-child",
          "display": "WELL CHILD"
        }
      ],
      "text": "WELL CHILD"
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "419772000",
          "display": "Family practice"
        }
      ]
    }
  ],
  "actor": [
    {
      "reference": "Practitioner/dr-y",
      "display": "Dr. Y"
    }
  ],
  "planningHorizon": {
    "start": "2017-08-07",
    "end": "2017-08-07"
  },
  "comment": "two week schedule for Dr. Y"
}