Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following is the example response where  the OperationOutcome in this case the response was false.

Code Block
breakoutModefull-width
languagejson
{
	"resourceType": "GuidanceResponse""GuidanceResponse",
	"id": "HC-000-e8cc6b73-cdb3-4e21-a464-cc01b7c8fbe4",
	"contained": [
		{
			"resourceType": "OperationOutcome",
			"id": "1",
			"issue": [
				{
					"severity": "information",
					"code": "informational",
					"location": [
						"Condition/ORG-1003-hc-cond-izzy-hf-1/_history/1"
					]
				}
			]
		},
		{
			"resourceType": "Parameters",
			"id": "2",
			"parameter": [
				{
					"name": "transformed-result",
					"valueBoolean": false
				}
			]
		},
		{
			"resourceType": "RequestGroup",
			"id": "3",
			"status": "completed",
			"intent": "proposal"
		}
	],
	"extension": [
		{
			"url": "http://perspecta.com/healthconcourse/guidance-module-canonical",
			"valueString": "https://fhir-admin.demo-staging2.openplatform.healthcare/Library/ORG-Motive-HIMSSCKDIdUrgentCareDR2|1"
		},
		{
			"url": "http://perspecta.com/fhir/km/StructureDefinition/guidance-moduleset",
			"valueString": "patient-id:HC-000-1045module-id:[ORG-Motive-HIMSSCKDIdUrgentCareDR2]"
		}
	],
	"status": "success",
	"subject": {
		"id": "HC-000-1045",
		"reference": "Patient/HC-000-1045"
	},
	"occurrenceDateTime": "2020-08-18T21:26:11+00:00",
	"reasonCodeableConcept": {
		"text": "Stale Guidance encountered when checking for stale period. Generated at 2020-08-18T21:26:06+00:00."
	},
	"evaluationMessage": [
		{
			"reference": "#1"
		}
	],
	"outputParameters": {
		"reference": "#2"
	},
	"result": {
		"reference": "#3"
	}
}