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

FHIR IG analytics

Packagekvdigital.terminsynchronisation-tvs
Resource TypeAppointment
IdKBV_PR_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Appointment_Example_Minimum.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

Diese Appointment-Instanz enthält einen Termin am 2024-01-14 von 12:15 bis 12:45 Uhr für das Leistungsmerkmal 20 (Arztgruppe)

Source1

{
  "resourceType": "Appointment",
  "id": "0286855c-b49c-48b4-9775-58b6cb031aed",
  "meta": {
    "versionId": "1",
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Appointment|1.0.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Appointment_Booked_By",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Roles",
            "version": "1.0.0",
            "code": "​Patient",
            "display": "Patient"
          }
        ]
      }
    }
  ],
  "status": "booked",
  "_priority": {
    "extension": [
      {
        "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Urgency",
        "valueCoding": {
          "system": "http://snomed.info/sct",
          "code": "709122007",
          "display": "As soon as possible"
        }
      }
    ]
  },
  "start": "2024-01-14T12:15:00+01:00",
  "end": "2024-01-14T12:45:00+01:00",
  "slot": [
    {
      "reference": "urn:uuid:643dc2af-2ba0-4fdd-bcd5-d0aac69c700f"
    }
  ],
  "created": "2024-01-29T09:23:05+02:00",
  "basedOn": [
    {
      "identifier": {
        "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_116117_TERMINSERVICE_Vermittlungscode",
        "value": "XN6PF4HPZ5KX"
      }
    }
  ],
  "participant": [
    {
      "actor": {
        "reference": "https://fhir.kbv.de/PractitionerRole/123456789",
        "type": "PractitionerRole"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "urn:uuid:529c2a3a-7f3c-4d17-9f15-595b29b4cf9c",
        "type": "Patient"
      },
      "status": "accepted"
    }
  ]
}