Guide d'implémentation Fr Core
2.2.0-ballot - ballot France flag

Guide d'implémentation Fr Core - Local Development build (v2.2.0-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: FRCoreLocationExample - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="loc-radiologie-z"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narratif généré : Localisation loc-radiologie-z</b></p><a name="loc-radiologie-z"> </a><a name="hcloc-radiologie-z"> </a><p><b>identifier</b>: <code>urn:oid:1.2.250.1.1.1.2</code>/HOSPZ-RADIO (use: official, )</p><p><b>status</b>: Active</p><p><b>name</b>: Centre de radiologie Hôpital Z</p><p><b>description</b>: Imagerie médicale, radiographies, scanners, IRM</p><p><b>mode</b>: Instance</p><p><b>telecom</b>: <a href="mailto:radiologie@hosp-z.fr">radiologie@hosp-z.fr</a></p><p><b>address</b>: 10 rue de la Santé Paris 75014 FRA </p><p><b>physicalType</b>: <span title="Codes:{https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-physical-type BTMNT}">Bâtiment</span></p><h3>Positions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td><td><b>Altitude</b></td></tr><tr><td style="display: none">*</td><td>2.3333</td><td>48.8333</td><td>35</td></tr></table><p><b>managingOrganization</b>: <a href="Organization-FRCoreOrganizationExample.html">Organization HOPITAL INTERCOMMUNAL DE LA PRESQU'ILE G</a></p></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="urn:oid:1.2.250.1.1.1.2"/>
    <value value="HOSPZ-RADIO"/>
  </identifier>
  <status value="active"/>
  <name value="Centre de radiologie Hôpital Z"/>
  <description value="Imagerie médicale, radiographies, scanners, IRM"/>
  <mode value="instance"/>
  <telecom>
    <system value="email"/>
    <value value="radiologie@hosp-z.fr"/>
  </telecom>
  <address>
    <line value="10 rue de la Santé"/>
    <city value="Paris"/>
    <district value="14e arrondissement"/>
    <postalCode value="75014"/>
    <country value="FRA"/>
  </address>
  <physicalType>
    <coding>
      <system
              value="https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-location-physical-type"/>
      <code value="BTMNT"/>
      <display value="Bâtiment"/>
    </coding>
  </physicalType>
  <position>
    <longitude value="2.3333"/>
    <latitude value="48.8333"/>
    <altitude value="35"/>
  </position>
  <managingOrganization>🔗 
    <reference value="Organization/FRCoreOrganizationExample"/>
  </managingOrganization>
</Location>