FHIR IG analytics| Package | hl7.fhir.us.phcp |
| Resource Type | Patient |
| Id | Patient-phcp-patient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Identifier | 1032702 |
| Address |
49 Meadow St
Mounds OK US |
| Date of birth | 20 February 2007 |
{
"resourceType": "Patient",
"id": "phcp-patient-example",
"meta": {
"versionId": "3",
"lastUpdated": "2020-09-02T20:26:03.581+00:00",
"source": "#vzzApV891IBknHPP",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "http://hospital.smarthealthit.org",
"value": "1032702"
}
],
"active": true,
"name": [
{
"family": "Shaw",
"given": [
"Amy",
"V."
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "home"
},
{
"system": "email",
"value": "amy.shaw@example.com"
}
],
"gender": "female",
"birthDate": "2007-02-20",
"address": [
{
"line": [
"49 Meadow St"
],
"city": "Mounds",
"state": "OK",
"postalCode": "74047",
"country": "US"
}
]
}