US Core Implementation Guide TEST
9.0.0 - CI Build United States of America flag

US Core Implementation Guide TEST, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 9.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: USCoreServicerequestCategory - JSON Representation

Page standards status: Trial-use Maturity Level: 5

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "us-core-servicerequest-category",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n     <!-- <h4>Custom liquid Version</h4> -->\n    <hr/>\n    <p><b>id</b> us-core-servicerequest-category</p>\n    <!-- <p><b>url</b> : <code><a href=\"SearchParameter-us-core-servicerequest-category.html\">USCoreServicerequestCategory</a>}</code></p>>\n    <p><b>name</b> : USCoreServicerequestCategory</p> -->\n    \n        <p><b>derivedFrom</b> : <code> http://hl7.org/fhir/SearchParameter/ServiceRequest-category</code></p>     <!-- added leading space to prevent build from trying to create link -->\n    \n    <p><b>status</b> : Active</p>\n    \n    <p><b>date</b> : 2024-11-17</p>\n     <!-- <p><b>publisher</b> : HL7 International / Cross-Group Projects</p>\n    <p><b>contact</b> : http://www.hl7.org/Special/committees/cgp</p>\n    <p><b>jurisdiction</b> : United States of America (the) <span> (Details : {urn:iso:std:iso:3166 code 'US' = 'United States of America', given as 'United\n           States of America (the)'})</span>\n    </p> -->\n    <p><b>code</b> : &quot;category&quot;</p>\n    <p><b>base</b> : ServiceRequest </p>\n    <p><b>type</b> : Token</p>\n    <p><b>expression</b> : <code>ServiceRequest.category</code></p>\n    \n    <p><b>multipleOr</b> : true  (Conformance Expectation = MAY)</p>\n    <p><b>multipleAnd</b> : true (Conformance Expectation = MAY)</p>\n    \n\n    \n\n    \n</div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 5
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cgp"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-category",
  "version" : "9.0.0",
  "name" : "USCoreServicerequestCategory",
  "derivedFrom" : "http://hl7.org/fhir/SearchParameter/ServiceRequest-category",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-11-17",
  "publisher" : "HL7 International / Cross-Group Projects",
  "contact" : [
    {
      "name" : "HL7 International / Cross-Group Projects",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cgp"
        },
        {
          "system" : "email",
          "value" : "cgp@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "**Classification of service**  \nNOTE: This SearchParameter is defined only to document Server and Client expectations. Its definition is derived from the standard FHIR SearchParameter and it uses the [Conformance expectation extension](http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation) to define additional expectations for the following SearchParameter elements:\n- `multipleAnd`\n- `multipleOr`\n- `comparator`\n- `modifier`\n- `chain`\n\nIt **SHALL NOT** be used as a search parameter for search. Servers and Clients **SHOULD** use the standard FHIR SearchParameter.\n",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "code" : "category",
  "base" : [
    "ServiceRequest"
  ],
  "type" : "token",
  "expression" : "ServiceRequest.category",
  "xpathUsage" : "normal",
  "multipleOr" : true,
  "_multipleOr" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode" : "MAY"
      }
    ]
  },
  "multipleAnd" : true,
  "_multipleAnd" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode" : "MAY"
      }
    ]
  }
}