STARS Implementation Guide
0.3.0 - ci-build

STARS Implementation Guide - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: location-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "location-example",
  "meta" : {
    "profile" : [
      🔗 "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-location"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<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><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>"
  },
  "extension" : [
    {
      "url" : "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/property-identification-code",
      "valueString" : "3XYT66FK"
    }
  ],
  "address" : {
    "line" : [
      "5 Portarlington Road"
    ],
    "city" : "East Geelong",
    "state" : "VIC",
    "postalCode" : "3220",
    "country" : "AUSTRALIA"
  },
  "position" : {
    "longitude" : 144.38793047229683,
    "latitude" : -38.15551350340945
  }
}