FHIR IG analytics| Package | hl7.fhir.us.insurance-card |
| Resource Type | Patient |
| Id | Patient-Example-Patient2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient Example-Patient2
Last updated: 2020-07-07 13:26:22+0000; Language: en-US
Profile: C4DIC Patient
Jane Doe Female, DoB: 1990-11-12 ( Member Number)
| Active: | true | Marital Status: | Married | ||
| Contact Detail |
| ||||
{
"resourceType": "Patient",
"id": "Example-Patient2",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-Patient"
]
},
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MB"
}
]
},
"system": "https://www.xxxhealthplan.com/fhir/memberidentifier",
"value": "1234-234-1243-1238473074"
}
],
"active": true,
"name": [
{
"family": "Doe",
"given": [
"Jane"
]
}
],
"telecom": [
{
"system": "phone",
"value": "(301)444-1212",
"rank": 2
}
],
"gender": "female",
"birthDate": "1990-11-12",
"address": [
{
"type": "physical",
"line": [
"123 Main Street"
],
"city": "Pittsburgh",
"state": "PA",
"postalCode": "12519"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code": "M"
}
]
}
}