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

FHIR IG analytics

Packagehl7.fhir.be.public-health
Resource TypeAppointment
IdAppointment-BK-2-invitation-example-invitation.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 "BK-2-invitation-example-invitation"

Profile: Population Screening Appointment

status: booked

start: Apr 8, 2021, 12:00:00 AM

end: Apr 8, 2021, 11:59:00 PM

participant

actor: Patient/JaneDoe " DOE"

status: tentative

participant

actor:

name: AZ Jan Palfijn Gent

address: HENRI DUNANTLAAN 5, 9000 GENT

status: accepted


Generated Narrative: Location #1

name: AZ Jan Palfijn Gent

address: HENRI DUNANTLAAN 5, 9000 GENT


Source1

{
  "resourceType": "Appointment",
  "id": "BK-2-invitation-example-invitation",
  "meta": {
    "profile": [
      "https://www.ehealth.fgov.be/standards/fhir/public-health/StructureDefinition/be-populationscreening-appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Location",
      "id": "1",
      "name": "AZ Jan Palfijn Gent",
      "address": {
        "text": "HENRI DUNANTLAAN 5, 9000 GENT",
        "line": [
          "HENRI DUNANTLAAN 5, 9000 GENT"
        ]
      }
    }
  ],
  "status": "booked",
  "start": "2021-04-08T00:00:00.000+02:00",
  "end": "2021-04-08T23:59:00.000+02:00",
  "participant": [
    {
      "actor": {
        "reference": "Patient/JaneDoe",
        "type": "Patient"
      },
      "status": "tentative"
    },
    {
      "actor": {
        "reference": "#1",
        "type": "Location"
      },
      "status": "accepted"
    }
  ]
}