Example: Location as forwarder

Uit informatiestandaarden
< MedMij:V2020.01
Versie door Niek van Galen (overleg | bijdragen) op 22 nov 2022 om 13:35 (Beveiligde "MedMij:V2020.01/FHIR eAfspraak-LocationExample": Protect production page from accidental edits ([Bewerken=Alleen beheerders toestaan] (vervalt niet) [Hernoemen=Alleen beheerders toestaan] (vervalt niet)))
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
Naar navigatie springen Naar zoeken springen



If a Location is not registered as separate data in relation to Organization data at the source system (especially at General Practitioner Systems (Huisartsen Informatie Systeem)), a Location resource with minimal data should be constructed as a forwarder to the Organization resource where the Appointment will take place, in the following way:

<Location>
   <id value="locationresourceid" />
   <meta>
      <profile value="http://fhir.nl/fhir/StructureDefinition/nl-core-location" />
   </meta>
   <name value="Aesculaap" />
   <managingOrganization>
      <reference value="Organization/organizationresourceid" />
      <display value="Aesculaap" />
   </managingOrganization>
</Location>