DaVinci PDEX Plan Net STU Ballot

This page is part of the DaVinci PDEX Plan Net (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

Example: patriotdental

{
  "resourceType" : "Organization",
  "id" : "patriotdental",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: patriotdental</p><p><b>meta</b>: </p><p><b>active</b>: true</p><p><b>type</b>: Health System <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/organization-type code 'pay' = 'Payer', given as 'Payer'})</span></p><p><b>name</b>: Patriot Dental Provider Network</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></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NPI",
            "display" : "Provider number",
            "userSelected" : true
          }
        ],
        "text" : "NPI"
      },
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1234444321",
      "assigner" : {
        "display" : "Centers for Medicare and Medicaid Services"
      }
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "pay",
          "display" : "Payer"
        }
      ],
      "text" : "Health System"
    }
  ],
  "name" : "Patriot Dental Provider Network",
  "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" : "07:00:00"
            },
            {
              "url" : "availableEndTime",
              "valueTime" : "18:00:00"
            }
          ],
          "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/contactpoint-availabletime"
        }
      ],
      "system" : "phone",
      "value" : "123-444-7890",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "latitude",
              "valueDecimal" : 38.897957
            },
            {
              "url" : "longitude",
              "valueDecimal" : -77.03656
            }
          ],
          "url" : "http://hl7.org/fhir/StructureDefinition/geolocation"
        }
      ],
      "use" : "work",
      "type" : "both",
      "text" : "1200 Pennsylvania Ave NW, Washington, DC 20006, USA",
      "line" : [
        "1200 Pennsylvania Ave NW"
      ],
      "city" : "Washington",
      "state" : "DC",
      "postalCode" : "20006",
      "country" : "USA",
      "period" : {
        "start" : "1932-02-22"
      }
    }
  ],
  "partOf" : {
    "reference" : "Organization/homeland",
    "display" : "Homeland Health Insurance"
  }
}