{ "resourceType": "Patient", "id": "Example-Smith-Johnson-Patient1", "meta": { "lastUpdated": "2021-03-29T14:25:34.001-05:00", "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient" ] }, "language": "en-US", "text": { "status": "generated", "div": "

Generated Narrative

identifier: id: 047e62ccf09d4b39a8add708a69b7f38

active: true

name: Betsy Smith-Johnson

telecom: BetsySJ@example.com

gender: female

birthDate: 1950-11-15

address: 111 Maple Court San Antonio TX 78212 US (HOME)

maritalStatus: unknown

Communications

-LanguagePreferred
*Englishtrue
" }, "identifier": [ { "system": "urn:oid:2.16.840.1.113883.4.823.1", "value": "047e62ccf09d4b39a8add708a69b7f38" } ], "active": true, "name": [ { "use": "usual", "family": "Smith-Johnson", "given": [ "Betsy" ] } ], "telecom": [ { "system": "email", "value": "BetsySJ@example.com", "use": "home" } ], "gender": "female", "birthDate": "1950-11-15", "address": [ { "use": "home", "type": "physical", "line": [ "111 Maple Court" ], "city": "San Antonio", "state": "TX", "postalCode": "78212", "country": "US" } ], "maritalStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", "code": "UNK" } ] }, "communication": [ { "language": { "coding": [ { "system": "urn:ietf:bcp:47", "code": "en", "display": "English" } ] }, "preferred": true } ] }