-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FHIR-48852: Added codeOptions extension to support specifying an acti… #128
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
102 changes: 102 additions & 0 deletions
102
input/definitions/datatypes/StructureDefinition-codeOptions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
{ | ||
"resourceType" : "StructureDefinition", | ||
"id" : "codeOptions", | ||
"extension" : [{ | ||
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", | ||
"valueInteger" : 1 | ||
}, | ||
{ | ||
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", | ||
"valueCode" : "fhir" | ||
}, | ||
{ | ||
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", | ||
"valueCode" : "trial-use" | ||
}, | ||
{ | ||
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", | ||
"valueCode" : "can-bind" | ||
}], | ||
"url" : "http://hl7.org/fhir/StructureDefinition/codeOptions", | ||
"name" : "CodeOptions", | ||
"title" : "Code Options", | ||
"status" : "active", | ||
"experimental" : false, | ||
"date" : "2019-11-01T09:29:23+11:00", | ||
"publisher" : "HL7 International / FHIR Infrastructure", | ||
"contact" : [{ | ||
"telecom" : [{ | ||
"system" : "url", | ||
"value" : "http://www.hl7.org/Special/committees/fiwg" | ||
}] | ||
}], | ||
"description" : "A logical reference (i.e. a reference to ValueSet.url) to a value set (and optionally a version) that identifies a set of possible coded values for the element. This extension is used to convey a list of candidate codes when there is no formal code in the code system already defined that captures the intended set. For example, the concept of COVID preventative medications can be expressed as a value set because there is no specific code representing that concept.", | ||
"jurisdiction" : [{ | ||
"coding" : [{ | ||
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm", | ||
"code" : "001" | ||
}] | ||
}], | ||
"purpose": "This extension supports specifying the focus of an activity as a set of possible codes when there is no specific code available that captures the candidate activities. Note that using this extension as a mechanism to establish the extent of an activity is a placeholder and the extension is a candidate for deprecation after the solution for handling this requirement is revisited at a later time.", | ||
"fhirVersion" : "4.0.1", | ||
"mapping" : [{ | ||
"identity" : "v2", | ||
"uri" : "http://hl7.org/v2", | ||
"name" : "HL7 v2 Mapping" | ||
}, | ||
{ | ||
"identity" : "rim", | ||
"uri" : "http://hl7.org/v3", | ||
"name" : "RIM Mapping" | ||
}], | ||
"kind" : "complex-type", | ||
"abstract" : false, | ||
"context" : [{ | ||
"type" : "element", | ||
"expression" : "CodeableConcept" | ||
}], | ||
"type" : "Extension", | ||
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Extension", | ||
"derivation" : "constraint", | ||
"differential" : { | ||
"element" : [{ | ||
"id" : "Extension", | ||
"path" : "Extension", | ||
"short" : "Url of a value set of activities", | ||
"definition" : "A logical reference (i.e. a reference to ValueSet.url) to a value set (and optionally a version) that identifies a set of possible coded values for the element. This extension is used to convey a list of candidate codes when there is no formal code in the code system already defined that captures the intended set. For example, the concept of COVID preventative medications can be expressed as a value set because there is no specific code representing that concept.", | ||
"comment": "This extension SHALL NOT be used when an appropriate higher level concept code exists. This extension cannot be used on an element with a required binding. When this extension is used on an element with an extensible binding, the set of possible coded values in the referenced value set SHALL be present in the bound value set unless none of the codes in the bound value set apply to the concept being communicated (based on human review). When this extension appears on a CodeableConcept, the CodeableConcept SHALL have no codings, and the text of the CodeableConcept SHOULD include the title of the referenced value set.", | ||
"requirements": "This extension supports specifying the focus of an activity as a set of possible codes when there is no specific code available that captures the candidate activities.", | ||
"min" : 0, | ||
"max" : "1", | ||
"isModifier" : false, | ||
"mapping" : [{ | ||
"identity" : "v2", | ||
"map" : "CWE." | ||
}, | ||
{ | ||
"identity" : "rim", | ||
"map" : "CD.valueSet/CD.valueSetVersion" | ||
}] | ||
}, | ||
{ | ||
"id" : "Extension.extension", | ||
"path" : "Extension.extension", | ||
"max" : "0" | ||
}, | ||
{ | ||
"id" : "Extension.url", | ||
"path" : "Extension.url", | ||
"fixedUri" : "http://hl7.org/fhir/StructureDefinition/codeOptions" | ||
}, | ||
{ | ||
"id" : "Extension.value[x]", | ||
"path" : "Extension.value[x]", | ||
"label" : "value set", | ||
"min" : 1, | ||
"type" : [{ | ||
"code" : "canonical", | ||
"targetProfile" : ["http://hl7.org/fhir/StructureDefinition/ValueSet"] | ||
}] | ||
}] | ||
} | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possibly status = draft for publication of Ext Pack to enable publication of QI-Core in Feb 2025 using this extension.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pursuing with an FMM of 1, rather than status of draft