eClinicalWorks · JSON-LD Context

Eclinicalworks Context

JSON-LD context defining the semantic vocabulary for Eclinicalworks from eClinicalWorks.

21 Classes 8 Properties 4 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/
fhir: http://hl7.org/fhir/
ecw: https://www.eclinicalworks.com/

Classes

name description url image Patient Practitioner Organization Appointment Encounter Observation Condition MedicationRequest DiagnosticReport AllergyIntolerance Immunization DocumentReference Coverage Claim ExplanationOfBenefit Bundle CapabilityStatement

Properties

Property Type Container
EHR schema:SoftwareApplication
practiceManagement schema:SoftwareApplication
healow schema:MobileApplication
fhirVersion string
smartOnFhir boolean
bulkData boolean
cdsHooks boolean
oauth2 schema:EntryPoint

JSON-LD Document

eclinicalworks-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "fhir": "http://hl7.org/fhir/",
    "ecw": "https://www.eclinicalworks.com/",

    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "image": "schema:image",

    "Patient": "fhir:Patient",
    "Practitioner": "fhir:Practitioner",
    "Organization": "fhir:Organization",
    "Appointment": "fhir:Appointment",
    "Encounter": "fhir:Encounter",
    "Observation": "fhir:Observation",
    "Condition": "fhir:Condition",
    "MedicationRequest": "fhir:MedicationRequest",
    "DiagnosticReport": "fhir:DiagnosticReport",
    "AllergyIntolerance": "fhir:AllergyIntolerance",
    "Immunization": "fhir:Immunization",
    "DocumentReference": "fhir:DocumentReference",
    "Coverage": "fhir:Coverage",
    "Claim": "fhir:Claim",
    "ExplanationOfBenefit": "fhir:ExplanationOfBenefit",
    "Bundle": "fhir:Bundle",
    "CapabilityStatement": "fhir:CapabilityStatement",

    "EHR": {
      "@id": "ecw:ehr",
      "@type": "schema:SoftwareApplication"
    },
    "practiceManagement": {
      "@id": "ecw:practice-management",
      "@type": "schema:SoftwareApplication"
    },
    "healow": {
      "@id": "ecw:healow",
      "@type": "schema:MobileApplication"
    },

    "fhirVersion": {
      "@id": "fhir:fhirVersion",
      "@type": "xsd:string"
    },
    "smartOnFhir": {
      "@id": "ecw:smart-on-fhir",
      "@type": "xsd:boolean"
    },
    "bulkData": {
      "@id": "ecw:bulk-data",
      "@type": "xsd:boolean"
    },
    "cdsHooks": {
      "@id": "ecw:cds-hooks",
      "@type": "xsd:boolean"
    },
    "oauth2": {
      "@id": "schema:actionAccessibilityRequirement",
      "@type": "schema:EntryPoint"
    }
  }
}