@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-category> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "us-core-servicerequest-category"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<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> : \"category\"</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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 5
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "cgp"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "trial-use" ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom>
         ] ;
         fhir:value [
           a fhir:Canonical ;
           fhir:v "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-category"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-category>
  ] ; # 
  fhir:version [ fhir:v "9.0.0"] ; # 
  fhir:name [ fhir:v "USCoreServicerequestCategory"] ; # 
  fhir:derivedFrom [
     fhir:v "http://hl7.org/fhir/SearchParameter/ServiceRequest-category"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/SearchParameter/ServiceRequest-category>
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2024-11-17"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Cross-Group Projects"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International / Cross-Group Projects" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cgp" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "cgp@lists.HL7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "**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"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "US" ]
     ] )
  ] ) ; # 
  fhir:code [ fhir:v "category"] ; # 
  fhir:base ( [ fhir:v "ServiceRequest"] ) ; # 
  fhir:type [ fhir:v "token"] ; # 
  fhir:expression [ fhir:v "ServiceRequest.category"] ; # 
  fhir:xpathUsage [ fhir:v "normal"] ; # 
  fhir:multipleOr [
     fhir:v true ;
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
       ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MAY"
       ]
     ] )
  ] ; # 
  fhir:multipleAnd [
     fhir:v true ;
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
       ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MAY"
       ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

