FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/expansion-parameter-source

Packagehl7.fhir.uv.extensions
TypeCodeSystem
Idexpansion-parameter-source
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/CodeSystem-expansion-parameter-source.html
URLhttp://hl7.org/fhir/expansion-parameter-source
Version5.3.0-ballot
Statusactive
Date2025-07-20T22:32:31+00:00
NameExpansionParameterSource
Titleexpansion parameter source code system
Realmuv
Authorityhl7
DescriptionExpansionParameterSource
Contentcomplete

Resources that use this resource

ValueSet
expansion-parameter-sourceexpansion parameter source value set
expansion-parameter-sourceexpansion parameter source value set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem expansion-parameter-source

Last updated: 2023-01-31 07:07:38+1100

Profile: Shareable CodeSystem

This case-sensitive code system http://hl7.org/fhir/expansion-parameter-source defines the following codes:

CodeDisplayDefinitionDeprecated
input Client InputThe parameter was supplied by the client in the $expand request.
server Server EngineThe parameter was added by the expansion engine on the server.
codesystem Code SystemThe parameter was added from one the code systems used in the $expand operation.Deprecated
valueset ValueSetThe parameter was provided in the value set definition.

Source

{
  "resourceType": "CodeSystem",
  "id": "expansion-parameter-source",
  "meta": {
    "lastUpdated": "2023-01-31T07:07:38.434+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "vocab"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://hl7.org/fhir/expansion-parameter-source",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.2015"
    }
  ],
  "version": "5.3.0-ballot",
  "name": "ExpansionParameterSource",
  "title": "expansion parameter source code system",
  "status": "active",
  "experimental": false,
  "date": "2025-07-20T22:32:31+00:00",
  "publisher": "HL7 International / Terminology Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/Vocab"
        }
      ]
    }
  ],
  "description": "ExpansionParameterSource",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "input",
      "display": "Client Input",
      "definition": "The parameter was supplied by the client in the $expand request."
    },
    {
      "code": "server",
      "display": "Server Engine",
      "definition": "The parameter was added by the expansion engine on the server."
    },
    {
      "code": "codesystem",
      "display": "Code System",
      "definition": "The parameter was added from one the code systems used in the $expand operation.",
      "property": [
        {
          "code": "status",
          "valueCode": "deprecated"
        }
      ]
    },
    {
      "code": "valueset",
      "display": "ValueSet",
      "definition": "The parameter was provided in the value set definition."
    }
  ]
}