DetectedIssue - FHIR Resource (dstu2)
This DetectedIssue Resource uses the
FHIR API standard for access and structure.
Validate an DetectedIssue FHIR Resource (dstu2)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
author | false | Reference | # The provider or device that identified the issue
|
category | false | CodeableConcept | # Issue Category, e.g. drug-drug, duplicate therapy, etc.
|
date | false | dateTime | # When identified
|
detail | false | string | # Description and context
|
identifier | false | Identifier | # Unique id for the detected issue
|
implicated | true | Reference | # Problem resource
|
mitigation | true | Data Type | # Step taken to address
|
patient | false | Reference | # Associated patient
|
reference | false | uri | # Authority for issue
|
severity | false | code | # high | moderate | low
|
DetectedIssue Structure
{
"resourceType" : "DetectedIssue",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"patient" : { Reference(Patient) }, // Associated patient
"category" : { CodeableConcept }, // Issue Category, e.g. drug-drug, duplicate therapy, etc.
"severity" : "<code>", // high | moderate | low
"implicated" : [{ Reference(Any) }], // Problem resource
"detail" : "<string>", // Description and context
"date" : "<dateTime>", // When identified
"author" : { Reference(Practitioner|Device) }, // The provider or device that identified the issue
"identifier" : { Identifier }, // Unique id for the detected issue
"reference" : "<uri>", // Authority for issue
"mitigation" : [{ // Step taken to address
"action" : { CodeableConcept }, // R! What mitigation?
"date" : "<dateTime>", // Date committed
"author" : { Reference(Practitioner) } // Who is committing?
}]
}
DetectedIssue Search Parameters
The following search parameters can be used to query DetectedIssue resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/DetectedIssue?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
author | reference | author |
category | text | category |
date | date | date |
identifier | text | identifier |
implicated | reference | implicated |
patient | reference | patient |