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_Maximum.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-27 von 10:15 bis 10:30 Uhr für die Leistungsmerkmale 09 (Arztgruppe) und 341 (WBO)

Source1

{
  "resourceType": "Appointment",
  "id": "eac5e3b4-9d20-4fa1-a900-cb27f4ea8fb6",
  "meta": {
    "versionId": "2",
    "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_Base_Role_Care_Team",
            "version": "1.7.0",
            "code": "HA",
            "display": "Hausarzt/-ärztin"
          }
        ]
      }
    }
  ],
  "status": "cancelled",
  "cancelationReason": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/appointment-cancellation-reason",
        "code": "prov",
        "display": "Provider"
      }
    ]
  },
  "serviceType": [
    {
      "coding": [
        {
          "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BAS_FACHGEBIET_GROB",
          "code": "09",
          "display": "Kinderarzt / Kinderärztin"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BAR2_WBO",
          "code": "341",
          "display": "FÄ/FA Kinder- und Jugendmedizin"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_116117_TERMINSERVICE_Services",
          "code": "L001",
          "display": "Früherkennungsuntersuchungen Kinder und Jugendliche"
        }
      ]
    }
  ],
  "_priority": {
    "extension": [
      {
        "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Urgency",
        "valueCoding": {
          "system": "http://snomed.info/sct",
          "code": "103391001",
          "display": "Urgent"
        }
      }
    ]
  },
  "start": "2024-01-27T10:15:00+01:00",
  "end": "2024-01-27T10:30:00+01:00",
  "slot": [
    {
      "reference": "urn:uuid:643dc2af-2ba0-4fdd-bcd5-d0aac69c700f"
    }
  ],
  "created": "2024-01-05T11:34:15+02:00",
  "comment": "Patient allergisch gegen Latex",
  "basedOn": [
    {
      "identifier": {
        "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_116117_TERMINSERVICE_Vermittlungscode",
        "value": "XN6P-F4HP-Z5KX"
      }
    }
  ],
  "participant": [
    {
      "actor": {
        "reference": "https://fhir.kbv.de/PractitionerRole/123456789-1122334",
        "type": "PractitionerRole"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "urn:uuid:f28714b1-627d-426e-88ae-e348076d9738",
        "type": "Patient"
      },
      "status": "accepted"
    }
  ]
}