DetectedIssue.category FHIR attribute (stu3) In the DetectedIssue resource for FHIR stu3 , the category attribute identifies the Issue Category, e.g. drug-drug, duplicate therapy, etc.
category (DetectedIssue) description Attribute Name: category
Description: Issue Category, e.g. drug-drug, duplicate therapy, etc.
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
DetectedIssue.category Example "category": {
"coding": [
{
"code": "DRG",
"system": "http://hl7.org/fhir/v3/ActCode",
"display": "Drug Interaction Alert"
}
]
}
DetectedIssue attributes Attribute Field is list Type Description
status
false
code
registered | preliminary | final | amended +
Description: registered | preliminary | final | amended +
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "status": "final"
category
false
CodeableConcept
Issue Category, e.g. drug-drug, duplicate therapy, etc.
Description: Issue Category, e.g. drug-drug, duplicate therapy, etc.
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "category": {
"coding": [
{
"code": "DRG",
"system": "http://hl7.org/fhir/v3/ActCode",
"display": "Drug Interaction Alert"
}
]
}
patient
false
Reference
Associated patient
Description: Associated patient
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
severity
false
code
high | moderate | low
Description: high | moderate | low
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "severity": "high"
reference
false
uri
Authority for issue
Description: Authority for issue
Attribute Type : uri
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
author
false
Reference
The provider or device that identified the issue
Description: The provider or device that identified the issue
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "author": {
"reference": "Device/software"
}
detail
false
string
Description and context
Description: Description and context
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "detail": "Risk of internal bleeding. Those who take acetaminophen along with the widely used blood-thinning drug warfarin may face the risk of serious internal bleeding. People on warfarin who take acetaminophen for at least seven days in a row should be closely watched for bleeding."
date
false
dateTime
When identified
Description: When identified
Attribute Type : dateTime
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "date": "2014-01-05"
mitigation
true
Data Type
Step taken to address
Description: Step taken to address
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "mitigation": [
{
"action": {
"text": "Asked patient to discontinue regular use of Tylenol and to consult with clinician if they need to resume to allow appropriate INR monitoring",
"coding": [
{
"code": "13",
"system": "http://hl7.org/fhir/v3/ActCode",
"display": "Stopped Concurrent Therapy"
}
]
},
"date": "2014-01-05",
"author": {
"display": "Dr. Adam Careful",
"reference": "Practitioner/example"
}
}
]
implicated
true
Reference
Problem resource
Description: Problem resource
Attribute Type : Reference
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example: "implicated": [
{
"display": "500 mg Acetaminophen tablet 1/day, PRN since 2010",
"reference": "MedicationStatement/example001"
},
{
"display": "Warfarin 1 MG TAB prescribed Jan. 15, 2015",
"reference": "MedicationRequest/medrx0331"
}
]
identifier
false
Identifier
Unique id for the detected issue
Description: Unique id for the detected issue
Attribute Type : Identifier
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A