http://hl7.org/fhir/uv/sdc/CodeSystem/assemble-expectation|4.0.0-ballot

name
AssembleExpectation
package
hl7.fhir.uv.sdc@4.0.0-ballot
content
complete
status
active
date
2024-12-17 01:55:34.0

Assemble Expectation Codes

A set of codes that reflect the relevance of the Questionnaire to the $assemble operation - specifically, whether the form needs to be assembled, whether the form can be referenced as a subQuestionnaire and whether the form can be used as the 'root' of a QuestionnaireResponse.

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://hl7.org/fhir/uv/sdc/CodeSystem/assemble-expectation"
  }, {
    "name" : "version",
    "valueString" : "4.0.0-ballot"
  } ]
}