Structured Data Capture
3.0.0 - STU 3 International flag

Structured Data Capture, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions

: Assemble Expectation Codes - TTL Representation

Page standards status: Trial-use Maturity Level: 3

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "assemble-expectation"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Properties</b></p><p><b>This code system  defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>notSelectable</td><td>http://hl7.org/fhir/concept-properties#notSelectable</td><td>boolean</td><td>Indicates that the concept is abstract.  It can be used for searching, but cannot appear in instances</td></tr><tr><td>parent</td><td>http://hl7.org/fhir/concept-properties#parent</td><td>code</td><td>Indicates a parent concept that can subsume this concept</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/sdc/CodeSystem/assemble-expectation</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Not Selectable</b></td><td><b>Parent</b></td></tr><tr><td style=\"white-space:nowrap\">assembly<a name=\"assemble-expectation-assembly\"> </a></td><td>Assembly needed</td><td>An abstract code that subsumes all codes for Questionnaires that require assembly prior to use</td><td>true</td><td/></tr><tr><td style=\"white-space:nowrap\">independent<a name=\"assemble-expectation-independent\"> </a></td><td>No assembly needed</td><td>An abstract code that subsumes all codes for Questionnaires that DO NOT require assembly prior to use</td><td>true</td><td/></tr><tr><td style=\"white-space:nowrap\">root<a name=\"assemble-expectation-root\"> </a></td><td>Root Questionnaires</td><td>An abstract code that subsumes all codes for Questionnaires that can act as the root for a QuestionnaireResponse</td><td>true</td><td/></tr><tr><td style=\"white-space:nowrap\">child<a name=\"assemble-expectation-child\"> </a></td><td>Child Questionnaires</td><td>An abstract code that subsumes all codes for Questionnaires that can act as subQuestionnaires</td><td>true</td><td/></tr><tr><td style=\"white-space:nowrap\">assemble-root-or-child<a name=\"assemble-expectation-assemble-root-or-child\"> </a></td><td>Assembly-required root or child</td><td>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.</td><td>false</td><td><a href=\"#assemble-expectation-assembly\">assembly</a>, <a href=\"#assemble-expectation-root\">root</a>, <a href=\"#assemble-expectation-child\">child</a></td></tr><tr><td style=\"white-space:nowrap\">assemble-root<a name=\"assemble-expectation-assemble-root\"> </a></td><td>Assembly-required root</td><td>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.</td><td>false</td><td><a href=\"#assemble-expectation-assembly\">assembly</a>, <a href=\"#assemble-expectation-root\">root</a></td></tr><tr><td style=\"white-space:nowrap\">assemble-child<a name=\"assemble-expectation-assemble-child\"> </a></td><td>Assembly required child</td><td>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</td><td>false</td><td><a href=\"#assemble-expectation-assembly\">assembly</a>, <a href=\"#assemble-expectation-child\">child</a></td></tr><tr><td style=\"white-space:nowrap\">independent-root-or-child<a name=\"assemble-expectation-independent-root-or-child\"> </a></td><td>Assembled root-or-child</td><td>This Questionnaire can be used without assembly and be used directly, but is also safe for use as a child module</td><td>false</td><td><a href=\"#assemble-expectation-independent\">independent</a>, <a href=\"#assemble-expectation-root\">root</a>, <a href=\"#assemble-expectation-child\">child</a></td></tr><tr><td style=\"white-space:nowrap\">independent-child<a name=\"assemble-expectation-independent-child\"> </a></td><td>Assembled child</td><td>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</td><td>false</td><td><a href=\"#assemble-expectation-independent\">independent</a>, <a href=\"#assemble-expectation-child\">child</a></td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fhir" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
fhir:v "3"^^xsd:integer ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc>         ]       ] )     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "trial-use" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc>         ]       ] )     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/CodeSystem/assemble-expectation"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "3.0.0"] ; # 
  fhir:name [ fhir:v "AssembleExpectation"] ; # 
  fhir:title [ fhir:v "Assemble Expectation Codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-12-07T23:07:45+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / FHIR Infrastructure" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "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."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; # 
  fhir:property ( [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#notSelectable"^^xsd:anyURI ] ;
fhir:description [ fhir:v "Indicates that the concept is abstract.  It can be used for searching, but cannot appear in instances" ] ;
fhir:type [ fhir:v "boolean" ]
  ] [
fhir:code [ fhir:v "parent" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#parent"^^xsd:anyURI ] ;
fhir:description [ fhir:v "Indicates a parent concept that can subsume this concept" ] ;
fhir:type [ fhir:v "code" ]
  ] ) ; # 
  fhir:concept ( [
fhir:code [ fhir:v "assembly" ] ;
fhir:display [ fhir:v "Assembly needed" ] ;
fhir:definition [ fhir:v "An abstract code that subsumes all codes for Questionnaires that require assembly prior to use" ] ;
    ( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "independent" ] ;
fhir:display [ fhir:v "No assembly needed" ] ;
fhir:definition [ fhir:v "An abstract code that subsumes all codes for Questionnaires that DO NOT require assembly prior to use" ] ;
    ( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "root" ] ;
fhir:display [ fhir:v "Root Questionnaires" ] ;
fhir:definition [ fhir:v "An abstract code that subsumes all codes for Questionnaires that can act as the root for a QuestionnaireResponse" ] ;
    ( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "child" ] ;
fhir:display [ fhir:v "Child Questionnaires" ] ;
fhir:definition [ fhir:v "An abstract code that subsumes all codes for Questionnaires that can act as subQuestionnaires" ] ;
    ( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ]     ] )
  ] [
fhir:code [ fhir:v "assemble-root-or-child" ] ;
fhir:display [ fhir:v "Assembly-required root or child" ] ;
fhir:definition [ fhir:v "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." ] ;
    ( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "assembly" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "root" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "child" ]     ] )
  ] [
fhir:code [ fhir:v "assemble-root" ] ;
fhir:display [ fhir:v "Assembly-required root" ] ;
fhir:definition [ fhir:v "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." ] ;
    ( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "assembly" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "root" ]     ] )
  ] [
fhir:code [ fhir:v "assemble-child" ] ;
fhir:display [ fhir:v "Assembly required child" ] ;
fhir:definition [ fhir:v "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" ] ;
    ( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "assembly" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "child" ]     ] )
  ] [
fhir:code [ fhir:v "independent-root-or-child" ] ;
fhir:display [ fhir:v "Assembled root-or-child" ] ;
fhir:definition [ fhir:v "This Questionnaire can be used without assembly and be used directly, but is also safe for use as a child module" ] ;
    ( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "independent" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "root" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "child" ]     ] )
  ] [
fhir:code [ fhir:v "independent-child" ] ;
fhir:display [ fhir:v "Assembled child" ] ;
fhir:definition [ fhir:v "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" ] ;
    ( fhir:property [
fhir:code [ fhir:v "notSelectable" ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "independent" ]     ] [
fhir:code [ fhir:v "parent" ] ;
fhir:value [ fhir:v "child" ]     ] )
  ] ) . #