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

FHIR IG analytics

Packagefhir.argonaut.scheduling
Resource TypeAppointment
IdAppointment-proposed-appt1a-3.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: proposed-appt1a-3

meta:

status: proposed

serviceType: Office Call (Details : {http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type code 'consult' = 'CONSULTATION', given as 'CONSULTATION'})

appointmentType: Routine (Details : {http://hl7.org/fhir/v2/0276 code 'ROUTINE' = 'Routine appointment - default if not valued)

start: 17/07/2017 2:00:00 AM

end: 17/07/2017 2:15:00 AM

participant

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

required: required

status: needs-action

participant

actor: Napa Office

required: required

status: needs-action

requestedPeriod: 16/07/2017 6:00:00 AM --> 18/07/2017 6:00:00 AM


Source1

{
  "resourceType": "Appointment",
  "id": "proposed-appt1a-3",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut-scheduling/StructureDefinition/argo-appt"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "proposed",
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://fhir.org/guides/argonaut-scheduling/CodeSystem/visit-type",
          "code": "consult",
          "display": "CONSULTATION"
        }
      ],
      "text": "Office Call"
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/v2/0276",
        "code": "ROUTINE"
      }
    ],
    "text": "Routine"
  },
  "start": "2017-07-17T02:00:00Z",
  "end": "2017-07-17T02:15:00Z",
  "participant": [
    {
      "actor": {
        "reference": "Practitioner/dr-y",
        "display": "Dr Y"
      },
      "required": "required",
      "status": "needs-action"
    },
    {
      "actor": {
        "display": "Napa Office"
      },
      "required": "required",
      "status": "needs-action"
    }
  ],
  "requestedPeriod": [
    {
      "start": "2017-07-15T20:00:00Z",
      "end": "2017-07-17T20:00:00Z"
    }
  ]
}