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

FHIR IG analytics

Packagehl7.fhir.fi.scheduling
Resource TypeAppointment
IdAppointment-appointment-status-extension-07.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 appointment-status-extension-07

Last updated: 2020-07-22 08:51:13+0300

status: Arrived

start: 2020-01-07 09:00:00+0300

end: 2020-01-07 09:20:00+0300

created: 2019-12-22 19:24:17+0300

participant

actor: Petri Potilas Male, DoB: 2010-10-11 ( urn:oid:1.2.246.21#101100A9277 (use: official, ))

status: Accepted

participant

actor: Practitioner Keijo Kätilö

status: Accepted


Source1

{
  "resourceType": "Appointment",
  "id": "appointment-status-extension-07",
  "meta": {
    "lastUpdated": "2020-07-22T08:51:13.431+03:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "arrived",
  "_status": {
    "extension": [
      {
        "url": "https://hl7.fi/fhir/finnish-scheduling/StructureDefinition/ajanvarauksen-tila",
        "valueCoding": {
          "system": "urn:oid:1.2.246.537.6.881",
          "code": "3",
          "display": "Varattu"
        }
      }
    ]
  },
  "start": "2020-01-07T09:00:00+03:00",
  "end": "2020-01-07T09:20:00+03:00",
  "created": "2019-12-22T19:24:17+03:00",
  "participant": [
    {
      "actor": {
        "reference": "Patient/patient-petri"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Practitioner/practitioner-keijo"
      },
      "status": "accepted"
    }
  ]
}