Termin (Appointment)

Für den Export wird das Profil KBV_PR_MIO_DIGA_Appointment des KBV MIO Toolkits verwendet.

Beispiel

<Appointment xmlns="http://hl7.org/fhir">
    <id value="vimumCareAppointment" />
    <meta>
        <versionId value="1" />
        <lastUpdated value="2021-11-22T23:29:23.356+01:00" />
        <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_DIGA_Appointment|1.1.0" />
    </meta>
    <identifier>
        <type>
            <coding>
                <system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
                <version value="2.9" />
                <code value="RI" />
                <display value="Resource identifier" />
            </coding>
        </type>
        <system value="urn:ietf:rfc:3986" />
        <value value="vimumCareAppointment" />
    </identifier>
    <status value="booked" />
    <start value="2023-01-01T09:00:00.0000+01:00" />
    <end value="2023-01-01T10:00:00.0000+01:00" />
    <comment value="Hier koennen Notizen fuer diesen Termin erfasst werden" />
    <participant>
        <actor>
            <reference value="Patient/vimumCarePatient" />
        </actor>
        <status value="accepted" />
    </participant>
</Appointment>