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.

{
  "description" : "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.",
  "compose" : null,
  "package" : "hl7.fhir.uv.sdc@4.0.0-ballot",
  "date" : "2024-12-17T01:55:34Z",
  "publisher" : "HL7 International / FHIR Infrastructure",
  "jurisdiction" : [ {
    "coding" : [ {
      "code" : "001",
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display" : "World"
    } ]
  } ],
  "content" : "complete",
  "property" : [ {
    "uri" : "http://hl7.org/fhir/concept-properties#notSelectable",
    "code" : "notSelectable",
    "type" : "boolean",
    "description" : "Indicates that the concept is abstract.  It can be used for searching, but cannot appear in instances"
  }, {
    "uri" : "http://hl7.org/fhir/concept-properties#parent",
    "code" : "parent",
    "type" : "code",
    "description" : "Indicates a parent concept that can subsume this concept"
  } ],
  "name" : "AssembleExpectation",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "Assemble Expectation Codes",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 4,
    "_valueInteger" : {
      "extension" : [ {
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
      } ]
    }
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use",
    "_valueCode" : {
      "extension" : [ {
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
      } ]
    }
  } ],
  "status" : "active",
  "id" : "0778630c-7e9b-5f57-969b-6f444a30e857",
  "count" : 9,
  "url" : "http://hl7.org/fhir/uv/sdc/CodeSystem/assemble-expectation",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.40.17.16.2",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "concept" : [ {
    "code" : "assembly",
    "display" : "Assembly needed",
    "property" : [ {
      "code" : "notSelectable",
      "valueBoolean" : true
    } ],
    "definition" : "An abstract code that subsumes all codes for Questionnaires that require assembly prior to use"
  }, {
    "code" : "independent",
    "display" : "No assembly needed",
    "property" : [ {
      "code" : "notSelectable",
      "valueBoolean" : true
    } ],
    "definition" : "An abstract code that subsumes all codes for Questionnaires that DO NOT require assembly prior to use"
  }, {
    "code" : "root",
    "display" : "Root Questionnaires",
    "property" : [ {
      "code" : "notSelectable",
      "valueBoolean" : true
    } ],
    "definition" : "An abstract code that subsumes all codes for Questionnaires that can act as the root for a QuestionnaireResponse"
  }, {
    "code" : "child",
    "display" : "Child Questionnaires",
    "property" : [ {
      "code" : "notSelectable",
      "valueBoolean" : true
    } ],
    "definition" : "An abstract code that subsumes all codes for Questionnaires that can act as subQuestionnaires"
  }, {
    "code" : "assemble-root-or-child",
    "display" : "Assembly-required root or child",
    "property" : [ {
      "code" : "notSelectable",
      "valueBoolean" : false
    }, {
      "code" : "parent",
      "valueCode" : "assembly"
    }, {
      "code" : "parent",
      "valueCode" : "root"
    }, {
      "code" : "parent",
      "valueCode" : "child"
    } ],
    "definition" : "This Questionnaire can be used as the root of an assembly operation or as a child in an assembly process.  In either case, assembly is required before use."
  }, {
    "code" : "assemble-root",
    "display" : "Assembly-required root",
    "property" : [ {
      "code" : "notSelectable",
      "valueBoolean" : false
    }, {
      "code" : "parent",
      "valueCode" : "assembly"
    }, {
      "code" : "parent",
      "valueCode" : "root"
    } ],
    "definition" : "This Questionnaire can be used as the root of an assembly operation, but requires assembly before use.  It is not intended for use as a child module."
  }, {
    "code" : "assemble-child",
    "display" : "Assembly required child",
    "property" : [ {
      "code" : "notSelectable",
      "valueBoolean" : false
    }, {
      "code" : "parent",
      "valueCode" : "assembly"
    }, {
      "code" : "parent",
      "valueCode" : "child"
    } ],
    "definition" : "This Questionnaire is intended to be used as an assembly operation but cannot be used as a root - it must always be a child module"
  }, {
    "code" : "independent-root-or-child",
    "display" : "Assembled root-or-child",
    "property" : [ {
      "code" : "notSelectable",
      "valueBoolean" : false
    }, {
      "code" : "parent",
      "valueCode" : "independent"
    }, {
      "code" : "parent",
      "valueCode" : "root"
    }, {
      "code" : "parent",
      "valueCode" : "child"
    } ],
    "definition" : "This Questionnaire can be used without assembly and be used directly, but is also safe for use as a child module"
  }, {
    "code" : "independent-child",
    "display" : "Assembled child",
    "property" : [ {
      "code" : "notSelectable",
      "valueBoolean" : false
    }, {
      "code" : "parent",
      "valueCode" : "independent"
    }, {
      "code" : "parent",
      "valueCode" : "child"
    } ],
    "definition" : "This Questionnaire can be used without assembly, is also safe for use as a child module and is only intended for use as a child"
  } ],
  "caseSensitive" : true,
  "version" : "4.0.0-ballot",
  "contact" : [ {
    "name" : "HL7 International / FHIR Infrastructure",
    "telecom" : [ {
      "value" : "http://www.hl7.org/Special/committees/fiwg",
      "system" : "url"
    } ]
  }, {
    "telecom" : [ {
      "value" : "http://www.hl7.org/Special/committees/fiwg",
      "system" : "url"
    } ]
  } ]
}