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
{
    "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
{
    "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
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
{
    "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"
            }
        ]
    }
}