ProcessResponse - FHIR Resource (dstu2)
This ProcessResponse Resource uses the
FHIR API standard for access and structure.
Validate an ProcessResponse FHIR Resource (dstu2)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
created | false | dateTime | # Creation date
|
disposition | false | string | # Disposition Message
|
error | true | Coding | # Error code
|
form | false | Coding | # Printed Form Identifier
|
identifier | true | Identifier | # Business Identifier
|
notes | true | Data Type | # Notes
|
organization | false | Reference | # Authoring Organization
|
originalRuleset | false | Coding | # Original version
|
outcome | false | Coding | # Processing outcome
|
request | false | Reference | # Request reference
|
requestOrganization | false | Reference | # Responsible organization
|
requestProvider | false | Reference | # Responsible Practitioner
|
ruleset | false | Coding | # Resource version
|
ProcessResponse Structure
{
"resourceType" : "ProcessResponse",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Business Identifier
"request" : { Reference(Any) }, // Request reference
"outcome" : { Coding }, // Processing outcome
"disposition" : "<string>", // Disposition Message
"ruleset" : { Coding }, // Resource version
"originalRuleset" : { Coding }, // Original version
"created" : "<dateTime>", // Creation date
"organization" : { Reference(Organization) }, // Authoring Organization
"requestProvider" : { Reference(Practitioner) }, // Responsible Practitioner
"requestOrganization" : { Reference(Organization) }, // Responsible organization
"form" : { Coding }, // Printed Form Identifier
"notes" : [{ // Notes
"type" : { Coding }, // display | print | printoper
"text" : "<string>" // Notes text
}],
"error" : [{ Coding }] // Error code
}
ProcessResponse Search Parameters
The following search parameters can be used to query ProcessResponse resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/ProcessResponse?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
identifier | text | identifier |
organization | reference | organization |
request | reference | request |
requestorganization | reference | requestOrganization |
requestprovider | reference | requestProvider |