VhDir Implementation Guide CI Build: STU2 Ballot

This page is part of the Validated Healthcare Directory FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions

JSON Format: Organization-patriotppo

Raw json

{
  "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><b>Generated Narrative with Details</b></p><p><b>id</b>: patriotppo</p><p><b>meta</b>: </p><p><b>identifier</b>: Healthcare.gov Network ID = DCN001 (SECONDARY)</p><p><b>active</b>: true</p><p><b>type</b>: PPO <span style="background: LightGoldenRodYellow">(Details : {http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-network-type code 'ppo' = 'PPO', given as '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. Generated Summary: id: homeland; active; <span title="Codes: {http://terminology.hl7.org/CodeSystem/organization-type ins}">Health System</span>; name: Homeland Health Insurance</a></p><h3>Contacts</h3><table class="grid"><tr><td>-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td>*</td><td>Administrative <span style="background: LightGoldenRodYellow">(Details : {http://terminology.hl7.org/CodeSystem/contactentity-type code 'ADMIN' = 'Administrative', given as '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" : {
        "start" : "2012-03-11"
      }
    },
    {
      "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/location-reference",
      "valueReference" : {
        "reference" : "Location/wash-dc-metro",
        "display" : "Washington, DC metro area"
      }
    }
  ],
  "identifier" : [
    {
      "extension" : [
        {
          "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" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-network-type",
          "code" : "ppo",
          "display" : "PPO"
        }
      ]
    }
  ],
  "name" : "Patriot Preferred Provider Network",
  "alias" : [
    "Patriot PPO"
  ],
  "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"
    }
  ],
  "partOf" : {
    "reference" : "Organization/homeland",
    "display" : "Homeland Health Insurance"
  },
  "contact" : [
    {
      "purpose" : {
        "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" : [
            {
              "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"
                }
              ],
              "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-availabletime"
            }
          ],
          "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"
    }
  ]
}