Turquoise Health · JSON-LD Context

Turquoise Health Context

JSON-LD context defining the semantic vocabulary for Turquoise Health from Turquoise Health.

17 Classes 38 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
th: https://turquoise.health/vocab/

Classes

name description email Organization MedicalOrganization WebAPI BlogPosting HealthInsurancePlan TurquoiseRestAPI TurquoiseConnectorMCP StandardServicePackageAPI HospitalNegotiatedRate PayerContractedRate MachineReadableFile StandardServicePackage TurquoiseKnowledgeGraph ClearRates

Properties

Property Type Container
url reference
image reference
datePublished date
dateModified date
provider reference
payer reference
negotiatedRate decimal
negotiatedType
billingClass
billingCode
billingCodeType
allowedAmount decimal
serviceCode
serviceDescription
npi
ein
hospitalName
payerName
planName
planId
mrfUrl reference
mrfVersion
reportingEntityName
reportingEntityType
lastUpdatedOn date
standardServicePackage
sspCode
sspDescription
outOfPocketCost decimal
inNetworkIndicator boolean
outOfNetworkRate decimal
qualifiedPaymentAmount decimal
fhirResourceType
knowledgeGraph
mcpServer
dataAsset
transparencyInCoverage
machineReadableFile

JSON-LD Document

turquoise-health-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "th": "https://turquoise.health/vocab/",

    "name": "schema:name",
    "description": "schema:description",
    "url": {"@id": "schema:url", "@type": "@id"},
    "image": {"@id": "schema:image", "@type": "@id"},
    "email": "schema:email",
    "datePublished": {"@id": "schema:datePublished", "@type": "xsd:date"},
    "dateModified": {"@id": "schema:dateModified", "@type": "xsd:date"},

    "Organization": "schema:Organization",
    "MedicalOrganization": "schema:MedicalOrganization",
    "WebAPI": "schema:WebAPI",
    "BlogPosting": "schema:BlogPosting",
    "HealthInsurancePlan": "schema:HealthInsurancePlan",

    "provider": {"@id": "th:provider", "@type": "@id"},
    "payer": {"@id": "th:payer", "@type": "@id"},
    "negotiatedRate": {"@id": "th:negotiatedRate", "@type": "xsd:decimal"},
    "negotiatedType": {"@id": "th:negotiatedType"},
    "billingClass": {"@id": "th:billingClass"},
    "billingCode": {"@id": "th:billingCode"},
    "billingCodeType": {"@id": "th:billingCodeType"},
    "allowedAmount": {"@id": "th:allowedAmount", "@type": "xsd:decimal"},
    "serviceCode": {"@id": "th:serviceCode"},
    "serviceDescription": {"@id": "th:serviceDescription"},
    "npi": {"@id": "th:npi"},
    "ein": {"@id": "th:ein"},
    "hospitalName": {"@id": "th:hospitalName"},
    "payerName": {"@id": "th:payerName"},
    "planName": {"@id": "th:planName"},
    "planId": {"@id": "th:planId"},
    "mrfUrl": {"@id": "th:mrfUrl", "@type": "@id"},
    "mrfVersion": {"@id": "th:mrfVersion"},
    "reportingEntityName": {"@id": "th:reportingEntityName"},
    "reportingEntityType": {"@id": "th:reportingEntityType"},
    "lastUpdatedOn": {"@id": "th:lastUpdatedOn", "@type": "xsd:date"},
    "standardServicePackage": {"@id": "th:standardServicePackage"},
    "sspCode": {"@id": "th:sspCode"},
    "sspDescription": {"@id": "th:sspDescription"},
    "outOfPocketCost": {"@id": "th:outOfPocketCost", "@type": "xsd:decimal"},
    "inNetworkIndicator": {"@id": "th:inNetworkIndicator", "@type": "xsd:boolean"},
    "outOfNetworkRate": {"@id": "th:outOfNetworkRate", "@type": "xsd:decimal"},
    "qualifiedPaymentAmount": {"@id": "th:qualifiedPaymentAmount", "@type": "xsd:decimal"},
    "fhirResourceType": {"@id": "th:fhirResourceType"},
    "knowledgeGraph": {"@id": "th:knowledgeGraph"},
    "mcpServer": {"@id": "th:mcpServer"},
    "dataAsset": {"@id": "th:dataAsset"},
    "transparencyInCoverage": {"@id": "th:transparencyInCoverage"},
    "machineReadableFile": {"@id": "th:machineReadableFile"},

    "TurquoiseRestAPI": "th:TurquoiseRestAPI",
    "TurquoiseConnectorMCP": "th:TurquoiseConnectorMCP",
    "StandardServicePackageAPI": "th:StandardServicePackageAPI",
    "HospitalNegotiatedRate": "th:HospitalNegotiatedRate",
    "PayerContractedRate": "th:PayerContractedRate",
    "MachineReadableFile": "th:MachineReadableFile",
    "StandardServicePackage": "th:StandardServicePackage",
    "TurquoiseKnowledgeGraph": "th:TurquoiseKnowledgeGraph",
    "ClearRates": "th:ClearRates"
  }
}