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

FHIR IG analytics

Packagehl7.fhir.be.public-health
Resource TypeAppointment
IdAppointment-ColonCancerScreeningAppointment.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

ResourceAppointment "ColonCancerScreeningAppointment"

Profile: Population Screening Appointment

status: booked

start: Mar 14, 2022, 11:00:00 PM

end: Mar 15, 2022, 10:59:00 PM

Participants

-ActorStatus
*Patient/JaneDoe " DOE"tentative

Source1

{
  "resourceType": "Appointment",
  "id": "ColonCancerScreeningAppointment",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/public-health/StructureDefinition/be-populationscreening-appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "booked",
  "start": "2022-03-15T00:00:00.000+02:00",
  "end": "2022-03-15T23:59:00.000+02:00",
  "participant": [
    {
      "actor": {
        "reference": "Patient/JaneDoe",
        "type": "Patient"
      },
      "status": "tentative"
    }
  ]
}