FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagecsiro.stars
Resource TypeLocation
IdLocation-location-example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Location location-example

Language: en

Profile: CSIRO STARS Location Profile

Australian Property Identification Code (PIC): 3XYT66FK

address: 5 Portarlington Road East Geelong VIC 3220 AUS

Positions

-LongitudeLatitude
*144.38793047229683-38.15551350340945

Source1

{
  "resourceType": "Location",
  "id": "location-example",
  "meta": {
    "profile": [
      "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-location"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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": "AUS"
  },
  "position": {
    "longitude": 144.38793047229683,
    "latitude": -38.15551350340945
  }
}