Universal American · JSON-LD Context

Universal American Context

JSON-LD context defining the semantic vocabulary for Universal American from Universal American.

4 Classes 12 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ua: https://api-evangelist.github.io/universal-american/vocabulary#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

MedicareAdvantagePlan PrescriptionDrugPlan AccountableCareOrganization MedicareBeneficiary

Properties

Property Type Container
MedicareAdvantageOrganization
planId string
contractNumber string
serviceArea string
formulary
network
premium decimal
deductible decimal
name
description
address
telephone

JSON-LD Document

universal-american-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ua": "https://api-evangelist.github.io/universal-american/vocabulary#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "MedicareAdvantageOrganization": {
      "@id": "schema:HealthInsuranceOrganization",
      "rdfs:comment": "An organization offering Medicare Advantage plans"
    },
    "MedicareAdvantagePlan": "ua:MedicareAdvantagePlan",
    "PrescriptionDrugPlan": "ua:PrescriptionDrugPlan",
    "AccountableCareOrganization": "ua:AccountableCareOrganization",
    "MedicareBeneficiary": "ua:MedicareBeneficiary",

    "planId": {
      "@id": "ua:planId",
      "@type": "xsd:string"
    },
    "contractNumber": {
      "@id": "ua:contractNumber",
      "@type": "xsd:string"
    },
    "serviceArea": {
      "@id": "ua:serviceArea",
      "@type": "xsd:string"
    },
    "formulary": {
      "@id": "ua:formulary"
    },
    "network": {
      "@id": "ua:network"
    },
    "premium": {
      "@id": "ua:premium",
      "@type": "xsd:decimal"
    },
    "deductible": {
      "@id": "ua:deductible",
      "@type": "xsd:decimal"
    },
    "name": {
      "@id": "schema:name"
    },
    "description": {
      "@id": "schema:description"
    },
    "address": {
      "@id": "schema:address"
    },
    "telephone": {
      "@id": "schema:telephone"
    }
  }
}