FHIR IG analytics| Package | hl7.fhir.uv.xver-r5.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-operation-parameter-scope.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-operation-parameter-scope.html |
| URL | http://hl7.org/fhir/operation-parameter-scope |
| Version | 5.0.0 |
| Status | active |
| Date | 2021-01-05T09:01:24+10:00 |
| Name | OperationParameterScope |
| Title | Operation Parameter Use |
| Realm | uv |
| Authority | hl7 |
| Description | Indicates that a parameter applies when the operation is being invoked at the specified level |
| Content | complete |
| ValueSet | |
| R5-operation-parameter-scope-for-R4B | Cross-version VS for R5.OperationParameterScope for use in FHIR R4B |
| R5-operation-parameter-scope-for-R4 | Cross-version VS for R5.OperationParameterScope for use in FHIR R4 |
No resources found
Note: links and images are rebased to the (stated) source
This code system
http://hl7.org/fhir/operation-parameter-scope defines the following codes:
{
"resourceType": "CodeSystem",
"id": "operation-parameter-scope",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "normative"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 5
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode": "5.0.0"
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r5.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
}
],
"url": "http://hl7.org/fhir/operation-parameter-scope",
"version": "5.0.0",
"name": "OperationParameterScope",
"title": "Operation Parameter Use",
"status": "active",
"experimental": false,
"date": "2021-01-05T09:01:24+10:00",
"publisher": "FHIR Infrastructure",
"contact": [
{
"name": "FHIR Infrastructure",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "Indicates that a parameter applies when the operation is being invoked at the specified level",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/operation-parameter-scope",
"content": "complete",
"concept": [
{
"code": "instance",
"display": "Instance",
"definition": "This is a parameter that can be used at the instance level."
},
{
"code": "type",
"display": "Type",
"definition": "This is a parameter that can be used at the type level."
},
{
"code": "system",
"display": "System",
"definition": "This is a parameter that can be used at the system level."
}
]
}