This page is part of the CARIN Blue Button Implementation Guide (v1.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions
Generated Narrative
identifier: Member Number: 1234-234-1243-12345678901, Unique Member ID: 1234-234-1243-12345678901u
active: true
name: Johnny Example1
telecom: ph: (301)666-1212
gender: male
birthDate: 1986-01-01
address: 123 Main Street Pittsburgh PA 12519
maritalStatus: unknown
| Field | Value |
| resourceType | "Patient" |
| id | "Patient1" |
| meta.profile[0] | "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient" |
| meta.lastUpdated | "2020-07-07T13:26:22.0314215+00:00" |
| identifier[0].type.coding[0].code | #MB |
| identifier[0].type.coding[0].system | "http://terminology.hl7.org/CodeSystem/v2-0203" |
| identifier[0].value | 1234-234-1243-12345678901 |
| identifier[0].system | "https://www.xxxhealthplan.com/fhir/memberidentifier" |
| identifier[1].type.coding[0].code | #um |
| identifier[1].type.coding[0].system | "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType" |
| identifier[1].value | 1234-234-1243-12345678901u |
| identifier[1].system | "https://www.xxxhealthplan.com/fhir/iniquememberidentifier" |
| language | "en-US" |
| active | "true" |
| name[0].family | "Example1" |
| name[0].given[0] | "Johnny" |
| telecom[0].system | "phone" |
| telecom[0].value | (301)666-1212 |
| telecom[0].rank | "2" |
| gender | "male" |
| birthDate | "1986-01-01" |
| address[0].type | "physical" |
| address[0].line[0] | "123 Main Street" |
| address[0].city | "Pittsburgh" |
| address[0].state | "PA" |
| address[0].postalCode | "12519" |
| maritalStatus.coding[0].code | #UNK |
| maritalStatus.coding[0].system | "http://terminology.hl7.org/CodeSystem/v3-NullFlavor" |