Patient Examples

table

Patient.id[0]example
Patient.text[0].status[0]generated
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml"> <table> <tbody> <tr> <td>Name</td> <td>Peter James <b>Chalmers</b> (&quot;Jim&quot;) </td> </tr> <tr> <td>Address</td> <td>534 Erewhon, Pleasantville, Vic, 3999</td> </tr> <tr> <td>Contacts</td> <td>Home: unknown. Work: (03) 5555 6473</td> </tr> <tr> <td>Id</td> <td>MRN: 12345 (Acme Healthcare)</td> </tr> </tbody> </table> </div>
Patient.identifier[0].use[0]usual
Patient.identifier[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0203
Patient.identifier[0].type[0].coding[0].code[0]MR
Patient.identifier[0].system[0]urn:oid:1.2.36.146.595.217.0.1
Patient.identifier[0].value[0]12345
Patient.identifier[0].period[0].start[0]2001-05-06
Patient.identifier[0].assigner[0].display[0]Acme Healthcare
Patient.active[0]True
Patient.name[0].use[0]official
Patient.name[0].family[0]Chalmers
Patient.name[0].given[0]Peter
Patient.name[0].given[1]James
Patient.name[1].use[0]usual
Patient.name[1].given[0]Jim
Patient.name[2].use[0]maiden
Patient.name[2].family[0]Windsor
Patient.name[2].given[0]Peter
Patient.name[2].given[1]James
Patient.name[2].period[0].end[0]2002
Patient.telecom[0].use[0]home
Patient.telecom[1].system[0]phone
Patient.telecom[1].value[0](03) 5555 6473
Patient.telecom[1].use[0]work
Patient.telecom[1].rank[0]1
Patient.telecom[2].system[0]phone
Patient.telecom[2].value[0](03) 3410 5613
Patient.telecom[2].use[0]mobile
Patient.telecom[2].rank[0]2
Patient.telecom[3].system[0]phone
Patient.telecom[3].value[0](03) 5555 8834
Patient.telecom[3].use[0]old
Patient.telecom[3].period[0].end[0]2014
Patient.gender[0]male
Patient.birthDate[0]1974-12-25
Patient.birthDate[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/patient-birthTime
Patient.birthDate[0].extension[0].value[0]1974-12-25T14:35:45-05:00
Patient.deceased[0]False
Patient.address[0].use[0]home
Patient.address[0].type[0]both
Patient.address[0].text[0]534 Erewhon St PeasantVille, Rainbow, Vic 3999
Patient.address[0].line[0]534 Erewhon St
Patient.address[0].city[0]PleasantVille
Patient.address[0].district[0]Rainbow
Patient.address[0].state[0]Vic
Patient.address[0].postalCode[0]3999
Patient.address[0].period[0].start[0]1974-12-25
Patient.contact[0].relationship[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0131
Patient.contact[0].relationship[0].coding[0].code[0]N
Patient.contact[0].name[0].family[0]du Marché
Patient.contact[0].name[0].family[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/humanname-own-prefix
Patient.contact[0].name[0].family[0].extension[0].value[0]VV
Patient.contact[0].name[0].given[0]Bénédicte
Patient.contact[0].telecom[0].system[0]phone
Patient.contact[0].telecom[0].value[0]+33 (237) 998327
Patient.contact[0].address[0].use[0]home
Patient.contact[0].address[0].type[0]both
Patient.contact[0].address[0].line[0]534 Erewhon St
Patient.contact[0].address[0].city[0]PleasantVille
Patient.contact[0].address[0].district[0]Rainbow
Patient.contact[0].address[0].state[0]Vic
Patient.contact[0].address[0].postalCode[0]3999
Patient.contact[0].address[0].period[0].start[0]1974-12-25
Patient.contact[0].gender[0]female
Patient.contact[0].period[0].start[0]2012
Patient.managingOrganization[0].reference[0]Organization/1

json

{
    "resourceType": "Patient",
    "id": "example",
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "identifier":  [
        {
            "use": "usual",
            "type": {
                "coding":  [
                    {
                        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                        "code": "MR"
                    }
                ]
            },
            "system": "urn:oid:1.2.36.146.595.217.0.1",
            "value": "12345",
            "period": {
                "start": "2001-05-06"
            },
            "assigner": {
                "display": "Acme Healthcare"
            }
        }
    ],
    "active": true,
    "name":  [
        {
            "use": "official",
            "family": "Chalmers",
            "given":  [
                "Peter",
                "James"
            ]
        },
        {
            "use": "usual",
            "given":  [
                "Jim"
            ]
        },
        {
            "use": "maiden",
            "family": "Windsor",
            "given":  [
                "Peter",
                "James"
            ],
            "period": {
                "end": "2002"
            }
        }
    ],
    "telecom":  [
        {
            "use": "home"
        },
        {
            "system": "phone",
            "value": "(03) 5555 6473",
            "use": "work",
            "rank": 1
        },
        {
            "system": "phone",
            "value": "(03) 3410 5613",
            "use": "mobile",
            "rank": 2
        },
        {
            "system": "phone",
            "value": "(03) 5555 8834",
            "use": "old",
            "period": {
                "end": "2014"
            }
        }
    ],
    "gender": "male",
    "birthDate": "1974-12-25",
    "_birthDate": {
        "extension":  [
            {
                "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
                "valueDateTime": "1974-12-25T14:35:45-05:00"
            }
        ]
    },
    "deceasedBoolean": false,
    "address":  [
        {
            "use": "home",
            "type": "both",
            "text": "534 Erewhon St PeasantVille, Rainbow, Vic  3999",
            "line":  [
                "534 Erewhon St"
            ],
            "city": "PleasantVille",
            "district": "Rainbow",
            "state": "Vic",
            "postalCode": "3999",
            "period": {
                "start": "1974-12-25"
            }
        }
    ],
    "contact":  [
        {
            "relationship":  [
                {
                    "coding":  [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
                            "code": "N"
                        }
                    ]
                }
            ],
            "name": {
                "family": "du Marché",
                "_family": {
                    "extension":  [
                        {
                            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
                            "valueString": "VV"
                        }
                    ]
                },
                "given":  [
                    "Bénédicte"
                ]
            },
            "telecom":  [
                {
                    "system": "phone",
                    "value": "+33 (237) 998327"
                }
            ],
            "address": {
                "use": "home",
                "type": "both",
                "line":  [
                    "534 Erewhon St"
                ],
                "city": "PleasantVille",
                "district": "Rainbow",
                "state": "Vic",
                "postalCode": "3999",
                "period": {
                    "start": "1974-12-25"
                }
            },
            "gender": "female",
            "period": {
                "start": "2012"
            }
        }
    ],
    "managingOrganization": {
        "reference": "Organization/1"
    }
}