FHIR IG analytics| Package | surescripts.specialty |
| Resource Type | Patient |
| Id | SRxDataResponseExampleAcceleratorPatient.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "3b054051-0de8-4a1e-be72-84113b1650be",
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
],
"text": "Medical Record Number"
},
"system": "urn:oid:1.2.36.146.595.217.0.1",
"value": "12345",
"assigner": {
"display": "Acme Healthcare"
}
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Ramanujan",
"given": [
"Srinivasa",
"Aiyangar"
],
"prefix": [
"Mr."
]
}
],
"telecom": [
{
"system": "email",
"value": "myemail@yahoo.com",
"rank": 1
},
{
"system": "phone",
"value": "8005551212",
"rank": 1
},
{
"system": "phone",
"value": "5555551212",
"use": "home"
}
],
"gender": "male",
"birthDate": "1981-12-03",
"address": [
{
"type": "postal",
"line": [
"2234 My Street",
"No. 2234"
],
"city": "Beaverton",
"state": "OR",
"postalCode": "97008",
"country": "US"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en"
}
]
}
}
]
}