FHIR IG analytics| Package | fhir.test.data.r3 |
| Resource Type | Patient |
| Id | Patient-1122.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "1122",
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/Race",
"code": "2028-9",
"display": "Asian"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/us-core-ethnicity",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/Ethnicity",
"code": "2186-5",
"display": "Not Hispanic or Latino"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/us-core-religion",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/ReligiousAffiliation",
"code": "1059",
"display": "Zen Buddhism"
}
]
}
}
],
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/identifier-type",
"code": "SB",
"display": "Social Beneficiary Identifier"
}
],
"text": "US Social Security Number"
},
"system": "http://hl7.org/fhir/sid/us-ssn",
"value": "000002359"
}
],
"active": true,
"name": [
{
"family": "Chen",
"given": [
"Joan",
"Frances"
]
}
],
"telecom": [
{
"system": "phone",
"value": "616-555-1033",
"use": "home"
},
{
"system": "phone",
"value": "616-555-9073",
"use": "mobile"
}
],
"gender": "female",
"birthDate": "1987-09-06",
"address": [
{
"use": "home",
"type": "postal",
"line": [
"899 S Lake Street"
],
"city": "Grand Rapids",
"district": "Kent County",
"state": "MI",
"postalCode": "49503"
}
]
}