http://terminology.hl7.org/CodeSystem/list-empty-reason|4.0.1

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

List Empty Reasons

General reasons for a list to be empty. Reasons are either related to a summary list (i.e. problem or medication list) or to a workflow related list (i.e. consultation list).

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://terminology.hl7.org/CodeSystem/list-empty-reason"
  }, {
    "name" : "version",
    "valueString" : "4.0.1"
  } ]
}