{ "resourceType": "Patient", "id": "patient-2", "active": false, "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "MR", "display": "Medical record number" } ], "text": "Health Connect Hospital MRN" }, "system": "urn:oid:1.2.345.6789", "value": "10002" }, { "use": "usual", "type": { "text": "FHIR" }, "system": "http://example.ehr.com/FHIR/StructureDefinition/patient-r4-fhir-id", "value": "aB1c.d2EFGH.I3JK4" } ], "link": [ { "other": { "reference": "Patient/patient-1", "display": "Example, Anne" }, "type": "replaced-by" } ], "name": [ { "use": "usual", "text": "Anne Onymous", "family": "Onymous", "given": [ "Anne" ] } ], "telecom": [ { "system": "phone", "value": "+447111111111", "use": "mobile" }, { "system": "phone", "value": "+441111222222", "use": "home" }, { "system": "email", "value": "anne.onymous@gmail.com", "rank": 1 } ], "gender": "female", "birthDate": "1970-05-01", "deceasedBoolean": false, "address": [ { "use": "home", "line": [ "1 Imaginary Lane" ], "city": "London", "postalCode": "N12 3AB", "country": "UK", "period": { "start": "2015-02-18" } } ], "maritalStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus", "code": "S", "display": "Never Married" } ], "text": "Married" }, "communication": [ { "language": { "coding": [ { "system": "urn:ietf:bcp:47", "code": "en", "display": "English" } ], "text": "English" }, "preferred": true } ], "generalPractitioner": [ { "reference": "Practitioner/practitioner-1", "type": "Practitioner", "display": "Dr Maria Hernandez" } ], "managingOrganization": { "reference": "Organization/organization-1", "display": "Health Connect General Practice" } }