UnitedHealth Group · JSON Structure

Optum Fhir Practitioner Structure

FHIR R4 Practitioner resource from UnitedHealth Group provider directory implementing Da Vinci PDex Plan Net IG

Type: object Properties: 0
HealthcareHealth InsuranceFHIRClaimsInteroperabilityFortune 100

UnitedHealth Group FHIR Practitioner is a JSON Structure definition published by UnitedHealth Group. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/unitedhealth/refs/heads/main/json-structure/optum-fhir-practitioner-structure.json",
  "name": "UnitedHealth Group FHIR Practitioner",
  "type": "object",
  "description": "FHIR R4 Practitioner resource from UnitedHealth Group provider directory implementing Da Vinci PDex Plan Net IG",
  "fields": [
    {
      "name": "resourceType",
      "type": "string",
      "description": "FHIR resource type",
      "enum": [
        "Practitioner"
      ]
    },
    {
      "name": "id",
      "type": "string",
      "description": "Resource ID"
    },
    {
      "name": "identifier",
      "type": "array",
      "description": "Provider identifiers including NPI",
      "items": {
        "type": "object"
      }
    },
    {
      "name": "active",
      "type": "boolean",
      "description": "Active status"
    },
    {
      "name": "name",
      "type": "array",
      "description": "Provider name",
      "items": {
        "type": "object"
      }
    },
    {
      "name": "telecom",
      "type": "array",
      "description": "Contact details",
      "items": {
        "type": "object"
      }
    },
    {
      "name": "address",
      "type": "array",
      "description": "Practice addresses",
      "items": {
        "type": "object"
      }
    },
    {
      "name": "qualification",
      "type": "array",
      "description": "Credentials and certifications",
      "items": {
        "type": "object"
      }
    }
  ]
}