FHIR IG analytics| Package | hl7.fhir.us.pacio-pfe |
| Resource Type | Patient |
| Id | Patient-PFEIG-patientBSJ1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient PFEIG-patientBSJ1
Language: en
Betsy Smith-Johnson Female, DoB Unknown ( http://example.org/identifiers/patient#10A3D58WH1600)
| Active: | true | Marital Status: | unmarried | ||
| Contact Detail |
| ||||
| Language: | English (preferred) | ||||
| Contact: |
| ||||
| Links: |
| ||||
{
"resourceType": "Patient",
"id": "PFEIG-patientBSJ1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0"
]
},
"language": "en",
"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",
"address": [
{
"text": "111 Maple Ct, San Antonio, TX 78212"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "U"
}
]
},
"contact": [
{
"name": {
"text": "Charles Johnson"
},
"telecom": [
{
"system": "phone",
"value": "(210) 222-3333"
}
],
"address": {
"text": "100 Montana St., San Antonio, TX 78203"
}
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en"
}
]
},
"preferred": true
}
],
"generalPractitioner": [
{
"reference": "Practitioner/PFEIG-Practitioner-JohnSmith"
}
]
}