{
"resourceType": "Patient",
"id": "c7e5a4b9-3f2d-4e1a-8b6c-9d8e7f5c2a1b",
"meta": {
"lastUpdated": "2023-10-15T14:30:00Z",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient",
"http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient"
]
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MB",
"display": "Member Number"
}
]
},
"system": "https://example-payer.com/member-ids",
"value": "987654321"
},
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
"code": "um",
"display": "Unique Member ID"
}
]
},
"system": "https://example-payer.com/unique-member-ids",
"value": "UM-987654321"
}
],
"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": "detailed",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2113-9",
"display": "Irish"
}
},
{
"url": "text",
"valueString": "White - Irish"
}
]
},
{
"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/us/core/StructureDefinition/us-core-birthsex",
"valueCode": "F"
}
],
"name": [
{
"family": "O'Sullivan",
"given": ["Siobhan", "Mary"]
}
],
"gender": "female",
"birthDate": "1985-08-23",
"address": [
{
"line": ["742 Evergreen Terrace"],
"city": "San Diego",
"state": "CA",
"postalCode": "92101"
}
],
"telecom": [
{
"system": "phone",
"value": "619-555-7890",
"use": "mobile"
},
{
"system": "email",
"value": "siobhan.osullivan@example.com"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
]
},
"preferred": true
}
]
}