http://hl7.org/fhir/goal-status-reason|4.0.1

name
GoalStatusReason
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
draft

Goal status reason

Example codes indicating the reason for a current status. Note that these are in no way complete and might not even be appropriate for some uses.

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://hl7.org/fhir/goal-status-reason"
  }, {
    "name" : "version",
    "valueString" : "4.0.1"
  } ]
}