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

{
  "resourceType" : "Practitioner",
  "id" : "practitioner1",
  "meta" : {
    "versionId" : "1",
    "profile" : [
      "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: practitioner1</p><p><b>meta</b>: </p><p><b>identifier</b>: NPI = 1234567893 (OFFICIAL)</p><p><b>active</b>: true</p><p><b>name</b>: George Washington(OFFICIAL)</p><p><b>telecom</b>: ph: 202-123-4567(MOBILE), george.washington@whitehouse.gov(HOME)</p><p><b>address</b>: 1600 Pennsylvania Ave NW, Washington, DC 20006, USA(HOME)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: Feb 22, 1932</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: Medical License number = MD12345 (OFFICIAL)</p><p><b>code</b>: MD <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v2-0360|2.7 code 'MD' = 'Doctor of Medicine', given as 'Doctor of Medicine'})</span></p><p><b>period</b>: Jul 15, 1959, 12:00:00 AM --&gt; Jul 15, 1961, 12:00:00 AM</p><p><b>issuer</b>: DC Board of Medicine</p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: 123456</p><p><b>code</b>: Certification in Internal Medicine <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v2-0360|2.7 code 'MD' = 'Doctor of Medicine', given as 'Doctor of Medicine'})</span></p><p><b>period</b>: Jul 20, 1971, 12:00:00 AM --&gt; Jul 20, 1981, 12:00:00 AM</p><p><b>issuer</b>: American Board of Internal Medicine</p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: 123456</p><p><b>code</b>: Certification in Cardiovascular Disease <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v2-0360|2.7 code 'MD' = 'Doctor of Medicine', given as 'Doctor of Medicine'})</span></p><p><b>period</b>: Jul 10, 1965, 12:00:00 AM --&gt; Jul 10, 1975, 12:00:00 AM</p><p><b>issuer</b>: American Board of Internal Medicine</p></blockquote><p><b>communication</b>: English <span style=\"background: LightGoldenRodYellow\">(Details : {urn:ietf:bcp:47 code 'en-US' = 'English (Region=United States)', given as 'English (United States)'})</span></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/accessibility",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/vhdir/CodeSystem/accessibility",
            "code" : "cultcomp",
            "display" : "Cultural competence",
            "userSelected" : true
          }
        ],
        "text" : "Coordinates care with tribal healers of the Piscataway People"
      }
    }
  ],
  "identifier" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status",
          "valueCode" : "active"
        }
      ],
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PRN",
            "display" : "Provider number",
            "userSelected" : true
          }
        ],
        "text" : "NPI"
      },
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "1234567893",
      "period" : {
        "start" : "2005-07-16T09:00:00-05:00"
      },
      "assigner" : {
        "display" : "CMS"
      }
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "text" : "George Washington",
      "family" : "Washington",
      "given" : [
        "George"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "202-123-4567",
      "use" : "mobile",
      "rank" : 1
    },
    {
      "system" : "email",
      "value" : "george.washington@whitehouse.gov",
      "use" : "home",
      "rank" : 1
    }
  ],
  "address" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "latitude",
              "valueDecimal" : 38.897957
            },
            {
              "url" : "longitude",
              "valueDecimal" : -77.03656
            }
          ],
          "url" : "http://hl7.org/fhir/StructureDefinition/geolocation"
        }
      ],
      "use" : "home",
      "type" : "both",
      "text" : "1600 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"
      }
    }
  ],
  "gender" : "male",
  "birthDate" : "1932-02-22",
  "qualification" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "status",
              "valueCoding" : {
                "system" : "http://hl7.org/fhir/resource-status",
                "code" : "active",
                "display" : "active"
              }
            },
            {
              "url" : "whereValid",
              "valueCodeableConcept" : {
                "coding" : [
                  {
                    "system" : "https://www.usps.com/",
                    "code" : "DC",
                    "display" : "District of Columbia",
                    "userSelected" : true
                  }
                ],
                "text" : "Washington, DC"
              }
            }
          ],
          "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/practitioner-qualification"
        }
      ],
      "identifier" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status",
              "valueCode" : "active"
            }
          ],
          "use" : "official",
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code" : "MD",
                "display" : "Medical License number",
                "userSelected" : true
              }
            ],
            "text" : "Medical License number"
          },
          "system" : "https://doh.dc.gov/bomed",
          "value" : "MD12345",
          "period" : {
            "start" : "1959-07-15",
            "end" : "1961-07-15"
          },
          "assigner" : {
            "display" : "DC Board of Medicine"
          }
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0360|2.7",
            "version" : "2.8.2",
            "code" : "MD",
            "display" : "Doctor of Medicine",
            "userSelected" : true
          }
        ],
        "text" : "MD"
      },
      "period" : {
        "start" : "1959-07-15",
        "end" : "1961-07-15"
      },
      "issuer" : {
        "display" : "DC Board of Medicine"
      }
    },
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "status",
              "valueCoding" : {
                "system" : "http://hl7.org/fhir/resource-status",
                "code" : "active",
                "display" : "active"
              }
            },
            {
              "extension" : [
                {
                  "url" : "status",
                  "valueCoding" : {
                    "code" : "active",
                    "display" : "active",
                    "userSelected" : true
                  }
                },
                {
                  "url" : "period",
                  "valuePeriod" : {
                    "start" : "1961-07-20",
                    "end" : "1971-07-20"
                  }
                }
              ],
              "url" : "history"
            }
          ],
          "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/practitioner-qualification"
        }
      ],
      "identifier" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status",
              "valueCode" : "active"
            }
          ],
          "system" : "http://www.abim.org/",
          "value" : "123456",
          "assigner" : {
            "display" : "American Board of Internal Medicine"
          }
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0360|2.7",
            "code" : "MD",
            "display" : "Doctor of Medicine",
            "userSelected" : true
          }
        ],
        "text" : "Certification in Internal Medicine"
      },
      "period" : {
        "start" : "1971-07-20",
        "end" : "1981-07-20"
      },
      "issuer" : {
        "display" : "American Board of Internal Medicine"
      }
    },
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "status",
              "valueCoding" : {
                "system" : "http://hl7.org/fhir/resource-status",
                "code" : "active",
                "display" : "active"
              }
            }
          ],
          "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/practitioner-qualification"
        }
      ],
      "identifier" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/identifier-status",
              "valueCode" : "active"
            }
          ],
          "system" : "http://www.abim.org/",
          "value" : "123456",
          "assigner" : {
            "display" : "American Board of Internal Medicine"
          }
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0360|2.7",
            "version" : "2.8.2",
            "code" : "MD",
            "display" : "Doctor of Medicine",
            "userSelected" : true
          }
        ],
        "text" : "Certification in Cardiovascular Disease"
      },
      "period" : {
        "start" : "1965-07-10",
        "end" : "1975-07-10"
      },
      "issuer" : {
        "display" : "American Board of Internal Medicine"
      }
    }
  ],
  "communication" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/uv/vhdir/StructureDefinition/communication-proficiency",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "code" : "5",
                "display" : "Native or bilingual proficiency",
                "userSelected" : true
              }
            ]
          }
        }
      ],
      "coding" : [
        {
          "system" : "urn:ietf:bcp:47",
          "code" : "en-US",
          "display" : "English (Region=United States)",
          "userSelected" : true
        }
      ],
      "text" : "English"
    }
  ]
}