FHIR Release 3 (STU) Snapshot 3: Connectathon 32 Base

This page is part of the Snapshot #3 for FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0 R5 , released to support Connectathon 32 . For a full list of available versions, see the Directory of published versions . Page versions: R4B

Codesystem-composite-measure-scoring.json Extension: Parameters Definition for parameter

Vocabulary FHIR Infrastructure Work Group   Maturity Level : N/A 1 Ballot Status Trial Use Use Context : Informative Any
Official URL : http://hl7.org/fhir/StructureDefinition/parameters-definition Version : 5.0.0-snapshot3
draft as of 2015-02-21 Computable Name : Parameters Definition
Flags : Non-Modifier OID : TBD

Raw Context of Use : Use on Element ID Parameters.parameter

Definition

This specifies the definition for a parameter if needed. This is useful for communicating the type of a parameter when the parameter has no value.

Extension Content

Summary

Name Flags Card. Type Description & Constraints doco
.. Parameters Definition 0..1 ParameterDefinition URL = http://hl7.org/fhir/StructureDefinition/parameters-definition
Parameters Definition: This specifies the definition for Code System CompositeMeasureScoring a parameter if needed. This is useful for communicating the type of a parameter when the parameter has no value.


Use on Element ID Parameters.parameter

doco Documentation for this format

Full Structure

{ "resourceType": "CodeSystem", "id": "composite-measure-scoring", "meta": { "lastUpdated": "2019-10-24T11:53:00+11:00" }, "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status", "valueString": "Informative" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 2 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cqi" } ], "url": "http://hl7.org/fhir/composite-measure-scoring", "identifier": { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.758" }, "version": "3.0.2", "name": "CompositeMeasureScoring", "status": "draft", "experimental": false, "date": "2019-10-24T11:53:00+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "The composite scoring method of the measure", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/composite-measure-scoring", "content": "complete", "concept": [ { "code": "opportunity", "display": "Opportunity", "definition": "Opportunity scoring combines the scores from component measures by combining the numerators and denominators for each component" }, { "code": "all-or-nothing", "display": "All-or-nothing", "definition": "All-or-nothing scoring includes an individual in the numerator of the composite measure if they are in the numerators of all of the component measures in which they are in the denominator" }, { "code": "linear", "display": "Linear", "definition": "Linear scoring gives an individual a score based on the number of numerators in which they appear" }, { "code": "weighted", "display": "Weighted", "definition": "Weighted scoring gives an individual a score based on a weighted factor for each component numerator in which they appear" } ] }
Name Flags Card. Type Description & Constraints doco
.. extension 0..1 Extension URL = http://hl7.org/fhir/StructureDefinition/parameters-definition
Parameters Definition: This specifies the definition for a parameter if needed. This is useful for communicating the type of a parameter when the parameter has no value.


Use on Element ID Parameters.parameter
... extension 0..0
... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/parameters-definition"
... value[x] 1..1 ParameterDefinition Value of extension

doco Documentation for this format

XML Template


<!-- Parameters Definition -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/parameters-definition" >
  <!-- from Element: extension -->
 <valueParameterDefinition><!-- I 1..1 ParameterDefinition Value of extension --></valueParameterDefinition>
</extension>

Usage note: every effort JSON Template


{ // Parameters Definition
  // from Element: extension
    "extension" : [ //  sliced by value:url  in the specified order, Open ]
  // extension: Extension: Prohibited

    "url" : "http://hl7.org/fhir/StructureDefinition/parameters-definition", // R! 
    "valueParameterDefinition" : { ParameterDefinition } // I R! Value of extension
  }

Summary

Name Flags Card. Type Description & Constraints doco
.. Parameters Definition 0..1 ParameterDefinition URL = http://hl7.org/fhir/StructureDefinition/parameters-definition
Parameters Definition: This specifies the definition for a parameter if needed. This is useful for communicating the type of a parameter when the parameter has been made to ensure that no value.


Use on Element ID Parameters.parameter

doco Documentation for this format

Full Structure

Name Flags Card. Type Description & Constraints doco
.. extension 0..1 Extension URL = http://hl7.org/fhir/StructureDefinition/parameters-definition
Parameters Definition: This specifies the examples are correct and useful, but they are not definition for a normative part parameter if needed. This is useful for communicating the type of a parameter when the specification. parameter has no value.


Use on Element ID Parameters.parameter
... extension 0..0
... url 1..1 uri "http://hl7.org/fhir/StructureDefinition/parameters-definition"
... value[x] 1..1 ParameterDefinition Value of extension

doco Documentation for this format

XML Template


<!-- Parameters Definition -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/StructureDefinition/parameters-definition" >
  <!-- from Element: extension -->
 <valueParameterDefinition><!-- I 1..1 ParameterDefinition Value of extension --></valueParameterDefinition>
</extension>

JSON Template


{ // Parameters Definition
  // from Element: extension
    "extension" : [ //  sliced by value:url  in the specified order, Open ]
  // extension: Extension: Prohibited

    "url" : "http://hl7.org/fhir/StructureDefinition/parameters-definition", // R! 
    "valueParameterDefinition" : { ParameterDefinition } // I R! Value of extension
  }

 

Constraints

  • ele-1 : All FHIR elements must have a @value or children (xpath: hasValue() or (children().count() > id.count()) )
  • ext-1 : Must have either extensions or value[x], not both (xpath: extension.exists() != value.exists() )
  • ele-1 : On Extension.extension: All FHIR elements must have a @value or children (xpath on Extension.extension: hasValue() or (children().count() > id.count()) )
  • ext-1 : On Extension.extension: Must have either extensions or value[x], not both (xpath on Extension.extension: extension.exists() != value.exists() )
  • ele-1 : On Extension.value[x]: All FHIR elements must have a @value or children (xpath on Extension.value[x]: hasValue() or (children().count() > id.count()) )

Search

No Search Extensions defined for this resource

Examples of this extension

No examples found.