FHIR IG analytics| Package | csiro.stars |
| Resource Type | Location |
| Id | Location-location-example.json |
| FHIR Version | R5 |
No resources found
No resources found
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
| Longitude | Latitude |
| 144.38793047229683 | -38.15551350340945 |
{
"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
}
}