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: independencerehab

{
  "resourceType" : "Organization",
  "id" : "independencerehab",
  "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>: independencerehab</p><p><b>meta</b>: </p><p><b>active</b>: true</p><p><b>type</b>: Rehabilitation services provider <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/organization-type code 'prov' = 'Healthcare Provider', given as 'Healthcare Provider'})</span></p><p><b>name</b>: Independence Rehabilitation Services, Inc.</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" : "1234664321",
      "assigner" : {
        "display" : "Centers for Medicare and Medicaid Services"
      }
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ],
      "text" : "Rehabilitation services provider"
    }
  ],
  "name" : "Independence Rehabilitation Services, Inc.",
  "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-456-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" : "1500 Pennsylvania Ave NW, Washington, DC 20006, USA",
      "line" : [
        "1600 Pennsylvania Ave NW"
      ],
      "city" : "Washington",
      "state" : "DC",
      "postalCode" : "20006",
      "country" : "USA",
      "period" : {
        "start" : "1932-02-22"
      }
    }
  ]
}