FHIR IG analytics| Package | hl7.fhir.us.carin-bb |
| Resource Type | Patient |
| Id | Patient-Patient2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient Patient2
Last updated: 2020-10-30 09:48:01-0400; Language: en-US
Profile: C4BB Patientversion: null2.2.0)
Member 01 Test Male, DoB: 1943-01-01 ( An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier.: 88800933501)
| Active: | true | Marital Status: | unknown | ||
| Contact Detail |
| ||||
| Language: | English (preferred) | ||||
| Links: |
| ||||
{
"resourceType": "Patient",
"id": "Patient2",
"meta": {
"lastUpdated": "2020-10-30T09:48:01.8512764-04:00",
"profile": [
"http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient|2.2.0"
]
},
"language": "en-US",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"version": "5.0.0",
"code": "MB",
"display": "Member Number"
}
],
"text": "An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier."
},
"system": "https://www.example.com/fhir/memberidentifier",
"value": "88800933501",
"assigner": {
"reference": "Organization/Payer2",
"display": "UPMC Health Plan"
}
}
],
"active": true,
"name": [
{
"family": "Test",
"given": [
"Member 01"
]
}
],
"telecom": [
{
"system": "phone",
"value": "5555555551",
"rank": 1
},
{
"system": "phone",
"value": "5555555552",
"rank": 2
},
{
"system": "phone",
"value": "5555555553",
"rank": 3
},
{
"system": "phone",
"value": "5555555554",
"rank": 4
},
{
"system": "phone",
"value": "5555555555",
"use": "home",
"rank": 5
},
{
"system": "phone",
"value": "5555555556",
"use": "work",
"rank": 6
},
{
"system": "email",
"value": "GXXX@example.com.com",
"rank": 7
},
{
"system": "fax",
"value": "5555555557",
"rank": 8
}
],
"gender": "male",
"birthDate": "1943-01-01",
"address": [
{
"type": "physical",
"line": [
"123 Main Street"
],
"city": "PITTSBURGH",
"state": "PA",
"postalCode": "15239"
},
{
"type": "physical",
"line": [
"456 Murray Avenue"
],
"city": "PITTSBURGH",
"state": "PA",
"postalCode": "15217"
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"code": "UNK"
}
],
"text": "unknown"
},
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en"
}
],
"text": "English"
},
"preferred": true
}
],
"managingOrganization": {
"reference": "Organization/Payer2",
"display": "UPMC Health Plan"
}
}