FHIR IG analytics| Package | hl7.fhir.us.pacio-toc |
| Resource Type | Patient |
| Id | Patient-Example-Smith-Johnson-Patient1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient Example-Smith-Johnson-Patient1
Last updated: 2021-03-29 14:25:34-0500; Language: en-US
Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#10A3D58WH1600)
| Active: | true | Marital Status: | unknown | ||
| Other Id: | Medical Record Number/1032702 (use: usual, ) | ||||
| Contact Detail |
| ||||
| Language: | English (preferred) | ||||
| son: |
| ||||
| daughter: |
| ||||
| US Core Race Extension: |
| ||||
{
"resourceType": "Patient",
"id": "Example-Smith-Johnson-Patient1",
"meta": {
"lastUpdated": "2021-03-29T14:25:34.001-05:00",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|8.0.1"
]
},
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2106-3",
"display": "White"
}
},
{
"url": "text",
"valueString": "White"
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
],
"text": "Medical Record Number"
},
"system": "http://hospital.example.org",
"value": "1032702"
},
{
"system": "http://hl7.org/fhir/sid/us-medicare",
"value": "10A3D58WH1600"
}
],
"active": true,
"name": [
{
"use": "usual",
"text": "Smith-Johnson, Betsy",
"family": "Smith-Johnson",
"given": [
"Betsy"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "home"
},
{
"system": "phone",
"value": "(410) 444-5555"
}
],
"gender": "female",
"birthDate": "1958-11-01",
"address": [
{
"text": "111 Maple Ct, Grand Rapids, MI 49503",
"line": [
"111 Maple Ct"
],
"city": "Grand Rapids",
"state": "MI",
"postalCode": "49503",
"country": "US",
"period": {
"start": "2016-12-06"
}
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"code": "UNK"
}
]
},
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "SONC"
}
]
}
],
"name": {
"text": "Charles Johnson"
},
"telecom": [
{
"system": "phone",
"value": "(210) 222-3333"
}
],
"address": {
"text": "111 Maple Ct, Grand Rapids, MI 49503"
}
},
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "DAUC"
}
]
}
],
"name": {
"text": "Debra Johnson"
},
"telecom": [
{
"system": "phone",
"value": "(410) 444-5555"
}
],
"address": {
"text": "333 W. Camden St., Baltimore, MD 21201"
}
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
]
},
"preferred": true
}
]
}