wellcare-health-plans · JSON-LD Context

Wellcare Health Plans Context

JSON-LD context defining the semantic vocabulary for Wellcare Health Plans from wellcare-health-plans.

7 Classes 27 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

WellCareMember WellCareProvider WellCareOrganization WellCarePlan WellCareClaim WellCarePrescription WellCareImmunization

Properties

Property Type Container
memberId string
memberName string
memberBirthDate date
memberGender string
memberAddress schema:PostalAddress
planId string
planName string
planType string
planNetwork string
enrollmentStart date
enrollmentEnd date
claimId string
claimType string
serviceDate date
claimAmount decimal
benefitAmount decimal
npi string
providerName string
providerSpecialty
networkStatus string
rxNumber string
drugName string
drugCode string
prescribingProvider
icd10Code string
conditionName string
clinicalStatus string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "fhir": "http://hl7.org/fhir/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "wellcare": "https://www.wellcare.com/vocab#",

    "WellCareMember": "schema:Patient",
    "WellCareProvider": "schema:Physician",
    "WellCareOrganization": "schema:MedicalOrganization",
    "WellCarePlan": "schema:HealthInsurancePlan",
    "WellCareClaim": "schema:MedicalClaim",
    "WellCarePrescription": "schema:Drug",
    "WellCareImmunization": "schema:Immunization",

    "memberId": { "@id": "schema:memberOf", "@type": "xsd:string" },
    "memberName": { "@id": "schema:name", "@type": "xsd:string" },
    "memberBirthDate": { "@id": "schema:birthDate", "@type": "xsd:date" },
    "memberGender": { "@id": "schema:gender", "@type": "xsd:string" },
    "memberAddress": { "@id": "schema:address", "@type": "schema:PostalAddress" },

    "planId": { "@id": "schema:identifier", "@type": "xsd:string" },
    "planName": { "@id": "schema:name", "@type": "xsd:string" },
    "planType": { "@id": "wellcare:planType", "@type": "xsd:string" },
    "planNetwork": { "@id": "wellcare:networkType", "@type": "xsd:string" },
    "enrollmentStart": { "@id": "schema:validFrom", "@type": "xsd:date" },
    "enrollmentEnd": { "@id": "schema:validThrough", "@type": "xsd:date" },

    "claimId": { "@id": "schema:identifier", "@type": "xsd:string" },
    "claimType": { "@id": "wellcare:claimType", "@type": "xsd:string" },
    "serviceDate": { "@id": "schema:dateCreated", "@type": "xsd:date" },
    "claimAmount": { "@id": "schema:price", "@type": "xsd:decimal" },
    "benefitAmount": { "@id": "wellcare:benefitAmount", "@type": "xsd:decimal" },

    "npi": { "@id": "fhir:Practitioner.identifier", "@type": "xsd:string" },
    "providerName": { "@id": "schema:name", "@type": "xsd:string" },
    "providerSpecialty": { "@id": "schema:medicalSpecialty" },
    "networkStatus": { "@id": "wellcare:networkStatus", "@type": "xsd:string" },

    "rxNumber": { "@id": "schema:identifier", "@type": "xsd:string" },
    "drugName": { "@id": "schema:name", "@type": "xsd:string" },
    "drugCode": { "@id": "fhir:MedicationRequest.medication", "@type": "xsd:string" },
    "prescribingProvider": { "@id": "schema:performer" },

    "icd10Code": { "@id": "wellcare:icd10Code", "@type": "xsd:string" },
    "conditionName": { "@id": "schema:name", "@type": "xsd:string" },
    "clinicalStatus": { "@id": "wellcare:clinicalStatus", "@type": "xsd:string" }
  }
}