FHIR R4 Practitioner

This resource conforms to the resources US-Core StructureDefinition.

Request

GET [base]/fhir/Practitioner/[id]

Parameters

Name Description Optional?
id The resource ID false

Response

{
    "id": "ce55d1c6-f1c2-4440-81fc-959713404175",
    "meta": {
        "profile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
        ]
    },
    "text": {
        "status": "generated",
        "div": "<strong>charles kleinheksel</strong><p>(NPI: 1234567893)</p>"
    },
    "identifier": [
        {
            "system": "http://hl7.org/fhir/sid/us-npi",
            "value": "1234567893"
        }
    ],
    "name": [
        {
            "use": "usual",
            "text": "charles kleinheksel",
            "family": "kleinheksel",
            "given": [
                "charles"
            ]
        }
    ],
    "telecom": [
        {
            "system": "phone",
            "use": "home"
        },
        {
            "system": "phone",
            "use": "home"
        },
        {
            "system": "fax",
            "use": "work"
        },
        {
            "system": "phone",
            "value": "8645780110",
            "use": "work"
        },
        {
            "system": "phone",
            "use": "mobile"
        },
        {
            "system": "email",
            "use": "home"
        }
    ],
    "gender": "male",
    "birthDate": "1947-01-01",
    "resourceType": "Practitioner"
}