Heidi Health · JSON-LD Context

Heidi Health Context

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

43 Classes 0 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
fhir: http://hl7.org/fhir/
snomed: http://snomed.info/id/
icd10: http://hl7.org/fhir/sid/icd-10/
cpt: http://www.ama-assn.org/go/cpt/

Classes

Session PatientProfile ConsultNote Document Transcript ClinicalCode ContextDocument session_id patient_profile_id ehr_patient_id ehr_appointment_id duration language_code output_language_code consent_obtained clinician_notes linked_sessions_for_context patient first_name last_name date_of_birth gender provider template_id voice_style brain content content_type code description coding_system effective_date valid references source text start end created_at updated_at filename status unstructured

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://raw.githubusercontent.com/api-evangelist/heidi-health/main/json-ld/heidi-health-context.jsonld#",
    "schema": "https://schema.org/",
    "fhir": "http://hl7.org/fhir/",
    "snomed": "http://snomed.info/id/",
    "icd10": "http://hl7.org/fhir/sid/icd-10/",
    "cpt": "http://www.ama-assn.org/go/cpt/",
    "Session": "fhir:Encounter",
    "PatientProfile": "schema:Patient",
    "ConsultNote": "fhir:DocumentReference",
    "Document": "schema:DigitalDocument",
    "Transcript": "schema:TranscribedText",
    "ClinicalCode": "fhir:Coding",
    "ContextDocument": "schema:DigitalDocument",
    "session_id": "schema:identifier",
    "patient_profile_id": "schema:identifier",
    "ehr_patient_id": "schema:identifier",
    "ehr_appointment_id": "schema:identifier",
    "duration": "schema:duration",
    "language_code": "schema:inLanguage",
    "output_language_code": "schema:inLanguage",
    "consent_obtained": "fhir:Consent.status",
    "clinician_notes": "schema:note",
    "linked_sessions_for_context": "schema:relatedTo",
    "patient": "schema:patient",
    "first_name": "schema:givenName",
    "last_name": "schema:familyName",
    "date_of_birth": "schema:birthDate",
    "gender": "schema:gender",
    "provider": "schema:provider",
    "template_id": "schema:identifier",
    "voice_style": "schema:additionalProperty",
    "brain": "schema:additionalProperty",
    "content": "schema:text",
    "content_type": "schema:encodingFormat",
    "code": "fhir:Coding.code",
    "description": "schema:description",
    "coding_system": "fhir:Coding.system",
    "effective_date": "schema:validFrom",
    "valid": "schema:isAccessibleForFree",
    "references": "schema:citation",
    "source": "schema:source",
    "text": "schema:text",
    "start": "schema:startOffset",
    "end": "schema:endOffset",
    "created_at": "schema:dateCreated",
    "updated_at": "schema:dateModified",
    "filename": "schema:name",
    "status": "schema:actionStatus",
    "unstructured": "schema:additionalProperty"
  }
}