FHIR R4 Location

This resource conforms to the resources US-Core StructureDefinition.

Request

GET [base]/fhir/Location/[id]

Parameters

Name Description Optional?
id The resource ID false

Response

{
    "id": 3997,
    "meta": {
        "lastUpdated": "2020-10-30T10:41:04-04:00",
        "profile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
        ]
    },
    "text": {
        "status": "generated",
        "div": "<p><strong>Name: </strong>ABBA Nursing  Home V<br><strong>Address: </strong>200 W Main St, Lexington, KY, 405071354</p>"
    },
    "name": "ABBA Nursing  Home V",
    "address": {
        "use": "work",
        "type": "both",
        "text": "200 W Main St, Lexington, KY, 405071354",
        "line": [
            "200 W Main St"
        ],
        "city": "Lexington",
        "district": "Fayette",
        "state": "KY",
        "postalCode": "405071354",
        "country": "USA"
    },
    "resourceType": "Location"
}