FHIR IG analytics| Package | hl7.fhir.us.cardx-htn |
| Resource Type | Patient |
| Id | Patient-patient-example-Jake-Donald.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Jake M. Donald male, DoB: 1997-12-12 ( Medical Record Number: 1032890 (use: USUAL))
| Active: | true | ||
| Contact Details: |
| ||
{
"resourceType": "Patient",
"id": "patient-example-Jake-Donald",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://example.org",
"code": "MR",
"display": "Medical record number"
}
],
"text": "Medical Record Number"
},
"system": "http://hospital.smarthealthit.org",
"value": "1032890"
}
],
"active": true,
"name": [
{
"family": "Donald",
"given": [
"Jake",
"M."
]
}
],
"telecom": [
{
"system": "phone",
"value": "333-777-1234",
"use": "home"
},
{
"system": "email",
"value": "jake.donald@example.com"
}
],
"gender": "male",
"birthDate": "1997-12-12",
"address": [
{
"line": [
"49 South St"
],
"city": "Baltimore",
"state": "MD",
"postalCode": "74047",
"country": "US"
}
]
}