FHIR IG analytics| Package | fhir.paciosampledata |
| Resource Type | Patient |
| Id | Patient-patient-VioletGartner01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient patient-VioletGartner01
Language: en-US
Profile: US Core Patient Profile
Gartner, Violet Female, DoB: 2008-10-01 ( Social Security Number: SSN#111-45-6677)
| Active: | true | ||
| Contact Detail |
| ||
{
"resourceType": "Patient",
"id": "patient-VioletGartner01",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "SS",
"display": "Social Security Number"
}
],
"text": "Social Security Number"
},
"system": "http://hl7.org/fhir/sid/us-ssn",
"value": "111-45-6677"
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "Gartner, Violet",
"family": "Gartner",
"given": [
"Violet"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(555) 333-4444",
"use": "mobile"
}
],
"gender": "female",
"birthDate": "2008-10-01",
"address": [
{
"text": "15935 Mack Avenue, Detroit, MI 48224",
"line": [
"15935 Mack Avenue"
],
"city": "Detroit",
"state": "MI",
"postalCode": "48224",
"country": "US"
}
]
}