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

FHIR IG analytics

Packagech.fhir.ig.ch-etoc
Resource TypeAppointment
IdAppointment-AppointmentHospitalStay.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 AppointmentHospitalStay

status: Proposed

patientInstruction: Wunschtermin der Patientin

Participants

-ActorStatus
*Location Innere Medizin Happy HospitalTentative

requestedPeriod: 2019-04-01 15:00:00+0000 --> 2019-04-01 15:30:00+0000


Source1

{
  "resourceType": "Appointment",
  "id": "AppointmentHospitalStay",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "proposed",
  "patientInstruction": "Wunschtermin der Patientin",
  "participant": [
    {
      "actor": {
        "reference": "Location/LocationHospitalStay"
      },
      "status": "tentative"
    }
  ],
  "requestedPeriod": [
    {
      "start": "2019-04-01T15:00:00.000+00:00",
      "end": "2019-04-01T15:30:00.000+00:00"
    }
  ]
}