FHIR IG analytics| Package | hl7.fhir.uv.cardx-htn-mng |
| Resource Type | Patient |
| Id | Patient-patient-example-Sally-Sue.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-example-Sally-Sue
Sally V. Sue Female, DoB: 1954-02-20 ( Medical Record Number: 1032702 (use: usual, ))
| Active: | true | ||
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "patient-example-Sally-Sue",
"meta": {
"security": [
{
"system": "http://example.org",
"code": "HTEST",
"display": "test health data"
}
]
},
"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": "1032702"
}
],
"active": true,
"name": [
{
"family": "Sue",
"given": [
"Sally",
"V."
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "home"
},
{
"system": "email",
"value": "sally.sue@example.com"
}
],
"gender": "female",
"birthDate": "1954-02-20",
"address": [
{
"line": [
"49 Meadow St"
],
"city": "Mounds",
"state": "MD",
"postalCode": "74047",
"country": "US"
}
]
}