Hint Health · JSON-LD Context
Hint Health Context
JSON-LD context defining the semantic vocabulary for Hint Health from Hint Health.
2 Classes
66 Properties
4 Namespaces
Namespaces
hint:
https://api.hint.com/vocab#
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
fhir:
http://hl7.org/fhir/
Classes
id
type
Properties
| Property | Type | Container |
|---|---|---|
| Patient | reference | |
| Membership | reference | |
| MembershipMember | reference | |
| MembershipContract | reference | |
| Plan | reference | |
| Company | reference | |
| CompanyPlan | reference | |
| EmployeeDivision | reference | |
| Practitioner | reference | |
| Location | reference | |
| Practice | reference | |
| Invoice | reference | |
| CustomerInvoice | reference | |
| Payment | reference | |
| PaymentMethod | reference | |
| SetupIntent | reference | |
| Charge | reference | |
| ChargeItem | reference | |
| Credit | reference | |
| CreditCategory | reference | |
| CreditLine | reference | |
| Coupon | reference | |
| Sponsorship | reference | |
| Interaction | reference | |
| ClinicalNoteInteraction | reference | |
| DocumentInteraction | reference | |
| LabInteraction | reference | |
| PartnerInteraction | reference | |
| Supplement | reference | |
| FormResponse | reference | |
| Affiliate | reference | |
| AffiliateBill | reference | |
| LeadSource | reference | |
| CancellationReason | reference | |
| WebhookEndpoint | reference | |
| Integration | reference | |
| IntegrationRecord | reference | |
| Partner | reference | |
| PartnerCharge | reference | |
| Quote | reference | |
| SignupAttempt | reference | |
| User | reference | |
| AccessToken | reference | |
| patient_id | string | |
| membership_status | string | |
| enrollment_status | string | |
| dob | date | |
| string | ||
| first_name | string | |
| last_name | string | |
| gender | string | |
| address_line1 | string | |
| address_city | string | |
| address_state | string | |
| address_zip | string | |
| address_country | string | |
| created_at | dateTime | |
| updated_at | dateTime | |
| amount_in_cents | integer | |
| payment_processor | string | |
| provider_web_link | anyURI | |
| hipaa_authorization_accepted | boolean | |
| electronic_communication_consent_accepted | boolean | |
| health_insurance_payer_id | string | |
| health_insurance_member_id | string | |
| joined_practice_date | date |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"hint": "https://api.hint.com/vocab#",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"fhir": "http://hl7.org/fhir/",
"id": "@id",
"type": "@type",
"Patient": {
"@id": "hint:Patient",
"@type": "@id",
"comment": "An individual enrolled or seeking enrollment in a DPC practice"
},
"Membership": {
"@id": "hint:Membership",
"@type": "@id",
"comment": "A recurring subscription contract between a patient and a DPC practice"
},
"MembershipMember": {
"@id": "hint:MembershipMember",
"@type": "@id"
},
"MembershipContract": {
"@id": "hint:MembershipContract",
"@type": "@id"
},
"Plan": {
"@id": "hint:Plan",
"@type": "@id",
"comment": "A membership plan template defining pricing and terms"
},
"Company": {
"@id": "hint:Company",
"@type": "@id",
"comment": "An employer or organization sponsoring memberships"
},
"CompanyPlan": {
"@id": "hint:CompanyPlan",
"@type": "@id"
},
"EmployeeDivision": {
"@id": "hint:EmployeeDivision",
"@type": "@id"
},
"Practitioner": {
"@id": "hint:Practitioner",
"@type": "@id",
"sameAs": "schema:Physician"
},
"Location": {
"@id": "hint:Location",
"@type": "@id",
"sameAs": "schema:Place"
},
"Practice": {
"@id": "hint:Practice",
"@type": "@id",
"sameAs": "schema:MedicalOrganization"
},
"Invoice": {
"@id": "hint:Invoice",
"@type": "@id",
"sameAs": "schema:Invoice"
},
"CustomerInvoice": {
"@id": "hint:CustomerInvoice",
"@type": "@id"
},
"Payment": {
"@id": "hint:Payment",
"@type": "@id",
"sameAs": "schema:PayAction"
},
"PaymentMethod": {
"@id": "hint:PaymentMethod",
"@type": "@id",
"sameAs": "schema:PaymentMethod"
},
"SetupIntent": {
"@id": "hint:SetupIntent",
"@type": "@id"
},
"Charge": {
"@id": "hint:Charge",
"@type": "@id"
},
"ChargeItem": {
"@id": "hint:ChargeItem",
"@type": "@id",
"sameAs": "fhir:ChargeItem"
},
"Credit": {
"@id": "hint:Credit",
"@type": "@id"
},
"CreditCategory": {
"@id": "hint:CreditCategory",
"@type": "@id"
},
"CreditLine": {
"@id": "hint:CreditLine",
"@type": "@id"
},
"Coupon": {
"@id": "hint:Coupon",
"@type": "@id",
"sameAs": "schema:Offer"
},
"Sponsorship": {
"@id": "hint:Sponsorship",
"@type": "@id"
},
"Interaction": {
"@id": "hint:Interaction",
"@type": "@id",
"sameAs": "fhir:Encounter"
},
"ClinicalNoteInteraction": {
"@id": "hint:ClinicalNoteInteraction",
"@type": "@id",
"sameAs": "fhir:ClinicalImpression"
},
"DocumentInteraction": {
"@id": "hint:DocumentInteraction",
"@type": "@id",
"sameAs": "fhir:DocumentReference"
},
"LabInteraction": {
"@id": "hint:LabInteraction",
"@type": "@id",
"sameAs": "fhir:Observation"
},
"PartnerInteraction": {
"@id": "hint:PartnerInteraction",
"@type": "@id"
},
"Supplement": {
"@id": "hint:Supplement",
"@type": "@id",
"sameAs": "fhir:MedicationStatement"
},
"FormResponse": {
"@id": "hint:FormResponse",
"@type": "@id",
"sameAs": "fhir:QuestionnaireResponse"
},
"Affiliate": {
"@id": "hint:Affiliate",
"@type": "@id"
},
"AffiliateBill": {
"@id": "hint:AffiliateBill",
"@type": "@id"
},
"LeadSource": {
"@id": "hint:LeadSource",
"@type": "@id"
},
"CancellationReason": {
"@id": "hint:CancellationReason",
"@type": "@id"
},
"WebhookEndpoint": {
"@id": "hint:WebhookEndpoint",
"@type": "@id"
},
"Integration": {
"@id": "hint:Integration",
"@type": "@id"
},
"IntegrationRecord": {
"@id": "hint:IntegrationRecord",
"@type": "@id"
},
"Partner": {
"@id": "hint:Partner",
"@type": "@id"
},
"PartnerCharge": {
"@id": "hint:PartnerCharge",
"@type": "@id"
},
"Quote": {
"@id": "hint:Quote",
"@type": "@id"
},
"SignupAttempt": {
"@id": "hint:SignupAttempt",
"@type": "@id"
},
"User": {
"@id": "hint:User",
"@type": "@id",
"sameAs": "schema:Person"
},
"AccessToken": {
"@id": "hint:AccessToken",
"@type": "@id"
},
"patient_id": {
"@id": "hint:patientId",
"@type": "xsd:string"
},
"membership_status": {
"@id": "hint:membershipStatus",
"@type": "xsd:string"
},
"enrollment_status": {
"@id": "hint:enrollmentStatus",
"@type": "xsd:string"
},
"dob": {
"@id": "schema:birthDate",
"@type": "xsd:date"
},
"email": {
"@id": "schema:email",
"@type": "xsd:string"
},
"first_name": {
"@id": "schema:givenName",
"@type": "xsd:string"
},
"last_name": {
"@id": "schema:familyName",
"@type": "xsd:string"
},
"gender": {
"@id": "schema:gender",
"@type": "xsd:string"
},
"address_line1": {
"@id": "schema:streetAddress",
"@type": "xsd:string"
},
"address_city": {
"@id": "schema:addressLocality",
"@type": "xsd:string"
},
"address_state": {
"@id": "schema:addressRegion",
"@type": "xsd:string"
},
"address_zip": {
"@id": "schema:postalCode",
"@type": "xsd:string"
},
"address_country": {
"@id": "schema:addressCountry",
"@type": "xsd:string"
},
"created_at": {
"@id": "schema:dateCreated",
"@type": "xsd:dateTime"
},
"updated_at": {
"@id": "schema:dateModified",
"@type": "xsd:dateTime"
},
"amount_in_cents": {
"@id": "hint:amountInCents",
"@type": "xsd:integer",
"comment": "Monetary amount expressed in cents (USD)"
},
"payment_processor": {
"@id": "hint:paymentProcessor",
"@type": "xsd:string",
"comment": "Either 'rainforest' (Hint Payments) or 'stripe'"
},
"provider_web_link": {
"@id": "hint:providerWebLink",
"@type": "xsd:anyURI"
},
"hipaa_authorization_accepted": {
"@id": "hint:hipaaAuthorizationAccepted",
"@type": "xsd:boolean"
},
"electronic_communication_consent_accepted": {
"@id": "hint:electronicCommunicationConsentAccepted",
"@type": "xsd:boolean"
},
"health_insurance_payer_id": {
"@id": "hint:healthInsurancePayerId",
"@type": "xsd:string"
},
"health_insurance_member_id": {
"@id": "hint:healthInsuranceMemberId",
"@type": "xsd:string"
},
"joined_practice_date": {
"@id": "hint:joinedPracticeDate",
"@type": "xsd:date"
}
},
"@graph": [
{
"@id": "https://api.hint.com/",
"@type": "schema:WebAPI",
"schema:name": "Hint Health API",
"schema:description": "REST API for Hint Health's direct primary care platform, providing programmatic access to patient enrollment, membership billing, clinical data, practice configuration, and partner integrations.",
"schema:url": "https://developers.hint.com",
"schema:documentation": "https://developers.hint.com/docs/overview",
"schema:termsOfService": "https://www.hint.com/terms",
"schema:provider": {
"@type": "schema:Organization",
"schema:name": "Hint Health",
"schema:url": "https://www.hint.com",
"schema:email": "[email protected]"
},
"schema:category": [
"Direct Primary Care",
"Healthcare",
"Membership Management",
"Medical Billing",
"EMR"
]
}
]
}