Quality Measure Implementation Guide (STU4)
4.0.0 - STU4 United States of America flag

This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v4.0.0: STU4 (v4.0.0)) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Search Parameter - Library expansion identifier - JSON Representation

Draft as of 2023-05-25

Raw json | Download


{
  "resourceType" : "SearchParameter",
  "id" : "Library-expansion-identifier",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
  },
  "url" : "http://hl7.org/fhir/us/cqfmeasures/SearchParameter/Library-expansion-identifier",
  "name" : "LibraryExpansionIdentifier",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-05-25T13:00:00-05:00",
  "publisher" : "Clinical Quality Information WG",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi"
        }
      ]
    }
  ],
  "description" : "Parameters.parameter.valueUri within Library.contained",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "code" : "expansion-identifier",
  "base" : [
    "Library"
  ],
  "type" : "string",
  "expression" : "contained.ofType(Parameters).parameter.where(name='expansion').value",
  "xpathUsage" : "normal"
}