STARS Implementation Guide
0.3.0 - ci-build

This page is part of the Csiro Stars (v0.3.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: location-example - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="location-example"/>
  <meta>
    <profile
             value="https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-location"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location location-example</b></p><a name="location-example"> </a><a name="hclocation-example"> </a><a name="location-example-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-csiro-stars-location.html">CSIRO STARS Location Profile</a></p></div><p><b>Australian Property Identification Code (PIC)</b>: 3XYT66FK</p><p><b>address</b>: 5 Portarlington Road East Geelong VIC 3220 AUSTRALIA </p><h3>Positions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style="display: none">*</td><td>144.38793047229683</td><td>-38.15551350340945</td></tr></table></div>
  </text>
  <extension
             url="https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/property-identification-code">
    <valueString value="3XYT66FK"/>
  </extension>
  <address>
    <line value="5 Portarlington Road"/>
    <city value="East Geelong"/>
    <state value="VIC"/>
    <postalCode value="3220"/>
    <country value="AUSTRALIA"/>
  </address>
  <position>
    <longitude value="144.38793047229683"/>
    <latitude value="-38.15551350340945"/>
  </position>
</Location>