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

FHIR IG analytics

Packagekbv.basis
Resource TypeAppointment
IdAppointment-e0c668a6-ecfb-4d41-ae08-157c9d31664d.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 FHIR-Instanz des Profils TEST_PR_Base_Appointment repräsentiert einen geplanten, mittlerweile durchgeführten Termin für ein Ruhe-EKG durch einen Kardiologen am 31. Mai 2023 um 10:15 Uhr als Teil einer Folgeuntersuchung. Die Untersuchung dauerte 10 Minuten.

Source1

{
  "resourceType": "Appointment",
  "id": "e0c668a6-ecfb-4d41-ae08-157c9d31664d",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "fulfilled",
  "serviceCategory": [
    {
      "coding": [
        {
          "code": "27",
          "system": "http://terminology.hl7.org/CodeSystem/service-category",
          "display": "Specialist Medical"
        }
      ]
    }
  ],
  "serviceType": [
    {
      "coding": [
        {
          "code": "165",
          "system": "http://terminology.hl7.org/CodeSystem/service-type",
          "display": "Cardiology"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "version": "1.03",
          "code": "28",
          "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BAR2_ARZTNRFACHGRUPPE",
          "display": "Kardiologie"
        },
        {
          "version": "1.5.4",
          "code": "0300",
          "system": "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert",
          "display": "Kardiologie"
        }
      ],
      "text": "Kardiologie"
    }
  ],
  "appointmentType": {
    "coding": [
      {
        "code": "FOLLOWUP",
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
        "display": "A follow up visit from a previous appointment"
      }
    ]
  },
  "reasonCode": [
    {
      "coding": [
        {
          "code": "29303009",
          "system": "http://snomed.info/sct",
          "display": "Electrocardiographic procedure (procedure)"
        }
      ]
    }
  ],
  "reasonReference": [
    {
      "reference": "Procedure/cf40ede2-ca3b-4937-b761-871ab9786a53"
    }
  ],
  "priority": 10,
  "description": "EKG Follow Up",
  "start": "2023-05-31T10:15:00+00:00",
  "end": "2023-05-31T10:40:00+00:00",
  "minutesDuration": 15,
  "created": "2023-05-27",
  "comment": "Ruhe EKG",
  "patientInstruction": "Implantatausweis mitbringen",
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "code": "ATND",
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "display": "attender"
            }
          ]
        }
      ],
      "actor": {
        "reference": "Patient/904e04d0-c9f2-4edd-b734-c3526f015000"
      },
      "required": "required",
      "status": "accepted"
    }
  ]
}