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

FHIR IG analytics

Packageihe.pcc.maps.us
Resource TypeAppointment
IdAppointment-activity-3.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: Appointment activity-3

status: Proposed

reasonReference: Condition

description: The home delivery.

participant

actor: Amanda Alvarez

required: Required

status: Accepted

participant

type: attender

actor: Mavis Midwife

required: Required

status: Accepted

requestedPeriod: 2022-04-20 --> 2022-04-20


Source1

{
  "resourceType": "Appointment",
  "id": "activity-3",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "proposed",
  "reasonReference": [
    {
      "reference": "Condition/p1"
    }
  ],
  "description": "The home delivery.",
  "participant": [
    {
      "actor": {
        "reference": "Patient/ex-Patient-AmandaAlvarez",
        "display": "Amanda Alvarez"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ATND"
            }
          ]
        }
      ],
      "actor": {
        "reference": "Practitioner/pr1",
        "display": "Mavis Midwife"
      },
      "required": "required",
      "status": "accepted"
    }
  ],
  "requestedPeriod": [
    {
      "start": "2022-04-20",
      "end": "2022-04-20"
    }
  ]
}