UnitedHealth Group · JSON-LD Context

Unitedhealth Optum Api Context

JSON-LD context defining the semantic vocabulary for Unitedhealth Optum Api from UnitedHealth Group.

21 Classes 1 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

resourceType id identifier name gender address telecom status total entry link billablePeriod subscriberId Patient Bundle ExplanationOfBenefit Coverage Practitioner Organization MedicationKnowledge Condition

Properties

Property Type Container
birthDate date

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "fhir": "http://hl7.org/fhir/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "uh": "https://api.uhc.com/fhir/R4/vocab#",
    "resourceType": "fhir:resourceType",
    "id": "@id",
    "identifier": "fhir:identifier",
    "name": "fhir:name",
    "birthDate": {
      "@id": "fhir:birthDate",
      "@type": "xsd:date"
    },
    "gender": "fhir:gender",
    "address": "fhir:address",
    "telecom": "fhir:telecom",
    "status": "fhir:status",
    "total": "fhir:total",
    "entry": "fhir:entry",
    "link": "fhir:link",
    "billablePeriod": "fhir:billablePeriod",
    "subscriberId": "fhir:subscriberId",
    "Patient": "fhir:Patient",
    "Bundle": "fhir:Bundle",
    "ExplanationOfBenefit": "fhir:ExplanationOfBenefit",
    "Coverage": "fhir:Coverage",
    "Practitioner": "fhir:Practitioner",
    "Organization": "fhir:Organization",
    "MedicationKnowledge": "fhir:MedicationKnowledge",
    "Condition": "fhir:Condition"
  }
}