PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sdc.r4@3.0.0
    http://hl7.org/fhir/uv/sdc/CodeSystem/assemble-expectation
{
  "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.",
  "_filename": "CodeSystem-assemble-expectation.json",
  "package_name": "hl7.fhir.uv.sdc.r4",
  "date": "2022-03-08T18:37:19+00:00",
  "publisher": "HL7 International - FHIR Infrastructure Work Group",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
    } ]
  } ],
  "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",
  "type": null,
  "experimental": null,
  "resourceType": "CodeSystem",
  "title": "Assemble Expectation Codes",
  "package_version": "3.0.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 3,
    "_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": "draft",
  "id": "7fcb1eab-8ab4-4545-80d0-afcfb998cf44",
  "kind": null,
  "url": "http://hl7.org/fhir/uv/sdc/CodeSystem/assemble-expectation",
  "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": "3.0.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  } ]
}