R4 Basic: Call Intake
System: https://fhir.netsmartcloud.com/v4/ValueSet/basic-resource-type
Code: callintake
The Call Intake Basic resource is used to make the myAvatar Call Intake form accessible via FHIR.
Supported CareRecords
| CareRecord / Solution | Create | Read | Update | Search |
|---|---|---|---|---|
| GEHRIMED | - | - | - | - |
| myAvatar | Yes | Yes | Yes | Yes |
| myEvolv | - | - | - | - |
| myUnity | - | - | - | - |
| Referral Manager | - | - | - | - |
Extensions
| Name | Card. | Data Type | Notes |
|---|---|---|---|
| Caller | 1..1 | Complex | This includes a code bound to a customizable dictionary configured in myAvatar and may vary by organization. |
| Date | 1..1 | datetime | |
| Disposition | 1..1 | code | This is bound to a customizable dictionary configured in myAvatar and may vary by organization. |
| Patient Name | 1..1 | HumanName | |
| Program | 1..1 | code | This is bound to a customizable dictionary configured in myAvatar and may vary by organization. |
| Remarks | 0..1 | string | |
| Type | 1..1 | code | C | W Call or Walk-In |
Sample Payload
- Production
- Preview
{
"resourceType": "Basic",
"id": "P11||CAL66632.001",
"meta": {
"lastUpdated": "2023-05-10T14:52:36.789-05:00"
},
"extension": [
{
"url": "https://fhir.netsmartcloud.com/v4/StructureDefinition/callintake-caller",
"extension": [
{
"url": "type",
"valueCode": "A"
},
{
"url": "name",
"valueHumanName": [
{
"family": "FAMILY",
"given": [
"GIVEN"
]
}
]
}
]
},
{
"url": "https://fhir.netsmartcloud.com/v4/StructureDefinition/callintake-date",
"valueDateTime": "2023-05-10T11:22:00-05:00"
},
{
"url": "https://fhir.netsmartcloud.com/v4/StructureDefinition/callintake-disposition",
"valueCode": "42"
},
{
"url": "https://fhir.netsmartcloud.com/v4/StructureDefinition/callintake-patient-name",
"valueHumanName": {
"family": "LAST",
"given": [
"FIRST"
]
}
},
{
"url": "https://fhir.netsmartcloud.com/v4/StructureDefinition/callintake-program",
"valueCode": "360"
},
{
"url": "https://fhir.netsmartcloud.com/v4/StructureDefinition/callintake-remarks",
"valueString": "This is free text entered about this call intake.\nIt may include line breaks."
},
{
"url": "https://fhir.netsmartcloud.com/v4/StructureDefinition/callintake-type",
"valueCode": "C"
}
],
"code": {
"coding": [
{
"system": "https://fhir.netsmartcloud.com/v4/ValueSet/basic-resource-type",
"code": "callintake"
}
]
},
"subject": {
"reference": "Patient/P11",
"type": "Patient"
}
}
{
"resourceType": "Basic",
"id": "P11||CAL66632.001",
"meta": {
"lastUpdated": "2023-05-10T14:52:36.789-05:00"
},
"extension": [
{
"url": "https://fhirtest.netsmartcloud.com/v4/StructureDefinition/callintake-caller",
"extension": [
{
"url": "type",
"valueCode": "A"
},
{
"url": "name",
"valueHumanName": [
{
"family": "FAMILY",
"given": [
"GIVEN"
]
}
]
}
]
},
{
"url": "https://fhirtest.netsmartcloud.com/v4/StructureDefinition/callintake-date",
"valueDateTime": "2023-05-10T11:22:00-05:00"
},
{
"url": "https://fhirtest.netsmartcloud.com/v4/StructureDefinition/callintake-disposition",
"valueCode": "42"
},
{
"url": "https://fhirtest.netsmartcloud.com/v4/StructureDefinition/callintake-patient-name",
"valueHumanName": {
"family": "LAST",
"given": [
"FIRST"
]
}
},
{
"url": "https://fhirtest.netsmartcloud.com/v4/StructureDefinition/callintake-program",
"valueCode": "360"
},
{
"url": "https://fhirtest.netsmartcloud.com/v4/StructureDefinition/callintake-remarks",
"valueString": "This is free text entered about this call intake.\nIt may include line breaks."
},
{
"url": "https://fhirtest.netsmartcloud.com/v4/StructureDefinition/callintake-type",
"valueCode": "C"
}
],
"code": {
"coding": [
{
"system": "https://fhir.netsmartcloud.com/v4/ValueSet/basic-resource-type",
"code": "callintake"
}
]
},
"subject": {
"reference": "Patient/P11",
"type": "Patient"
}
}