MaxIntegration V1.0 Documentation CCDS Support

CCDS Support

CCDS stands for Common Clinical Data Set, which is a standard established by The Office of the National Coordinator for Health Information Technology. CCDS is formerly known as the Common MU Data Set, which is comprised of data from standards adopted by ONC, including data like Patient name, Sex, Date of Birth, etc.

Accordingly to the standard of FHIR and CCDS, the client software or applications must be able to make requests complying with FHIR Level 3 Standard, and consuming the response resources to support CCDS. This RESTful server is providing resources and its element accordingly to satisfy the standard of CCDS.

The table below would list the relationship among CCDS elements and their corresponding resources or resource elements.

CCDS Element FHIR Resource FHIR Resource Element if Applicable
Patient Name Patient Patient.name
Sex Patient Patient.gender
Date of Birth Patient Patient.birthDate
Race Patient Patient.extension
Ethnicity Patient Patient.extension
Preferred Language Patient Patient.communication.preferred
Smoking Status Observation Observation.category
CodeableConcept: social-history, http://hl7.org/fhir/observation-category
Problems Condition Condition.category
CodeableConcept: problem, http://hl7.org/fhir/condition-category
Medications MedicationStatement
Medication Allergies AllergyIntolerance
Laboratory Tests DiagnosticReport
Laboratory Values Results DiagnosticReport DiagnosticReport.result (ref: Observation)
CodeableConcept: laboratory, http://hl7.org/fhir/observation-category
Vital Signs Observation Observation.category
CodeableConcept: vital-signs http://hl7.org/fhir/observation-category
Procedures Procedure
Care Team Members CareTeam
Immunizations Immunization
Unique Device Identifiers Device Device.udi
Assessment and Plan CarePlan
Goals Goal
Health Concerns Condition Condition.category
CodeableConcept: health-concern, http://hl7.org/fhir/condition-category

All Resources types defined by FHIR STU3 are gathered at http://www.hl7.org/fhir/resourcelist.html. For more reference, additional information contained in the specific URLs, which are listed as following corresponding to the CCDS elements.

CCDS Element Resource (or Resource Element) Corresponding Informative URL from HL7
Patient Name Patient.name http://www.hl7.org/fhir/patient-definitions.html#Patient.name
Sex Patient.gender http://www.hl7.org/fhir/patient-definitions.html#Patient.gender
Date of Birth Patient.birthDate http://www.hl7.org/fhir/patient-definitions.html#Patient.birthDate
Race Patient.extension https://www.hl7.org/fhir/us/core/StructureDefinition-us-core-race.html
Ethnicity Patient.extension https://www.hl7.org/fhir/us/core/StructureDefinition-us-core-ethnicity.html
Preferred Language Patient.communication.preferred http://www.hl7.org/fhir/patient-definitions.html#Patient.communication.preferred
Smoking Status Observation http://www.hl7.org/fhir/observation.html
Problems Condition http://www.hl7.org/fhir/condition.html
Medications MedicationStatement http://www.hl7.org/fhir/medicationstatement.html
Medication Allergies AllergyIntolerance http://www.hl7.org/fhir/allergyintolerance.html
Laboratory Tests DiagnosticReport http://www.hl7.org/fhir/diagnosticreport.html
Laboratory Values Results DiagnosticReport.result http://www.hl7.org/fhir/diagnosticreport-definitions.html#DiagnosticReport.result
Vital Signs Observation http://www.hl7.org/fhir/observation.html
Procedures Procedure http://www.hl7.org/fhir/procedure.html
Care Team Members CareTeam http://www.hl7.org/fhir/careteam.html
Immunizations Immunization http://www.hl7.org/fhir/immunization.html
Unique Device Identifiers Device.udi http://www.hl7.org/fhir/device-definitions.html#Device.udi
Assessment and Plan CarePlan http://www.hl7.org/fhir/careplan.html
Goals Goal http://www.hl7.org/fhir/goal.html
Health Concerns Condition http://www.hl7.org/fhir/condition.html