UnitedHealthcare · JSON-LD Context

Unitedhealthcare Interoperability Api Context

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

17 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#
uhci: https://api.uhc.com/fhir/R4/vocab#

Classes

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

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#",
    "uhci": "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",
    "total": "fhir:total",
    "entry": "fhir:entry",
    "link": "fhir:link",
    "Patient": "fhir:Patient",
    "Bundle": "fhir:Bundle",
    "ExplanationOfBenefit": "fhir:ExplanationOfBenefit",
    "Coverage": "fhir:Coverage",
    "Practitioner": "fhir:Practitioner",
    "Organization": "fhir:Organization",
    "MedicationKnowledge": "fhir:MedicationKnowledge"
  }
}