{ "@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" } }