Page status: draft updated 2024-12-11
Location
This page contains examples of request bodies for different kinds of locations.
Östergötlands län
Example of Location.
Location |
id : Location3 |
meta |
profile : http://electronichealth.se/fhir/hvo/StructureDefinition/HVOLocation |
status : active |
name : Östergötland |
physicalType |
coding |
code : area |
{ "resourceType": "Location", "id": "Location3", "meta": { "profile": [ "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOLocation" ] }, "status": "active", "name": "Östergötland", "physicalType": { "coding": [ { "code": "area" } ] } }
Linköping kommun
Example of Location.
Location |
id : Location4 |
meta |
profile : http://electronichealth.se/fhir/hvo/StructureDefinition/HVOLocation |
status : active |
name : Linköping |
physicalType |
coding |
code : area |
partOf |
reference : Location/Location3 |
{ "resourceType": "Location", "id": "Location4", "meta": { "profile": [ "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOLocation" ] }, "status": "active", "name": "Linköping", "physicalType": { "coding": [ { "code": "area" } ] }, "partOf": { "reference": "Location/Location3" } }
US, Linköping
Example of Location.
Location |
id : Location1 |
meta |
profile : http://electronichealth.se/fhir/hvo/StructureDefinition/HVOLocation |
position |
longitude : 15.6233 |
latitude : 58.402 |
status : active |
name : US, Linköping |
physicalType |
coding |
code : si |
partOf |
reference : Location/Location4 |
Command 'json' could not render: Project was not found for Organization/Location1.
Avdelning C117 Hjärtmedicin, Kardiologiska kliniken US, Linköping
Example of Location.
Location |
id : Location2 |
meta |
profile : http://electronichealth.se/fhir/hvo/StructureDefinition/HVOLocation |
status : active |
name : Avdelning C117 Hjärtmedicin, Kardiologiska kliniken US, Linköping |
partOf |
reference : Location/Location1 |
physicalType |
coding |
code : wa |
{ "resourceType": "Location", "id": "Location2", "meta": { "profile": [ "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOLocation" ] }, "status": "active", "name": "Avdelning C117 Hjärtmedicin, Kardiologiska kliniken US, Linköping", "partOf": { "reference": "Location/Location1" }, "physicalType": { "coding": [ { "code": "wa" } ] } }