Validated Healthcare Directory, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "patriotppo",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-network"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization patriotppo</b></p><a name=\"patriotppo\"> </a><a name=\"hcpatriotppo\"> </a><a name=\"patriotppo-en-US\"> </a><p><b>identifier</b>: Healthcare.gov Network ID/DCN001\u00a0(use:\u00a0secondary,\u00a0)</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/vhdir/CodeSystem/network-type ppo}\">PPO</span></p><p><b>name</b>: Patriot Preferred Provider Network</p><p><b>alias</b>: Patriot PPO</p><p><b>address</b>: 101 Independence Ave SE, Washington, DC 20540(work)</p><p><b>partOf</b>: <a href=\"Organization-homeland.html\">Homeland Health Insurance</a></p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type ADMIN}\">Administrative</span></td><td>James Madison</td><td>ph: 202-010-1234(Work)</td><td>101 Independence Ave SE, Washington, DC 20540(work)</td></tr></table><p><b>endpoint</b>: homelandinsurance.org/services/network</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/organization-period",
"valuePeriod" : // This network has been active since March 11, 2012
{
"start" : "2012-03-11"
}
}
],
"identifier" : [
{
"extension" : [
// An identifier for this network, assigned during the qualified health plan application process
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status",
"valueCode" : "active"
}
],
"use" : "secondary",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NIIP",
"display" : "National Insurance Payor Identifier (Payor)"
}
],
"text" : "Healthcare.gov Network ID"
},
"system" : "https://www.qhpcertification.cms.gov/s/QHP",
"value" : "DCN001",
"assigner" : {
"display" : "Centers for Medicare and Medicaid Services"
}
}
],
"active" : true,
"type" : [
// This network is active
{
"coding" : [
// This network is a preferred provider network
{
"system" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/network-type",
"code" : "ppo",
"display" : "PPO"
}
]
}
],
"name" : "Patriot Preferred Provider Network",
"alias" : [
"Patriot PPO"
],
"address" : [
// The name of this network
// An alias for this network
{
"use" : "work",
"type" : "both",
"text" : "101 Independence Ave SE, Washington, DC 20540",
"line" : [
"101 Independence Ave SE"
],
"city" : "Washington",
"state" : "DC",
"postalCode" : "20540",
"country" : "USA"
}
],
"partOf" : // An address for this network is 101 Independence Ave SE, Washington, DC 20540
{
🔗 "reference" : "Organization/homeland",
"display" : "Homeland Health Insurance"
},
"contact" : [
// This network is owned by Homeland Health Insurance
{
"purpose" : // For administrative inquiries, contact James Madison at 202-010-1234, Mon-Fri, 9:00 am - 5:00 pm
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/contactentity-type",
"code" : "ADMIN",
"display" : "Administrative"
}
]
},
"name" : {
"use" : "usual",
"text" : "James Madison",
"family" : "Madison",
"given" : [
"James"
]
},
"telecom" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-availabletime",
"extension" : [
{
"url" : "daysOfWeek",
"valueCode" : "mon"
},
{
"url" : "daysOfWeek",
"valueCode" : "tue"
},
{
"url" : "daysOfWeek",
"valueCode" : "wed"
},
{
"url" : "daysOfWeek",
"valueCode" : "thu"
},
{
"url" : "daysOfWeek",
"valueCode" : "fri"
},
{
"url" : "availableStartTime",
"valueTime" : "09:00:00"
},
{
"url" : "availableEndTime",
"valueTime" : "17:00:00"
}
]
}
],
"system" : "phone",
"value" : "202-010-1234",
"use" : "work"
}
],
"address" : {
"use" : "work",
"type" : "both",
"text" : "101 Independence Ave SE, Washington, DC 20540",
"line" : [
"101 Independence Ave SE"
],
"city" : "Washington",
"state" : "DC",
"postalCode" : "20540",
"country" : "USA"
}
}
],
"endpoint" : [
{
"display" : "homelandinsurance.org/services/network"
}
]
}