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

FHIR IG Statistics: SearchParameter/Library-contained-parameter-name

Packagehl7.fhir.us.cqfmeasures
Resource TypeSearchParameter
IdLibrary-contained-parameter-name
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/cqfmeasures/http://hl7.org/fhir/us/cqfmeasures/STU5/SearchParameter-Library-contained-parameter-name.html
URLhttp://hl7.org/fhir/us/cqfmeasures/SearchParameter/Library-contained-parameter-name
Version5.0.0
Statusdraft
Date2023-05-25T13:00:00-05:00
NameLibraryContainedParameterName
Realmus
Authorityhl7
DescriptionParameters.parameter.name within Library.contained
Typestring

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter Library-contained-parameter-name

LibraryContainedParameterName

Parameter contained-parameter-name:string

Parameters.parameter.name within Library.contained

ResourceLibrary
ExpressionLibrary.contained.parameter.name
Processing ModeNormal
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Source

{
  "resourceType": "SearchParameter",
  "id": "Library-contained-parameter-name",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/cqfmeasures/SearchParameter/Library-contained-parameter-name",
  "version": "5.0.0",
  "name": "LibraryContainedParameterName",
  "status": "draft",
  "experimental": false,
  "date": "2023-05-25T13:00:00-05:00",
  "publisher": "HL7 International / Clinical Quality Information",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description": "Parameters.parameter.name within Library.contained",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "contained-parameter-name",
  "base": [
    "Library"
  ],
  "type": "string",
  "expression": "Library.contained.parameter.name",
  "xpathUsage": "normal"
}