UnitedHealthcare · JSON-LD Context

Unitedhealthcare Provider Api Context

JSON-LD context defining the semantic vocabulary for Unitedhealthcare Provider Api from UnitedHealthcare.

14 Classes 13 Properties 4 Namespaces
View Context View on GitHub

Namespaces

uhc: https://api.uhcprovider.com/vocab#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
fhir: http://hl7.org/fhir/

Classes

memberId memberName coverageStatus planName groupNumber networkStatus claimNumber claimStatus authorizationNumber authorizationStatus EligibilityResponse ClaimInquiryResponse PriorAuthCheckResponse ProviderDemographics

Properties

Property Type Container
effectiveDate date
terminationDate date
deductible decimal
deductibleMet decimal
outOfPocketMax decimal
copay decimal
coinsurance decimal
billedAmount decimal
allowedAmount decimal
paidAmount decimal
paymentDate date
npi string
authorizationRequired boolean

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "uhc": "https://api.uhcprovider.com/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "fhir": "http://hl7.org/fhir/",
    "memberId": "uhc:memberId",
    "memberName": "uhc:memberName",
    "coverageStatus": "uhc:coverageStatus",
    "planName": "uhc:planName",
    "groupNumber": "uhc:groupNumber",
    "effectiveDate": {
      "@id": "uhc:effectiveDate",
      "@type": "xsd:date"
    },
    "terminationDate": {
      "@id": "uhc:terminationDate",
      "@type": "xsd:date"
    },
    "deductible": {
      "@id": "uhc:deductible",
      "@type": "xsd:decimal"
    },
    "deductibleMet": {
      "@id": "uhc:deductibleMet",
      "@type": "xsd:decimal"
    },
    "outOfPocketMax": {
      "@id": "uhc:outOfPocketMax",
      "@type": "xsd:decimal"
    },
    "copay": {
      "@id": "uhc:copay",
      "@type": "xsd:decimal"
    },
    "coinsurance": {
      "@id": "uhc:coinsurance",
      "@type": "xsd:decimal"
    },
    "networkStatus": "uhc:networkStatus",
    "claimNumber": "uhc:claimNumber",
    "claimStatus": "uhc:claimStatus",
    "billedAmount": {
      "@id": "uhc:billedAmount",
      "@type": "xsd:decimal"
    },
    "allowedAmount": {
      "@id": "uhc:allowedAmount",
      "@type": "xsd:decimal"
    },
    "paidAmount": {
      "@id": "uhc:paidAmount",
      "@type": "xsd:decimal"
    },
    "paymentDate": {
      "@id": "uhc:paymentDate",
      "@type": "xsd:date"
    },
    "npi": {
      "@id": "uhc:npi",
      "@type": "xsd:string"
    },
    "authorizationRequired": {
      "@id": "uhc:authorizationRequired",
      "@type": "xsd:boolean"
    },
    "authorizationNumber": "uhc:authorizationNumber",
    "authorizationStatus": "uhc:authorizationStatus",
    "EligibilityResponse": "uhc:EligibilityResponse",
    "ClaimInquiryResponse": "uhc:ClaimInquiryResponse",
    "PriorAuthCheckResponse": "uhc:PriorAuthCheckResponse",
    "ProviderDemographics": "uhc:ProviderDemographics"
  }
}