ExpansionProfile.excludenotforui - FHIR attribute (stu3)
This attribute (excludenotforui) or resource (ExpansionProfile) is not yet supported. If it is needed for your application, please let us know
{"content":{"version":"stu3","resource":"ExpansionProfile","search":{"status":{"fields":["status"],"type":"text"},"publisher":{"fields":["publisher"],"type":"text"},"description":{"fields":["description"],"type":"text"},"url":{"fields":["url"],"type":"uri"},"jurisdiction":{"fields":["jurisdiction"],"type":"text"},"version":{"fields":["version"],"type":"text"},"date":{"fields":["date"],"type":"date"},"identifier":{"fields":["identifier"],"type":"text"},"name":{"fields":["name"],"type":"text"}},"docs":{"table":"\r\n \r\n{\r\n \"resourceType\" : \"ExpansionProfile\",\r\n // from Resource: id, meta, implicitRules, and language\r\n // from DomainResource: text, contained, extension, and modifierExtension\r\n \"url\" : \"<uri>\", // Logical URI to reference this expansion profile (globally unique)\r\n \"identifier\" : { Identifier }, // Additional identifier for the expansion profile\r\n \"version\" : \"<string>\", // Business version of the expansion profile\r\n \"name\" : \"<string>\", // Name for this expansion profile (computer friendly)\r\n \"status\" : \"<code>\", // R! draft | active | retired | unknown\r\n \"experimental\" : <boolean>, // For testing purposes, not real usage\r\n \"date\" : \"<dateTime>\", // Date this was last changed\r\n \"publisher\" : \"<string>\", // Name of the publisher (organization or individual)\r\n \"contact\" : [{ ContactDetail }], // Contact details for the publisher\r\n \"description\" : \"<markdown>\", // Natural language description of the expansion profile\r\n \"useContext\" : [{ UsageContext }], // Context the content is intended to support\r\n \"jurisdiction\" : [{ CodeableConcept }], // Intended jurisdiction for expansion profile (if applicable)\r\n \"fixedVersion\" : [{ // Fix use of a code system to a particular version\r\n \"system\" : \"<uri>\", // R! System to have its version fixed\r\n \"version\" : \"<string>\", // R! Specific version of the code system referred to\r\n \"mode\" : \"<code>\" // R! default | check | override\r\n }],\r\n \"excludedSystem\" : { // Systems/Versions to be exclude\r\n \"system\" : \"<uri>\", // R! The specific code system to be excluded\r\n \"version\" : \"<string>\" // Specific version of the code system referred to\r\n },\r\n \"includeDesignations\" : <boolean>, // Whether the expansion should include concept designations\r\n \"designation\" : { // When the expansion profile imposes designation contraints\r\n \"include\" : { // Designations to be included\r\n \"designation\" : [{ // The designation to be included\r\n \"language\" : \"<code>\", // Human language of the designation to be included\r\n \"use\" : { Coding } // What kind of Designation to include\r\n }]\r\n },\r\n \"exclude\" : { // Designations to be excluded\r\n \"designation\" : [{ // The designation to be excluded\r\n \"language\" : \"<code>\", // Human language of the designation to be excluded\r\n \"use\" : { Coding } // What kind of Designation to exclude\r\n }]\r\n }\r\n },\r\n \"includeDefinition\" : <boolean>, // Include or exclude the value set definition in the expansion\r\n \"activeOnly\" : <boolean>, // Include or exclude inactive concepts in the expansion\r\n \"excludeNested\" : <boolean>, // Nested codes in the expansion or not\r\n \"excludeNotForUI\" : <boolean>, // Include or exclude codes which cannot be rendered in user interfaces in the value set expansion\r\n \"excludePostCoordinated\" : <boolean>, // Include or exclude codes which are post coordinated expressions in the value set expansion\r\n \"displayLanguage\" : \"<code>\", // Specify the language for the display element of codes in the value set expansion\r\n \"limitedExpansion\" : <boolean> // Controls behaviour of the value set expand operation when value sets are too large to be completely expanded\r\n}\r\n\r\n\r\n ","example":{"status":"draft","publisher":"HL7 International","name":"Example Expansion Profile","resourceType":"ExpansionProfile","text":{"status":"generated","div":"<div xmlns=\"http://www.w3.org/1999/xhtml\">[ Provide Rendering ]</div>"},"jurisdiction":[{"coding":[{"code":"001","system":"http://unstats.un.org/unsd/methods/m49/m49.htm","display":"World"}]}],"contact":[{"telecom":[{"system":"url","value":"http://hl7.org/fhir"}],"name":"FHIR project team"}],"url":"http://hl7.org/fhir/ExpansionProfile/example","version":"0.1","date":"2016-12-23","excludeNested":true,"identifier":{"system":"http://example.org/profiles","value":"example"},"id":"example","experimental":true,"description":"exanple ExpansionProfile for publication"},"schema":{"excludeNotForUI":{"datatype":"boolean","is_array":false,"is_datatype":false,"name":"excludeNotForUI","cass_data_type":"\"excludeNotForUI\" boolean"},"limitedExpansion":{"datatype":"boolean","is_array":false,"is_datatype":false,"name":"limitedExpansion","cass_data_type":"\"limitedExpansion\" boolean"},"jurisdiction":{"datatype":"CodeableConcept","is_array":true,"is_datatype":true,"name":"jurisdiction","cass_data_type":"\"jurisdiction\" list<FROZEN<dt_codeableconcept>>"},"activeOnly":{"datatype":"boolean","is_array":false,"is_datatype":false,"name":"activeOnly","cass_data_type":"\"activeOnly\" boolean"},"version":{"datatype":"string","is_array":false,"is_datatype":false,"name":"version","cass_data_type":"\"version\" text"},"status":{"datatype":"code","is_array":false,"is_datatype":false,"name":"status","cass_data_type":"\"status\" text"},"description":{"datatype":"markdown","is_array":false,"is_datatype":false,"name":"description","cass_data_type":"\"description\" text"},"excludedSystem":{"is_array":false,"is_datatype":true,"name":"excludedSystem","cass_data_type":"\"excludedSystem\" FROZEN<dt_bb_expansionprofile_excludedsystem>"},"useContext":{"datatype":"UsageContext","is_array":true,"is_datatype":true,"name":"useContext","cass_data_type":"\"useContext\" list<FROZEN<dt_usagecontext>>"},"date":{"datatype":"dateTime","is_array":false,"is_datatype":false,"name":"date","cass_data_type":"\"date\" timestamp"},"includeDesignations":{"datatype":"boolean","is_array":false,"is_datatype":false,"name":"includeDesignations","cass_data_type":"\"includeDesignations\" boolean"},"fixedVersion":{"is_array":true,"is_datatype":true,"name":"fixedVersion","cass_data_type":"\"fixedVersion\" list<FROZEN<dt_bb_expansionprofile_fixedversion>>"},"excludePostCoordinated":{"datatype":"boolean","is_array":false,"is_datatype":false,"name":"excludePostCoordinated","cass_data_type":"\"excludePostCoordinated\" boolean"},"publisher":{"datatype":"string","is_array":false,"is_datatype":false,"name":"publisher","cass_data_type":"\"publisher\" text"},"name":{"datatype":"string","is_array":false,"is_datatype":false,"name":"name","cass_data_type":"\"name\" text"},"designation":{"is_array":false,"is_datatype":true,"name":"designation","cass_data_type":"\"designation\" FROZEN<dt_bb_expansionprofile_designation>"},"url":{"datatype":"uri","is_array":false,"is_datatype":false,"name":"url","cass_data_type":"\"url\" text"},"displayLanguage":{"datatype":"code","is_array":false,"is_datatype":false,"name":"displayLanguage","cass_data_type":"\"displayLanguage\" text"},"includeDefinition":{"datatype":"boolean","is_array":false,"is_datatype":false,"name":"includeDefinition","cass_data_type":"\"includeDefinition\" boolean"},"contact":{"datatype":"ContactDetail","is_array":true,"is_datatype":true,"name":"contact","cass_data_type":"\"contact\" list<FROZEN<dt_contactdetail>>"},"excludeNested":{"datatype":"boolean","is_array":false,"is_datatype":false,"name":"excludeNested","cass_data_type":"\"excludeNested\" boolean"},"identifier":{"datatype":"Identifier","is_array":false,"is_datatype":true,"name":"identifier","cass_data_type":"\"identifier\" FROZEN<dt_identifier>"},"experimental":{"datatype":"boolean","is_array":false,"is_datatype":false,"name":"experimental","cass_data_type":"\"experimental\" boolean"}}},"content":"yoyoyo"},"resource":"ExpansionProfile","version":"stu3","attribute":"excludenotforui"}