athenahealth · JSON-LD Context

Athena Health Context

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

23 Classes 2 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
fhir: http://hl7.org/fhir/
uscore: http://hl7.org/fhir/us/core/StructureDefinition/
athena: https://raw.githubusercontent.com/api-evangelist/athena-health/main/json-ld/vocab#

Classes

Patient Encounter Observation Condition MedicationRequest AllergyIntolerance Claim Provider Practice patientid appointmentid encounterid claimid providerid departmentid practiceid npi firstname lastname dob email homephone mobilephone

Properties

Property Type Container
Appointment reference
Department reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "fhir": "http://hl7.org/fhir/",
    "uscore": "http://hl7.org/fhir/us/core/StructureDefinition/",
    "athena": "https://raw.githubusercontent.com/api-evangelist/athena-health/main/json-ld/vocab#",
    "Patient": "fhir:Patient",
    "Encounter": "fhir:Encounter",
    "Observation": "fhir:Observation",
    "Condition": "fhir:Condition",
    "MedicationRequest": "fhir:MedicationRequest",
    "AllergyIntolerance": "fhir:AllergyIntolerance",
    "Appointment": {
      "@id": "fhir:Appointment",
      "@type": "@id"
    },
    "Claim": "fhir:Claim",
    "Provider": "schema:Person",
    "Department": {
      "@id": "schema:MedicalClinic",
      "@type": "@id"
    },
    "Practice": "schema:MedicalOrganization",
    "patientid": "athena:patientid",
    "appointmentid": "athena:appointmentid",
    "encounterid": "athena:encounterid",
    "claimid": "athena:claimid",
    "providerid": "athena:providerid",
    "departmentid": "athena:departmentid",
    "practiceid": "athena:practiceid",
    "npi": "schema:identifier",
    "firstname": "schema:givenName",
    "lastname": "schema:familyName",
    "dob": "schema:birthDate",
    "email": "schema:email",
    "homephone": "schema:telephone",
    "mobilephone": "schema:telephone"
  }
}