CareConvene

This will be a shared document between CareConvene and CIE Hub to document the process of submitting a referral and getting a list of referrals that are assigned to CareConvene

Example Patient

Here is a example of a patient JSOn

{ "active": true, "address": [ { "city": "{{CITY}}", "district": "{{COUNTY}}", "line": [ "123 test" ], "postalCode": "{{ZIP}}", "state": "{{STATE}}", "text": "{{PUT IN LINE + CITY + STATE + ZIP}}", "type": "physical", "use": "home" } ], "name": [ { "family": "{{LAST_NAME}}", "given": [ "{{FIRST_NAME}}" ], "use": "official" } ], "resourceType": "Patient", "telecom": [ { "system": "phone", "use": "mobile", "value": "(123) 456-7891" }, { "system": "phone", "use": "home", "value": "(123) 456-7891" }, { "system": "email", "use": "home", "value": "test@test.com" } ], "identifier": [ { "system": "https://careconvene.org", "type": { "text": "patientId" }, "use": "official", "value": "{{PUT IN ID}}" } ], "communication": [ { "language": { "coding": [ { "code": "en", "display": "", "system": "" } ] }, "preferred": true } ], "extension": [ { "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race", "valueString": "Black / African American" }, { "url": "http://hl7.org/fhir/us/military-service/StructureDefinition/military-service-veteran-status", "valueBoolean": false }, { "url": "https://mi-cie.org/fhir/StructureDefinition/disability-status", "valueBoolean": false }, { "url": "https://mi-cie.org/fhir/StructureDefinition/highest-level-education", "valueString": "Postsecondary nondegree award" }, { "url": "https://mi-cie.org/fhir/StructureDefinition/modified-by-user", "valueString": "" }, { "url": "https://mi-cie.org/fhir/StructureDefinition/tribal-affiliation", "valueBoolean": false }, ], }

 

ServiceRequest

Here is a example of a ServiceRequest

{ "category": [ { "coding": [ { "code": "home-visiting", "display": "Home Visiting", "system": "http://mi211.org" } ] } ], "code": { "coding": [ { "code": "Family Spirit", "display": "Family Spirit", "system": "https://211taxonomy.org/" }, { "code": "Nurse Family Partnership", "display": "Nurse Family Partnership", "system": "https://211taxonomy.org/" } ] }, "identifier": [ { "system": "https://careconvene.com", "type": { "text": "referralId" }, "use": "official", "value": "92ecfad6-9ace-4e51-be46-5dcca7d02511" } ], "intent": "original-order", "performer": [ { "identifier": { "value": "92110" }, "type": "HealthcareService" }, { "identifier": { "value": "173846" }, "type": "HealthcareService" } ], "requester": { "reference": "Patient/406fdac6-1b01-402e-a4fd-aa785181b8a4" }, "requisition": { "system": "https://mi211.org", "use": "official", "value": "1E5s9RG5mG1xBvTY8TChRF" }, "resourceType": "ServiceRequest", "status": "active", "subject": { "reference": "Patient/406fdac6-1b01-402e-a4fd-aa785181b8a4" }, "supportingInfo": [ { "reference": "Consent/5a82ef35-d491-4c6e-9a18-ee754fcb4ba2", "type": "Consent" } ] }