FHIR IG analytics| Package | hl7.fhir.us.pacio-rt |
| Resource Type | Patient |
| Id | Patient-RT-Patient-BSJ.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Betsy Smith-Johnson female, DoB: 1950-11-01 ( id: 10A3D58WH1600)
| Active: | true | Marital Status: | unmarried | ||
| Contact Details: |
| ||||
| Language: | English (preferred) | ||||
| Contact |
| ||||
| daughter: |
| ||||
| Links: |
| ||||
{
"resourceType": "Patient",
"id": "RT-Patient-BSJ",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/identifiers/patient",
"value": "10A3D58WH1600"
}
],
"active": true,
"name": [
{
"text": "Betsy Smith-Johnson",
"family": "Smith-Johnson",
"given": [
"Betsy"
]
}
],
"telecom": [
{
"system": "phone",
"value": "210-222-1111",
"use": "mobile"
}
],
"gender": "female",
"birthDate": "1950-11-01",
"address": [
{
"text": "111 Maple Ct, San Antonio, TX 78212"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "U"
}
]
},
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "SONC"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "C"
}
]
},
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "GUARD"
}
]
}
],
"name": {
"text": "Charles Johnson"
},
"telecom": [
{
"system": "phone",
"value": "(210) 222-3333"
}
],
"address": {
"text": "100 Montana St., San Antonio, TX 78203"
}
},
{
"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"
}
]
},
"preferred": true
}
],
"generalPractitioner": [
{
"reference": "Practitioner/RT-Practitioner-JohnSmith"
}
]
}