Patient Example

{
    "resourceType": "Patient",
    "id": "f5ee3187-56d4-b080-e831-abfaef1ca9e3",
    "meta": {
        "profile":  [
            "https://example.org/fhir/StructureDefinition/StrategnosysPatient"
        ]
    },
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "extension":  [
        {
            "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": "2106-3",
                        "display": "White"
                    }
                },
                {
                    "url": "text",
                    "valueString": "White"
                }
            ]
        },
        {
            "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity",
            "extension":  [
                {
                    "url": "ombCategory",
                    "valueCoding": {
                        "system": "urn:oid:2.16.840.1.113883.6.238",
                        "code": "2186-5",
                        "display": "Not Hispanic or Latino"
                    }
                },
                {
                    "url": "text",
                    "valueString": "Not Hispanic or Latino"
                }
            ]
        },
        {
            "url": "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName",
            "valueString": "Lashaun800 Wolff180"
        },
        {
            "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
            "valueCode": "M"
        },
        {
            "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
            "valueAddress": {
                "city": "Chicopee",
                "state": "Massachusetts",
                "country": "US"
            }
        },
        {
            "url": "http://synthetichealth.github.io/synthea/disability-adjusted-life-years",
            "valueDecimal": 0.15993047332434487
        },
        {
            "url": "http://synthetichealth.github.io/synthea/quality-adjusted-life-years",
            "valueDecimal": 50.840069526675656
        }
    ],
    "identifier":  [
        {
            "system": "https://github.com/synthetichealth/synthea",
            "value": "f5ee3187-56d4-b080-e831-abfaef1ca9e3"
        },
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "MR",
                        "display": "Medical Record Number"
                    }
                ],
                "text": "Medical Record Number"
            },
            "system": "http://hospital.smarthealthit.org",
            "value": "f5ee3187-56d4-b080-e831-abfaef1ca9e3"
        },
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "SS",
                        "display": "Social Security Number"
                    }
                ],
                "text": "Social Security Number"
            },
            "system": "http://hl7.org/fhir/sid/us-ssn",
            "value": "999-58-6421"
        },
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "DL",
                        "display": "Driver's license number"
                    }
                ],
                "text": "Driver's license number"
            },
            "system": "urn:oid:2.16.840.1.113883.4.3.25",
            "value": "S99960015"
        },
        {
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "PPN",
                        "display": "Passport Number"
                    }
                ],
                "text": "Passport Number"
            },
            "system": "http://standardhealthrecord.org/fhir/StructureDefinition/passportNumber",
            "value": "X67733074X"
        }
    ],
    "name":  [
        {
            "use": "official",
            "family": "Jenkins714",
            "given":  [
                "Andrea7",
                "Jonah176"
            ],
            "prefix":  [
                "Mr."
            ]
        }
    ],
    "telecom":  [
        {
            "system": "phone",
            "value": "555-198-9367",
            "use": "home"
        }
    ],
    "gender": "male",
    "birthDate": "1961-12-14",
    "deceasedDateTime": "01/09/2013 16:00:35",
    "address":  [
        {
            "extension":  [
                {
                    "url": "http://hl7.org/fhir/StructureDefinition/geolocation",
                    "extension":  [
                        {
                            "url": "latitude",
                            "valueDecimal": 42.166120061927614
                        },
                        {
                            "url": "longitude",
                            "valueDecimal": -71.08888307304422
                        }
                    ]
                }
            ],
            "use": "home",
            "line":  [
                "579 Kemmer Mews Unit 8"
            ],
            "city": "Randolph",
            "state": "MA",
            "postalCode": "02368",
            "country": "US"
        }
    ],
    "maritalStatus": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
                "code": "M",
                "display": "Married"
            }
        ],
        "text": "Married"
    },
    "multipleBirthBoolean": false,
    "communication":  [
        {
            "language": {
                "coding":  [
                    {
                        "system": "urn:ietf:bcp:47",
                        "code": "en-US",
                        "display": "English (United States)"
                    }
                ],
                "text": "English (United States)"
            }
        }
    ]
}