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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "patriotppo"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-network"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/vhdir/StructureDefinition/vhdir-network> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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 (use: secondary, )</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>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/organization-period"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2012-03-11"^^xsd:date ] ] # This network has been active since March 11, 2012
] ) ; #
fhir:identifier ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "active" ] ] ) ; # An identifier for this network, assigned during the qualified health plan application process
fhir:use [ fhir:v "secondary" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NIIP" ] ;
fhir:display [ fhir:v "National Insurance Payor Identifier (Payor)" ] ] ) ;
fhir:text [ fhir:v "Healthcare.gov Network ID" ] ] ;
fhir:system [ fhir:v "https://www.qhpcertification.cms.gov/s/QHP"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DCN001" ] ;
fhir:assigner [
fhir:display [ fhir:v "Centers for Medicare and Medicaid Services" ] ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/vhdir/CodeSystem/network-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ppo" ] ;
fhir:display [ fhir:v "PPO" ] ] ) # This network is a preferred provider network
] ) ; # This network is active
fhir:name [ fhir:v "Patriot Preferred Provider Network"] ; #
fhir:alias ( [ fhir:v "Patriot PPO"] ) ; # The name of this network
fhir:address ( [
fhir:use [ fhir:v "work" ] ; # An address for this network is 101 Independence Ave SE, Washington, DC 20540
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "101 Independence Ave SE, Washington, DC 20540" ] ;
( fhir:line [ fhir:v "101 Independence Ave SE" ] ) ;
fhir:city [ fhir:v "Washington" ] ;
fhir:state [ fhir:v "DC" ] ;
fhir:postalCode [ fhir:v "20540" ] ;
fhir:country [ fhir:v "USA" ]
] ) ; # An alias for this network
fhir:partOf [
fhir:reference [ fhir:v "Organization/homeland" ] ; # This network is owned by Homeland Health Insurance
fhir:display [ fhir:v "Homeland Health Insurance" ]
] ; #
fhir:contact ( [
fhir:purpose [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ADMIN" ] ;
fhir:display [ fhir:v "Administrative" ] ] ) ] ; # For administrative inquiries, contact James Madison at 202-010-1234, Mon-Fri, 9:00 am - 5:00 pm
fhir:name [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "James Madison" ] ;
fhir:family [ fhir:v "Madison" ] ;
( fhir:given [ fhir:v "James" ] ) ] ;
( fhir:telecom [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-availabletime"^^xsd:anyURI ] ;
( fhir:extension [
fhir:url [ fhir:v "daysOfWeek"^^xsd:anyURI ] ;
fhir:value [ fhir:v "mon" ] ] [
fhir:url [ fhir:v "daysOfWeek"^^xsd:anyURI ] ;
fhir:value [ fhir:v "tue" ] ] [
fhir:url [ fhir:v "daysOfWeek"^^xsd:anyURI ] ;
fhir:value [ fhir:v "wed" ] ] [
fhir:url [ fhir:v "daysOfWeek"^^xsd:anyURI ] ;
fhir:value [ fhir:v "thu" ] ] [
fhir:url [ fhir:v "daysOfWeek"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fri" ] ] [
fhir:url [ fhir:v "availableStartTime"^^xsd:anyURI ] ;
fhir:value [ fhir:v "09:00:00"^^xsd:time ] ] [
fhir:url [ fhir:v "availableEndTime"^^xsd:anyURI ] ;
fhir:value [ fhir:v "17:00:00"^^xsd:time ] ] ) ] ) ;
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "202-010-1234" ] ;
fhir:use [ fhir:v "work" ] ] ) ;
fhir:address [
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "both" ] ;
fhir:text [ fhir:v "101 Independence Ave SE, Washington, DC 20540" ] ;
( fhir:line [ fhir:v "101 Independence Ave SE" ] ) ;
fhir:city [ fhir:v "Washington" ] ;
fhir:state [ fhir:v "DC" ] ;
fhir:postalCode [ fhir:v "20540" ] ;
fhir:country [ fhir:v "USA" ] ]
] ) ; #
fhir:endpoint ( [
fhir:display [ fhir:v "homelandinsurance.org/services/network" ] # A link to Homeland Health Insurance's public API
] ) . #
IG © 2022+ HL7 International / Patient Administration. Package hl7.fhir.uv.vhdir#1.0.0 based on FHIR 4.0.1. Generated 2024-08-26
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change