FHIR IG analytics| Package | hl7.fhir.us.mcode.r4b |
| Resource Type | SearchParameter |
| Id | SearchParameter-Condition-code.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: SearchParameter Condition-code
Parameter code:token
This SearchParameter enables query of conditions by code with the in modifier.
| Resource | Condition |
| Expression | Condition.code |
| Processing Mode | Normal |
| Multiples |
|
| Modifiers | Allowed: in |
{
"resourceType": "SearchParameter",
"id": "Condition-code",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cic"
}
],
"url": "http://hl7.org/fhir/us/mcode/SearchParameter/Condition-code",
"version": "4.0.0",
"name": "ConditionCodeSearchParameter",
"status": "draft",
"experimental": true,
"date": "2025-02-16T20:00:57+00:00",
"publisher": "HL7 International / Clinical Interoperability Council",
"contact": [
{
"name": "HL7 International / Clinical Interoperability Council",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/cic"
},
{
"system": "email",
"value": "ciclist@lists.HL7.org"
}
]
}
],
"description": "This SearchParameter enables query of conditions by code with the `in` modifier.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"code": "code",
"base": [
"Condition"
],
"type": "token",
"expression": "Condition.code",
"xpathUsage": "normal",
"modifier": [
"in"
]
}