FHIR IG analytics| Package | fhir.test.data.r3 |
| Resource Type | Patient |
| Id | Patient-6529.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "6529",
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/Race",
"code": "2106-3",
"display": "White"
}
]
}
},
{
"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": "1007",
"display": "Atheism"
}
]
}
}
],
"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": "000006529"
}
],
"active": true,
"name": [
{
"family": "Shea",
"given": [
"Alan",
"Everett"
],
"suffix": [
"III"
]
}
],
"telecom": [
{
"system": "phone",
"value": "313-555-0522",
"use": "home"
},
{
"system": "phone",
"value": "313-555-1474",
"use": "mobile"
}
],
"gender": "male",
"birthDate": "1983-06-06",
"address": [
{
"use": "home",
"type": "postal",
"line": [
"627 S Elm Place"
],
"city": "Detroit",
"district": "Wayne County",
"state": "MI",
"postalCode": "48238"
}
]
}