curl --request POST \
--url https://processing-request-staging.connectivehealth.io/v2/patient-data/validate \
--header 'Content-Type: application/json' \
--header 'apiKey: <api-key>' \
--data '
{
"patientProcessingRequests": [
{
"patient": {
"mrn": {
"root": "1.2.3.4",
"extension": "ABC123"
},
"name": {
"family": "Johnson",
"given": [
"John",
"Aaron"
],
"prefix": "Mr.",
"suffix": "Jr."
},
"gender": "MALE",
"birthDate": "1992-04-09",
"addresses": [
{
"lines": [
"123 Main St",
"Suite 517"
],
"city": "Minneapolis",
"state": "MN",
"zip": "55401"
}
],
"contactPoints": [
{
"value": "9525551234",
"contactPointSystem": "PHONE",
"contactPointUse": "HOME"
}
]
},
"requestingProvider": {
"npi": "1414912117",
"name": {
"family": "Johnson",
"given": [
"John",
"Aaron"
],
"prefix": "Mr.",
"suffix": "Jr."
}
},
"upcomingAppointmentDate": "2025-11-05",
"clinicName": "Simple Clinic Name",
"clinicNpi": "1414912117",
"responseDirectAddress": "[email protected]",
"responseFriendlyName": "Heart Clinic",
"diagnoses": [
{
"code": "E66.01",
"codeSystem": "2.16.840.1.113883.6.90",
"displayName": "Morbid (severe) obesity due to excess calories",
"active": true,
"date": "2022-12-12"
}
],
"medications": [
{
"active": true,
"nameCode": {
"code": "6809",
"codeSystem": "2.16.840.1.113883.6.88",
"codeSystemName": "RxNorm",
"displayName": "metFORMIN"
},
"classCode": {
"code": "N0000175565",
"codeSystem": "2.16.840.1.113883.6.345",
"codeSystemName": "MED-RT",
"displayName": "Biguanide"
},
"scheduleCode": {
"code": "IV",
"codeSystem": "2.16.840.1.113883.12.477",
"codeSystemName": "Controlled Substance Schedule",
"displayName": "Schedule IV"
},
"medicationRequests": [
{
"code": {
"code": "861007",
"codeSystem": "2.16.840.1.113883.6.88",
"codeSystemName": "RxNorm",
"displayName": "metFORMIN hydrochloride 500 MG Oral Tablet"
},
"form": {
"code": "C42998",
"codeSystem": "2.16.840.1.113883.3.26.1.1",
"codeSystemName": "NCI Thesaurus",
"displayName": "tablet"
},
"route": {
"code": "C38288",
"codeSystem": "2.16.840.1.113883.3.26.1.1",
"codeSystemName": "NCI Thesaurus",
"displayName": "oral"
},
"prescribedDate": "2023-12-02",
"prescriber": {
"npi": "1414912117",
"name": {
"family": "Johnson",
"given": [
"John",
"Aaron"
],
"prefix": "Mr.",
"suffix": "Jr."
}
},
"facility": {
"name": "ABC Clinic",
"address": {
"lines": [
"123 Main St",
"Suite 517"
],
"city": "Minneapolis",
"state": "MN",
"zip": "55401"
}
},
"initialFillQuantity": 10,
"numberOfRefillsAllowed": 0,
"timingEvent": "QD",
"frequencyUnit": "d",
"frequencyValue": 1,
"dosageInstruction": {
"text": "take 1 tablet by mouth once daily",
"strengthUnit": "mg",
"strengthValue": 100,
"amountUnit": "puffs",
"amountValue": 2
}
}
]
}
],
"clinicalNotes": [
{
"lines": [
"The patient was pleasant",
"Recommend following up in 2 weeks"
],
"author": {
"npi": "1414912117",
"name": {
"family": "Johnson",
"given": [
"John",
"Aaron"
],
"prefix": "Mr.",
"suffix": "Jr."
}
},
"date": "2022-12-12",
"code": {
"code": "11506-3",
"codeSystem": "2.16.840.1.113883.6.1",
"codeSystemName": "LOINC",
"displayName": "Progress Note"
}
}
],
"adtEventData": {
"adtEvents": [
{
"classification": "MAIN",
"messageId": "5125745967",
"eventType": "A03",
"sendingFacilityName": "First Memorial Hospital",
"timestamp": "2024-11-01T20:25:16.907Z",
"sendingFacilityPatientId": {
"root": "2.16.840.1.113883.3.9359.0",
"extension": "FMH-12345"
},
"patientClass": "E",
"visitNumber": {
"root": "FirstMemHosp",
"extension": "987654321"
},
"admitDate": "2024-10-31",
"dischargeDate": "2024-11-01",
"dischargeDisposition": "02",
"dischargedToLocation": "Home",
"admitReason": {
"displayName": "Stomach ache"
},
"diagnoses": [
{
"code": "R10.13",
"codeSystem": "I10",
"type": "Final"
}
]
}
]
},
"directives": {
"newPatient": false,
"diagnosticCategories": {
"autoimmune": false,
"bariatric": false,
"behavioral": false,
"cardiovascular": false,
"dental": false,
"dermatological": false,
"endocrinological": false,
"gastroenterological": false,
"generalInformation": false,
"generalSurgery": false,
"hematological": false,
"infectious": false,
"lymphatic": false,
"mens": false,
"metabolic": false,
"musculoskeletal": false,
"neonatological": false,
"neurological": false,
"nutritional": false,
"oncological": false,
"ophthalmic": false,
"otolaryngological": false,
"pain": false,
"postSurgery": false,
"pulmonary": false,
"renal": false,
"spinal": false,
"stroke": false,
"toxicological": false,
"urological": false,
"womens": false
},
"medicationsOfInterest": [
{
"active": true,
"nameCode": {
"code": "6809",
"codeSystem": "2.16.840.1.113883.6.88",
"codeSystemName": "RxNorm",
"displayName": "metFORMIN"
},
"classCode": {
"code": "N0000175565",
"codeSystem": "2.16.840.1.113883.6.345",
"codeSystemName": "MED-RT",
"displayName": "Biguanide"
},
"scheduleCode": {
"code": "IV",
"codeSystem": "2.16.840.1.113883.12.477",
"codeSystemName": "Controlled Substance Schedule",
"displayName": "Schedule IV"
},
"medicationRequests": [
{
"code": {
"code": "861007",
"codeSystem": "2.16.840.1.113883.6.88",
"codeSystemName": "RxNorm",
"displayName": "metFORMIN hydrochloride 500 MG Oral Tablet"
},
"form": {
"code": "C42998",
"codeSystem": "2.16.840.1.113883.3.26.1.1",
"codeSystemName": "NCI Thesaurus",
"displayName": "tablet"
},
"route": {
"code": "C38288",
"codeSystem": "2.16.840.1.113883.3.26.1.1",
"codeSystemName": "NCI Thesaurus",
"displayName": "oral"
},
"prescribedDate": "2023-12-02",
"prescriber": {
"npi": "1414912117",
"name": {
"family": "Johnson",
"given": [
"John",
"Aaron"
],
"prefix": "Mr.",
"suffix": "Jr."
}
},
"facility": {
"name": "ABC Clinic",
"address": {
"lines": [
"123 Main St",
"Suite 517"
],
"city": "Minneapolis",
"state": "MN",
"zip": "55401"
}
},
"initialFillQuantity": 10,
"numberOfRefillsAllowed": 0,
"timingEvent": "QD",
"frequencyUnit": "d",
"frequencyValue": 1,
"dosageInstruction": {
"text": "take 1 tablet by mouth once daily",
"strengthUnit": "mg",
"strengthValue": 100,
"amountUnit": "puffs",
"amountValue": 2
}
}
]
}
],
"medicalSummaryPeriod": {
"startDate": "2022-12-12",
"endDate": "2022-12-14"
},
"qualityMeasureConfiguration": {
"cardiovascularBloodPressure": {
"enabled": true
},
"diabeticBloodPressure": {
"enabled": true
},
"diabeticEyeExam": {
"enabled": true
},
"diabeticHba1c": {
"enabled": true
},
"diabeticKidneyHealth": {
"enabled": true
},
"medAdherenceBloodPressure": {
"enabled": true
},
"medAdherenceCholesterol": {
"enabled": true
},
"medAdherenceDiabetes": {
"enabled": true
},
"screeningBreastCancer": {
"enabled": true
},
"screeningCervicalCancer": {
"enabled": true
},
"screeningColorectal": {
"enabled": true
},
"screeningDepression": {
"enabled": true
},
"vaccineFlu": {
"enabled": true
},
"screeningTobaccoUse": {
"enabled": true
}
}
}
}
],
"batchId": "BATCH-123",
"patientPanelDirectives": {
"requestMedicationHistory": true,
"kaidConfiguration": {
"tenantId": ""
},
"deliverableDocuments": [
"PATIENT_CARE_SUMMARY",
"QUALITY_MEASURES_SUMMARY"
]
}
}
'{
"correlationId": "10c7b080-76f2-4aff-beeb-a2f7b4ca7a89",
"responses": [
{
"sequenceNumber": 0,
"correlationId": "4b0b3bdc-d007-4274-b1c7-f89fbb2fd775"
},
{
"sequenceNumber": 1,
"correlationId": "e82a9cfb-a6cd-4194-a0fd-9882b3a4e76b"
},
{
"sequenceNumber": 2,
"correlationId": "e5c3310a-6cb4-4755-a5c2-35b99d946181"
}
]
}Validates the request without doing any processing
curl --request POST \
--url https://processing-request-staging.connectivehealth.io/v2/patient-data/validate \
--header 'Content-Type: application/json' \
--header 'apiKey: <api-key>' \
--data '
{
"patientProcessingRequests": [
{
"patient": {
"mrn": {
"root": "1.2.3.4",
"extension": "ABC123"
},
"name": {
"family": "Johnson",
"given": [
"John",
"Aaron"
],
"prefix": "Mr.",
"suffix": "Jr."
},
"gender": "MALE",
"birthDate": "1992-04-09",
"addresses": [
{
"lines": [
"123 Main St",
"Suite 517"
],
"city": "Minneapolis",
"state": "MN",
"zip": "55401"
}
],
"contactPoints": [
{
"value": "9525551234",
"contactPointSystem": "PHONE",
"contactPointUse": "HOME"
}
]
},
"requestingProvider": {
"npi": "1414912117",
"name": {
"family": "Johnson",
"given": [
"John",
"Aaron"
],
"prefix": "Mr.",
"suffix": "Jr."
}
},
"upcomingAppointmentDate": "2025-11-05",
"clinicName": "Simple Clinic Name",
"clinicNpi": "1414912117",
"responseDirectAddress": "[email protected]",
"responseFriendlyName": "Heart Clinic",
"diagnoses": [
{
"code": "E66.01",
"codeSystem": "2.16.840.1.113883.6.90",
"displayName": "Morbid (severe) obesity due to excess calories",
"active": true,
"date": "2022-12-12"
}
],
"medications": [
{
"active": true,
"nameCode": {
"code": "6809",
"codeSystem": "2.16.840.1.113883.6.88",
"codeSystemName": "RxNorm",
"displayName": "metFORMIN"
},
"classCode": {
"code": "N0000175565",
"codeSystem": "2.16.840.1.113883.6.345",
"codeSystemName": "MED-RT",
"displayName": "Biguanide"
},
"scheduleCode": {
"code": "IV",
"codeSystem": "2.16.840.1.113883.12.477",
"codeSystemName": "Controlled Substance Schedule",
"displayName": "Schedule IV"
},
"medicationRequests": [
{
"code": {
"code": "861007",
"codeSystem": "2.16.840.1.113883.6.88",
"codeSystemName": "RxNorm",
"displayName": "metFORMIN hydrochloride 500 MG Oral Tablet"
},
"form": {
"code": "C42998",
"codeSystem": "2.16.840.1.113883.3.26.1.1",
"codeSystemName": "NCI Thesaurus",
"displayName": "tablet"
},
"route": {
"code": "C38288",
"codeSystem": "2.16.840.1.113883.3.26.1.1",
"codeSystemName": "NCI Thesaurus",
"displayName": "oral"
},
"prescribedDate": "2023-12-02",
"prescriber": {
"npi": "1414912117",
"name": {
"family": "Johnson",
"given": [
"John",
"Aaron"
],
"prefix": "Mr.",
"suffix": "Jr."
}
},
"facility": {
"name": "ABC Clinic",
"address": {
"lines": [
"123 Main St",
"Suite 517"
],
"city": "Minneapolis",
"state": "MN",
"zip": "55401"
}
},
"initialFillQuantity": 10,
"numberOfRefillsAllowed": 0,
"timingEvent": "QD",
"frequencyUnit": "d",
"frequencyValue": 1,
"dosageInstruction": {
"text": "take 1 tablet by mouth once daily",
"strengthUnit": "mg",
"strengthValue": 100,
"amountUnit": "puffs",
"amountValue": 2
}
}
]
}
],
"clinicalNotes": [
{
"lines": [
"The patient was pleasant",
"Recommend following up in 2 weeks"
],
"author": {
"npi": "1414912117",
"name": {
"family": "Johnson",
"given": [
"John",
"Aaron"
],
"prefix": "Mr.",
"suffix": "Jr."
}
},
"date": "2022-12-12",
"code": {
"code": "11506-3",
"codeSystem": "2.16.840.1.113883.6.1",
"codeSystemName": "LOINC",
"displayName": "Progress Note"
}
}
],
"adtEventData": {
"adtEvents": [
{
"classification": "MAIN",
"messageId": "5125745967",
"eventType": "A03",
"sendingFacilityName": "First Memorial Hospital",
"timestamp": "2024-11-01T20:25:16.907Z",
"sendingFacilityPatientId": {
"root": "2.16.840.1.113883.3.9359.0",
"extension": "FMH-12345"
},
"patientClass": "E",
"visitNumber": {
"root": "FirstMemHosp",
"extension": "987654321"
},
"admitDate": "2024-10-31",
"dischargeDate": "2024-11-01",
"dischargeDisposition": "02",
"dischargedToLocation": "Home",
"admitReason": {
"displayName": "Stomach ache"
},
"diagnoses": [
{
"code": "R10.13",
"codeSystem": "I10",
"type": "Final"
}
]
}
]
},
"directives": {
"newPatient": false,
"diagnosticCategories": {
"autoimmune": false,
"bariatric": false,
"behavioral": false,
"cardiovascular": false,
"dental": false,
"dermatological": false,
"endocrinological": false,
"gastroenterological": false,
"generalInformation": false,
"generalSurgery": false,
"hematological": false,
"infectious": false,
"lymphatic": false,
"mens": false,
"metabolic": false,
"musculoskeletal": false,
"neonatological": false,
"neurological": false,
"nutritional": false,
"oncological": false,
"ophthalmic": false,
"otolaryngological": false,
"pain": false,
"postSurgery": false,
"pulmonary": false,
"renal": false,
"spinal": false,
"stroke": false,
"toxicological": false,
"urological": false,
"womens": false
},
"medicationsOfInterest": [
{
"active": true,
"nameCode": {
"code": "6809",
"codeSystem": "2.16.840.1.113883.6.88",
"codeSystemName": "RxNorm",
"displayName": "metFORMIN"
},
"classCode": {
"code": "N0000175565",
"codeSystem": "2.16.840.1.113883.6.345",
"codeSystemName": "MED-RT",
"displayName": "Biguanide"
},
"scheduleCode": {
"code": "IV",
"codeSystem": "2.16.840.1.113883.12.477",
"codeSystemName": "Controlled Substance Schedule",
"displayName": "Schedule IV"
},
"medicationRequests": [
{
"code": {
"code": "861007",
"codeSystem": "2.16.840.1.113883.6.88",
"codeSystemName": "RxNorm",
"displayName": "metFORMIN hydrochloride 500 MG Oral Tablet"
},
"form": {
"code": "C42998",
"codeSystem": "2.16.840.1.113883.3.26.1.1",
"codeSystemName": "NCI Thesaurus",
"displayName": "tablet"
},
"route": {
"code": "C38288",
"codeSystem": "2.16.840.1.113883.3.26.1.1",
"codeSystemName": "NCI Thesaurus",
"displayName": "oral"
},
"prescribedDate": "2023-12-02",
"prescriber": {
"npi": "1414912117",
"name": {
"family": "Johnson",
"given": [
"John",
"Aaron"
],
"prefix": "Mr.",
"suffix": "Jr."
}
},
"facility": {
"name": "ABC Clinic",
"address": {
"lines": [
"123 Main St",
"Suite 517"
],
"city": "Minneapolis",
"state": "MN",
"zip": "55401"
}
},
"initialFillQuantity": 10,
"numberOfRefillsAllowed": 0,
"timingEvent": "QD",
"frequencyUnit": "d",
"frequencyValue": 1,
"dosageInstruction": {
"text": "take 1 tablet by mouth once daily",
"strengthUnit": "mg",
"strengthValue": 100,
"amountUnit": "puffs",
"amountValue": 2
}
}
]
}
],
"medicalSummaryPeriod": {
"startDate": "2022-12-12",
"endDate": "2022-12-14"
},
"qualityMeasureConfiguration": {
"cardiovascularBloodPressure": {
"enabled": true
},
"diabeticBloodPressure": {
"enabled": true
},
"diabeticEyeExam": {
"enabled": true
},
"diabeticHba1c": {
"enabled": true
},
"diabeticKidneyHealth": {
"enabled": true
},
"medAdherenceBloodPressure": {
"enabled": true
},
"medAdherenceCholesterol": {
"enabled": true
},
"medAdherenceDiabetes": {
"enabled": true
},
"screeningBreastCancer": {
"enabled": true
},
"screeningCervicalCancer": {
"enabled": true
},
"screeningColorectal": {
"enabled": true
},
"screeningDepression": {
"enabled": true
},
"vaccineFlu": {
"enabled": true
},
"screeningTobaccoUse": {
"enabled": true
}
}
}
}
],
"batchId": "BATCH-123",
"patientPanelDirectives": {
"requestMedicationHistory": true,
"kaidConfiguration": {
"tenantId": ""
},
"deliverableDocuments": [
"PATIENT_CARE_SUMMARY",
"QUALITY_MEASURES_SUMMARY"
]
}
}
'{
"correlationId": "10c7b080-76f2-4aff-beeb-a2f7b4ca7a89",
"responses": [
{
"sequenceNumber": 0,
"correlationId": "4b0b3bdc-d007-4274-b1c7-f89fbb2fd775"
},
{
"sequenceNumber": 1,
"correlationId": "e82a9cfb-a6cd-4194-a0fd-9882b3a4e76b"
},
{
"sequenceNumber": 2,
"correlationId": "e5c3310a-6cb4-4755-a5c2-35b99d946181"
}
]
}API Key
1 - 2500 elementsShow child attributes
Patient to be processed
Show child attributes
Patient's Medical Record Number. Populated with the clinic HL7 OID home community ID and the local patient ID. Must be unique per patient
Show child attributes
Family name (last name)
1"Johnson"
First and middle names. First name (at least) is required
1Name prefix
"Mr."
Name suffix
"Jr."
{
"family": "Johnson",
"given": ["John", "Aaron"],
"prefix": "Mr.",
"suffix": "Jr."
}MALE, FEMALE, OTHER, UNKNOWN Birth date of the patient in ISO-8601 format yyyy-MM-dd
"1992-04-09"
1 - 3 elementsShow child attributes
5-digit zip code
"55401"
Street lines of the address
The city
"Minneapolis"
State code abbreviation
"MN"
Show child attributes
Phone number or email address
1"9525551234"
Type of contact
PHONE, EMAIL "PHONE"
Use for the contact
HOME, WORK, MOBILE "HOME"
A medical provider
Show child attributes
NPI value
10"1414912117"
Show child attributes
Family name (last name)
1"Johnson"
First and middle names. First name (at least) is required
1Name prefix
"Mr."
Name suffix
"Jr."
{
"family": "Johnson",
"given": ["John", "Aaron"],
"prefix": "Mr.",
"suffix": "Jr."
}Date of the appointment in ISO-8601 format yyyy-MM-dd
"2025-11-05"
Name of the clinic the patient is being seen at, or the organization requesting the data. Customer name will be used if not populated
"Simple Clinic Name"
Facility's NPI if known
10"1414912117"
Direct Address to return documents to. Typically, populate this OR responseFaxNumber
Human-readable name to send response message to
"Heart Clinic"
All diagnoses (problems) known about the patient. If the patient is an existing patient then this list should be populated with all known diagnoses
Show child attributes
The diagnosis code including punctuation
1"E66.01"
The diagnosis code system - should be an HL7 OID
1"2.16.840.1.113883.6.90"
The display value for the diagnosis
1"Morbid (severe) obesity due to excess calories"
Whether the diagnosis is still active or not
true
Date of the problem (onset or diagnosed)
"2022-12-12"
All known medications about the patient
Show child attributes
Whether this medication is still being actively used by the patient
true
Medication name code. Code system should be RxNorm if possible
Show child attributes
Human-readable description of the code
1"Penicillin-class Antibacterial"
The specific code from a code system
"N0000175497"
Code system OID. Must be populated if known
"2.16.840.1.113883.6.345"
Human-readable name of the code system name if known
"MED-RT"
{
"code": "6809",
"codeSystem": "2.16.840.1.113883.6.88",
"codeSystemName": "RxNorm",
"displayName": "metFORMIN"
}Medication class code. Code system should be MED-RT if possible
Show child attributes
Human-readable description of the code
1"Penicillin-class Antibacterial"
The specific code from a code system
"N0000175497"
Code system OID. Must be populated if known
"2.16.840.1.113883.6.345"
Human-readable name of the code system name if known
"MED-RT"
{
"code": "N0000175565",
"codeSystem": "2.16.840.1.113883.6.345",
"codeSystemName": "MED-RT",
"displayName": "Biguanide"
}Medication schedule code.
Show child attributes
Human-readable description of the code
1"Penicillin-class Antibacterial"
The specific code from a code system
"N0000175497"
Code system OID. Must be populated if known
"2.16.840.1.113883.6.345"
Human-readable name of the code system name if known
"MED-RT"
{
"code": "IV",
"codeSystem": "2.16.840.1.113883.12.477",
"codeSystemName": "Controlled Substance Schedule",
"displayName": "Schedule IV"
}Show child attributes
Medication code. This is the specific medication including form. Code system should be NDC or RxNorm if possible. NDC codes are strongly encouraged to be 11-digit if possible, otherwise 10-digit with dashes.
Show child attributes
Human-readable description of the code
1"Penicillin-class Antibacterial"
The specific code from a code system
"N0000175497"
Code system OID. Must be populated if known
"2.16.840.1.113883.6.345"
Human-readable name of the code system name if known
"MED-RT"
{
"code": "861007",
"codeSystem": "2.16.840.1.113883.6.88",
"codeSystemName": "RxNorm",
"displayName": "metFORMIN hydrochloride 500 MG Oral Tablet"
}Form the medication is in. Code system should be NCI Thesaurus if possible
Show child attributes
Human-readable description of the code
1"Penicillin-class Antibacterial"
The specific code from a code system
"N0000175497"
Code system OID. Must be populated if known
"2.16.840.1.113883.6.345"
Human-readable name of the code system name if known
"MED-RT"
{
"code": "C42998",
"codeSystem": "2.16.840.1.113883.3.26.1.1",
"codeSystemName": "NCI Thesaurus",
"displayName": "tablet"
}Route by which the medication is administered
Show child attributes
Human-readable description of the code
1"Penicillin-class Antibacterial"
The specific code from a code system
"N0000175497"
Code system OID. Must be populated if known
"2.16.840.1.113883.6.345"
Human-readable name of the code system name if known
"MED-RT"
{
"code": "C38288",
"codeSystem": "2.16.840.1.113883.3.26.1.1",
"codeSystemName": "NCI Thesaurus",
"displayName": "oral"
}Date the medication was prescribed, in ISO-8601 format yyyy-MM-dd
"2023-12-02"
Prescriber of the medication
Show child attributes
NPI value
10"1414912117"
Show child attributes
Family name (last name)
1"Johnson"
First and middle names. First name (at least) is required
1Name prefix
"Mr."
Name suffix
"Jr."
{
"family": "Johnson",
"given": ["John", "Aaron"],
"prefix": "Mr.",
"suffix": "Jr."
}Facility where the medication was prescribed
Show child attributes
Facility Name
1"ABC Clinic"
Facility Address
Show child attributes
5-digit zip code
"55401"
Street lines of the address
The city
"Minneapolis"
State code abbreviation
"MN"
{
"lines": ["123 Main St", "Suite 517"],
"city": "Minneapolis",
"state": "MN",
"zip": "55401"
}Quantity initially filled for the medication
10
Number of refills allowed for this prescription
0
Timing of medication administration, taken from https://www.hl7.org/fhir/R4/valueset-timing-abbreviation.html (OID 2.16.840.1.113883.4.642.3.78). Should be consistent with frequency if both populated
BID, TID, QID, AM, PM, QD, QOD, Q1H, Q2H, Q3H, Q4H, Q6H, Q8H, BED, WK, MO "QD"
Unit of time as defined by http://hl7.org/fhir/ValueSet/units-of-time. Should be consistent with timingEvent if both populated
"d"
Frequency at which the medication should be taken. Should be consistent with timingEvent if both populated
1
Show child attributes
Prescriber's sig, or directions for taking the medication
"take 1 tablet by mouth once daily"
Unit of the dosage strength
"mg"
Value of the dosage strength
100
Unit of a single dose
"puffs"
Value of a single dose
2
Additional information provided about the patient
Show child attributes
text of the clinical note, each line will be distinctly separated on CCDA output
11[
"The patient was pleasant",
"Recommend following up in 2 weeks"
]A medical provider
Show child attributes
NPI value
10"1414912117"
Show child attributes
Family name (last name)
1"Johnson"
First and middle names. First name (at least) is required
1Name prefix
"Mr."
Name suffix
"Jr."
{
"family": "Johnson",
"given": ["John", "Aaron"],
"prefix": "Mr.",
"suffix": "Jr."
}Date the note was recorded or written.
"2022-12-12"
Type of note content. Should come from https://vsac.nlm.nih.gov/valueset/2.16.840.1.113883.11.20.9.68/expansion/Latest
Show child attributes
The specific code from a code system
1"N0000175497"
Code system OID. Must be populated if known
1"2.16.840.1.113883.6.345"
Human-readable name of the code system name if known
1"MED-RT"
Human-readable description of the code
1"Penicillin-class Antibacterial"
{
"code": "11506-3",
"codeSystem": "2.16.840.1.113883.6.1",
"codeSystemName": "LOINC",
"displayName": "Progress Note"
}ADT event information about the patient; populating this field requires ADT feature authorization enabled on customer account
Show child attributes
ADT events for the patient, at least one of which should have classification of MAIN
1 - 300 elementsShow child attributes
Reason why this event is included on request
MAIN, SUPPLEMENTAL "MAIN"
Message Control ID from MSH.10
1"5125745967"
ADT event type, generally from MSH.9.2 (EVN.1 in older messages)
A01, A02, A03, A04, A05, A06, A07, A08, A09, A10, A11, A12, A13, A14, A15, A16, A17, A18, A19, A20, A21, A22, A23, A24, A25, A26, A27, A28, A29, A30, A31, A32, A33, A34, A35, A36, A37, A38, A39, A40, A41, A42, A43, A44, A45, A46, A47, A48, A49, A50, A51, A52, A53, A54, A55, A60, A61, A62 "A03"
Name of the facility that sent the ADT, generally mapped from MSH.4; very important for matching admit/discharge pairs
1"First Memorial Hospital"
Timestamp when this ADT event was received/processed; used to help establish chronological order of incoming events
"2024-11-01T20:25:16.907Z"
Sending facility's ID for the patient, helpful to provider in case of follow-up contact, generally from PID.2, PID.3, or PID.4
{
"root": "2.16.840.1.113883.3.9359.0",
"extension": "FMH-12345"
}Patient class from PV1.2
"E"
Visit number from PV1.19
{
"root": "FirstMemHosp",
"extension": "987654321"
}Date portion of admit timestamp from PV1.44
"2024-10-31"
Date portion of (first) discharge timestamp from PV1.45
"2024-11-01"
Discharge disposition from PV1.36
"02"
Discharged to location from PV1.37
"Home"
Admit reason from PV2.3
Show child attributes
The specific code from a code system
"N0000175497"
Code system OID. Must be populated if known
"2.16.840.1.113883.6.345"
Human-readable name of the code system name if known
"MED-RT"
Human-readable description of the code
"Penicillin-class Antibacterial"
{ "displayName": "Stomach ache" }Diagnoses, one for each DG1 segment; any diagnosis without a valid ICD-10 code is ignored
500Show child attributes
Diagnosis Code Identifier from DG1.3.1
1"R10.13"
Diagnosis Code System from DG1.3.3
"I10"
Diagnosis Type from DG1.6
"Final"
[
{
"code": "R10.13",
"codeSystem": "I10",
"type": "Final"
}
]Directives which may influence how the data is processed
Show child attributes
Whether patient is new to the clinic (first time patient)
false
Diagnostic categories of interest regarding the patient
Show child attributes
Autoimmune diagnostic information is desired for the patient
false
Bariatric diagnostic information is desired for the patient
false
Behavioral Health diagnostic information is desired for the patient
false
Cardiovascular diagnostic information is desired for the patient
false
Dental diagnostic information is desired for the patient
false
Dermatological/Integumentary diagnostic information is desired for the patient
false
Endocrinological diagnostic information is desired for the patient
false
Gastroenterological/Gastrointestinal/Hepatobiliary diagnostic information is desired for the patient
false
General diagnostic information is desired for the patient; use in conjunction with medicalSummaryPeriod to limit the data normally returned
false
General Surgery diagnostic information is desired for the patient
false
Hematological diagnostic information is desired for the patient
false
Infectious disease diagnostic information is desired for the patient
false
Lymphatic diagnostic information is desired for the patient
false
Men's Health diagnostic information is desired for the patient
false
Metabolic diagnostic information is desired for the patient
false
Musculoskeletal diagnostic information is desired for the patient
false
Neonatological diagnostic information is desired for the patient
false
Neurological diagnostic information is desired for the patient
false
Nutritional diagnostic information is desired for the patient
false
Oncological diagnostic information is desired for the patient
false
Ophthalmic diagnostic information is desired for the patient
false
Otolaryngological diagnostic information is desired for the patient
false
Chronic pain-related diagnostic information is desired for the patient
false
Post-surgery diagnostic information is desired for the patient
false
Pulmonary diagnostic information is desired for the patient
false
Renal diagnostic information is desired for the patient
false
Spinal diagnostic information is desired for the patient
false
Stroke diagnostic information is desired for the patient
false
Toxicological diagnostic information is desired for the patient
false
Urological diagnostic information is desired for the patient
false
Women's Health diagnostic information is desired for the patient
false
Medications of interest regarding the patient. Include MedicationRequest details if known. These may be displayed on documents to direct the reader's attention.
For medication filtering to work correctly, medication request codes must be 11-digit NDCs. Therefore the code system must be either http://hl7.org/fhir/sid/ndc (the NDC URI) or 2.16.840.1.113883.6.69 (the NDC OID), and the code value must be an 11-digit NDC, with or without dashes.
Show child attributes
Whether this medication is still being actively used by the patient
true
Medication name code. Code system should be RxNorm if possible
Show child attributes
Human-readable description of the code
1"Penicillin-class Antibacterial"
The specific code from a code system
"N0000175497"
Code system OID. Must be populated if known
"2.16.840.1.113883.6.345"
Human-readable name of the code system name if known
"MED-RT"
{
"code": "6809",
"codeSystem": "2.16.840.1.113883.6.88",
"codeSystemName": "RxNorm",
"displayName": "metFORMIN"
}Medication class code. Code system should be MED-RT if possible
Show child attributes
Human-readable description of the code
1"Penicillin-class Antibacterial"
The specific code from a code system
"N0000175497"
Code system OID. Must be populated if known
"2.16.840.1.113883.6.345"
Human-readable name of the code system name if known
"MED-RT"
{
"code": "N0000175565",
"codeSystem": "2.16.840.1.113883.6.345",
"codeSystemName": "MED-RT",
"displayName": "Biguanide"
}Medication schedule code.
Show child attributes
Human-readable description of the code
1"Penicillin-class Antibacterial"
The specific code from a code system
"N0000175497"
Code system OID. Must be populated if known
"2.16.840.1.113883.6.345"
Human-readable name of the code system name if known
"MED-RT"
{
"code": "IV",
"codeSystem": "2.16.840.1.113883.12.477",
"codeSystemName": "Controlled Substance Schedule",
"displayName": "Schedule IV"
}Show child attributes
Medication code. This is the specific medication including form. Code system should be NDC or RxNorm if possible. NDC codes are strongly encouraged to be 11-digit if possible, otherwise 10-digit with dashes.
Show child attributes
Human-readable description of the code
1"Penicillin-class Antibacterial"
The specific code from a code system
"N0000175497"
Code system OID. Must be populated if known
"2.16.840.1.113883.6.345"
Human-readable name of the code system name if known
"MED-RT"
{
"code": "861007",
"codeSystem": "2.16.840.1.113883.6.88",
"codeSystemName": "RxNorm",
"displayName": "metFORMIN hydrochloride 500 MG Oral Tablet"
}Form the medication is in. Code system should be NCI Thesaurus if possible
Show child attributes
Human-readable description of the code
1"Penicillin-class Antibacterial"
The specific code from a code system
"N0000175497"
Code system OID. Must be populated if known
"2.16.840.1.113883.6.345"
Human-readable name of the code system name if known
"MED-RT"
{
"code": "C42998",
"codeSystem": "2.16.840.1.113883.3.26.1.1",
"codeSystemName": "NCI Thesaurus",
"displayName": "tablet"
}Route by which the medication is administered
Show child attributes
Human-readable description of the code
1"Penicillin-class Antibacterial"
The specific code from a code system
"N0000175497"
Code system OID. Must be populated if known
"2.16.840.1.113883.6.345"
Human-readable name of the code system name if known
"MED-RT"
{
"code": "C38288",
"codeSystem": "2.16.840.1.113883.3.26.1.1",
"codeSystemName": "NCI Thesaurus",
"displayName": "oral"
}Date the medication was prescribed, in ISO-8601 format yyyy-MM-dd
"2023-12-02"
Prescriber of the medication
Show child attributes
NPI value
10"1414912117"
Show child attributes
Family name (last name)
1"Johnson"
First and middle names. First name (at least) is required
1Name prefix
"Mr."
Name suffix
"Jr."
{
"family": "Johnson",
"given": ["John", "Aaron"],
"prefix": "Mr.",
"suffix": "Jr."
}Facility where the medication was prescribed
Show child attributes
Facility Name
1"ABC Clinic"
Facility Address
Show child attributes
5-digit zip code
"55401"
Street lines of the address
The city
"Minneapolis"
State code abbreviation
"MN"
{
"lines": ["123 Main St", "Suite 517"],
"city": "Minneapolis",
"state": "MN",
"zip": "55401"
}Quantity initially filled for the medication
10
Number of refills allowed for this prescription
0
Timing of medication administration, taken from https://www.hl7.org/fhir/R4/valueset-timing-abbreviation.html (OID 2.16.840.1.113883.4.642.3.78). Should be consistent with frequency if both populated
BID, TID, QID, AM, PM, QD, QOD, Q1H, Q2H, Q3H, Q4H, Q6H, Q8H, BED, WK, MO "QD"
Unit of time as defined by http://hl7.org/fhir/ValueSet/units-of-time. Should be consistent with timingEvent if both populated
"d"
Frequency at which the medication should be taken. Should be consistent with timingEvent if both populated
1
Show child attributes
Prescriber's sig, or directions for taking the medication
"take 1 tablet by mouth once daily"
Unit of the dosage strength
"mg"
Value of the dosage strength
100
Unit of a single dose
"puffs"
Value of a single dose
2
Processing hint which influences the inclusive date range for data returned on the medical summary. If this is used, at least one diagnostic category must also be enabled.
Quality measure configuration options. If omitted, defaults to the customer default configuration.
Show child attributes
Blood Pressure Control measure configuration
Show child attributes
Whether the measure is enabled for quality reporting
Blood Pressure Control for Diabetics measure configuration
Show child attributes
Whether the measure is enabled for quality reporting
Diabetic Eye Exam measure configuration
Show child attributes
Whether the measure is enabled for quality reporting
Kidney Health measure configuration
Show child attributes
Whether the measure is enabled for quality reporting
Blood Pressure Medications adherence measure configuration
Show child attributes
Whether the measure is enabled for quality reporting
Cholesterol Medications adherence measure configuration
Show child attributes
Whether the measure is enabled for quality reporting
Diabetes Medications adherence measure configuration
Show child attributes
Whether the measure is enabled for quality reporting
Breast Cancer Screening measure configuration
Show child attributes
Whether the measure is enabled for quality reporting
Cervical Cancer Screening measure configuration
Show child attributes
Whether the measure is enabled for quality reporting
Colorectal Screening measure configuration
Show child attributes
Whether the measure is enabled for quality reporting
Depression Screening measure configuration
Show child attributes
Whether the measure is enabled for quality reporting
Tobacco Use screening measure configuration
Show child attributes
Whether the measure is enabled for quality reporting
Identifier which can be used to logically group requests together. Do not populate if you do not need to group requests together. Will default if not populated
"BATCH-123"
Directives which may influence how the data is processed. Applies to all requests in this panel.
Show child attributes
Whether pharmacy medication history information should be requested prior to any further processing. Note: only a limited number of batches are allowed per day with this flag set to true. Make sure patients are batched together in groups. Contact your customer success representative for more details on usage of this feature.
true
Configuration details for interactions with the KAID service. Normally, not populated.
Show child attributes
Identifier for the specific KAID Tenant configuration which should be used for processing. This value is required to match a tenant configured by Connective Health.
""
Created documents to be potentially delivered. Do not populate unless overriding the customer defaults is necessary. An empty list means no documents should be delivered.
PATIENT_CARE_SUMMARY, QUALITY_MEASURES_SUMMARY Success
Unique overall Connective Health identifier to correlate subsequent processing or troubleshooting
"10c7b080-76f2-4aff-beeb-a2f7b4ca7a89"
Response details about each individual request in the panel
Show child attributes
Zero-based sequence number for which element in the original request this response is for
0
Unique Connective Health identifier to correlate subsequent processing or troubleshooting
"e5c3310a-6cb4-4755-a5c2-35b99d946181"