FHIR R4 Patient

This resource conforms to the US-Core Patient StructureDefinition.

Request

GET [base]/fhir/Patient/[id]

Parameters

Name Description Optional?
id The patients external UUID false

Response

{
    "id": "659426d2-094d-468f-b8ac-f2f9a813e3e1",
    "meta": {
        "profile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
        ]
    },
    "text": {
        "status": "generated",
        "div": "<ul>\n<li>\n<strong>Patient Name</strong><p>Alice Jones Newman</p>\n</li>\n<li>\n<strong>Date of Birth</strong><p>1970-05-01</p>\n</li>\n<li>\n<strong>Gender</strong><p>female</p>\n</li>\n<li>\n<strong>Birth Sex</strong><p>F</p>\n</li>\n<li>\n<strong>Race</strong><p>White, European</p>\n</li>\n<li>\n<strong>Ethnicity</strong><p>Not Hispanic or Latino</p>\n</li>\n<li>\n<strong>Religion</strong><p>Christian (non-Catholic, non-specific)</p>\n</li>\n<li>\n<strong>Preferred Language</strong><p>English</p>\n</li>\n<li>\n<strong>Gender Identitiy</strong><p></p>\n</li>\n<li>\n<strong>Sexual Orientation</strong><p></p>\n</li>\n<li>\n<strong>Home Phone</strong><p>5557231544</p>\n</li>\n<li>\n<strong>Mobile Phone</strong><p>5557771234</p>\n</li>\n<li>\n<strong>Address</strong><p>1357 Amber Dr, Beaverton, OR, 97006</p>\n</li>\n<li>\n<strong>Social Security Number</strong><p>***-**-8989</p>\n</li>\n<li>\n<strong>Driver's License Number</strong><p></p>\n</li>\n</ul>"
    },
    "extension": [
        {
            "extension": [
                {
                    "url": "ombCategory",
                    "valueCoding": {
                        "system": "urn:oid:2.16.840.1.113883.6.238",
                        "code": "2106-3",
                        "display": "White"
                    }
                },
                {
                    "url": "detailed",
                    "valueCoding": {
                        "system": "urn:oid:2.16.840.1.113883.6.238",
                        "code": "2108-9",
                        "display": "European"
                    }
                }
            ],
            "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
        },
        {
            "extension": [
                {
                    "url": "ombCategory",
                    "valueCoding": {
                        "system": "urn:oid:2.16.840.1.113883.6.238",
                        "code": "2186-5",
                        "display": "Not Hispanic or Latino"
                    }
                }
            ],
            "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
        },
        {
            "url": "http://hl7.org/fhir/StructureDefinition/patient-religion",
            "valueCodeableConcept": {
                "coding": [
                    {
                        "system": "http://terminology.hl7.org/ValueSet/v3-ReligiousAffiliation",
                        "code": "1013",
                        "display": "Christian (non-Catholic, non-specific)"
                    }
                ],
                "text": "Christian (non-Catholic, non-specific)"
            }
        },
        {
            "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
            "valueCode": "F"
        },
        {
            "url": "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity",
            "valueCodeableConcept": {
                "coding": [
                    {
                        "code": "Unknown"
                    }
                ]
            }
        },
        {
            "url": "http://hl7.org/fhir/StructureDefinition/patient-sexualOrientation",
            "valueCodeableConcept": {
                "coding": [
                    {
                        "code": "Unknown"
                    }
                ]
            }
        }
    ],
    "identifier": [
        {
            "use": "secondary",
            "type": {
                "coding": [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "DL",
                        "display": "Driver's license number"
                    }
                ],
                "text": "Patient Driver's License Number: "
            }
        },
        {
            "use": "usual",
            "type": {
                "coding": [
                    {
                        "system": "http://hl7.org/fhir/sid/us-ssn",
                        "code": "SB",
                        "display": "Social Security Number"
                    }
                ],
                "text": "Patient Social Security Number: 989898989"
            },
            "value": "989898989"
        }
    ],
    "active": false,
    "name": [
        {
            "use": "usual",
            "text": "Alice Jones Newman",
            "family": "Newman",
            "given": [
                "Alice",
                "Jones"
            ]
        },
        {
            "use": "official",
            "text": "Newman, Alice Jones",
            "family": "Newman",
            "given": [
                "Alicia",
                "Jones"
            ]
        }
    ],
    "telecom": [
        {
            "system": "phone",
            "value": "5557231544",
            "use": "home"
        },
        {
            "system": "phone",
            "value": "5557231544 (H)",
            "use": "home"
        },
        {
            "system": "phone",
            "value": "5557771234",
            "use": "mobile"
        }
    ],
    "gender": "female",
    "birthDate": "1970-05-01",
    "deceasedBoolean": false,
    "address": [
        {
            "use": "home",
            "type": "both",
            "text": "1357 Amber Dr, Beaverton, OR, 97006",
            "line": [
                "1357 Amber Dr"
            ],
            "city": "Beaverton",
            "district": "Baltimore City",
            "state": "OR",
            "postalCode": "97006",
            "country": "USA"
        }
    ],
    "maritalStatus": {
        "coding": [
            {
                "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
                "code": "M",
                "display": "Married"
            }
        ],
        "text": "Marital Status: Married"
    },
    "communication": [
        {
            "language": {
                "coding": [
                    {
                        "system": "urn:ietf:bcp:47",
                        "code": "en",
                        "display": "English"
                    }
                ],
                "text": "English"
            },
            "preferred": true
        }
    ],
    "managingOrganization": {
        "reference": "https://staging.consoloservices.com/fhir/Organization/de9c21d8-31be-4161-a24b-e829073901bb",
        "type": "Organization",
        "display": "Demo"
    },
    "resourceType": "Patient"
}
}