MedMij:V2020.01/FHIR eAfspraak-LocationExample: verschil tussen versies

Uit informatiestandaarden
Naar navigatie springen Naar zoeken springen
(MM-2714 Example added when the Location isn't supported at eAfspraak)
 
k (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)))
 
(2 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
__NOINDEX__
 
 
__NUMBEREDHEADINGS__
 
__NUMBEREDHEADINGS__
 
{{DISPLAYTITLE:Example: Location as forwarder}}
 
{{DISPLAYTITLE:Example: Location as forwarder}}
{{MedMij:Vprepub-2020.01/Issuebox_FHIR_IG}}
+
{{MedMij:V2020.01/Issuebox_FHIR_IG}}
  
 
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:
 
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:

Huidige versie van 22 nov 2022 om 13:35



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>