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

FHIR IG analytics

Packagekbv.ita.aws
Resource TypeAppointment
IdBSP_KBV_PR_AW_Termin.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

Termin für Patient zum Gesundsheits-Checkup am 20.01.2021 um 10:30 Uhr

Source1

{
  "resourceType": "Appointment",
  "id": "3270",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-08-11T16:03:00+00:00",
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Termin|1.2.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Termin_Terminserie",
      "valueTiming": {
        "repeat": {
          "count": 3
        }
      }
    }
  ],
  "status": "booked",
  "serviceType": [
    {
      "text": "Gesundheits-Checkup"
    }
  ],
  "start": "2021-01-20T10:30:00+01:00",
  "end": "2021-01-20T10:50:00+01:00",
  "comment": "incl. großem Blutbild",
  "participant": [
    {
      "actor": {
        "reference": "Practitioner/3153"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Patient/3181"
      },
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "LOC"
            }
          ]
        }
      ],
      "actor": {
        "reference": "Location/3171"
      },
      "status": "accepted"
    }
  ]
}