FHIR R4 Organization

This resource conforms to the resources US-Core StructureDefinition.

Request

GET [base]/fhir/Organization/[id]

Parameters

Name Description Optional?
id The resource ID false

Response

{
    "id": "eceddb95-7127-4af0-baf0-3f806ad1ffda",
    "meta": {
        "lastUpdated": "2020-11-23T23:06:48+00:00",
        "profile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
        ]
    },
    "text": {
        "status": "generated",
        "div": "<p><strong>Northeast:</strong> 123 Any Street, Somecity, TN, 385011111</p>"
    },
    "identifier": [
        {
            "system": "http://hl7.org/fhir/sid/us-npi",
            "value": "142536"
        }
    ],
    "active": true,
    "name": "Northeast",
    "alias": [
        "Consolo Demo"
    ],
    "telecom": [
        {
            "system": "phone",
            "value": "1869556086",
            "use": "work"
        },
        {
            "system": "phone",
            "use": "work"
        },
        {
            "system": "fax",
            "use": "work"
        },
        {
            "system": "email",
            "use": "work"
        }
    ],
    "address": [
        {
            "use": "work",
            "type": "both",
            "text": "123 Any Street, Somecity, TN, 385011111",
            "line": [
                "123 Any Street"
            ],
            "city": "Somecity",
            "state": "TN",
            "postalCode": "385011111",
            "country": "USA"
        }
    ],
    "partOf": {
        "reference": "Organization/agency-23935e63-f31c-478d-8786-7ca712f40d21",
        "type": "Organization",
        "display": "Consolo Demo"
    },
    "resourceType": "Organization"
}