FHIR IG analytics| Package | hl7.fhir.us.davinci-pct |
| Resource Type | Organization |
| Id | Organization-org1001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization org1001
Profile: PCT Organization
identifier: Electronic Transmitter Identification Number/ETIN-3200002
active: true
type: Payer
name: Umbrella Insurance Company
telecom: ph: 860-547-5001(Work)
address: 680 Asylum Street Hartford CT 06155 US
{
"resourceType": "Organization",
"id": "org1001",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pct/StructureDefinition/davinci-pct-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ETIN"
}
]
},
"value": "ETIN-3200002"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "pay",
"display": "Payer"
}
]
}
],
"name": "Umbrella Insurance Company",
"telecom": [
{
"system": "phone",
"value": "860-547-5001",
"use": "work"
}
],
"address": [
{
"line": [
"680 Asylum Street"
],
"city": "Hartford",
"state": "CT",
"postalCode": "06155",
"country": "US"
}
]
}