@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/cqm/SearchParameter/Library-expansion-identifier> a fhir:SearchParameter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Library-expansion-identifier"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter Library-expansion-identifier</b></p><a name=\"Library-expansion-identifier\"> </a><a name=\"hcLibrary-expansion-identifier\"> </a><h2>LibraryExpansionIdentifier</h2><p>Parameter <code>expansion-identifier</code>:<code>string</code></p><div><p>Parameters.parameter.valueUri within Library.contained</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/library.html\">Library</a></td></tr><tr><td>Expression</td><td><code>contained.ofType(Parameters).parameter.where(name='expansion').value</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  ] ;
  fhir:SearchParameter.url [ fhir:value "http://hl7.org/fhir/uv/cqm/SearchParameter/Library-expansion-identifier"] ;
  fhir:SearchParameter.version [ fhir:value "2.0.0-cibuild"] ;
  fhir:SearchParameter.name [ fhir:value "LibraryExpansionIdentifier"] ;
  fhir:SearchParameter.status [ fhir:value "draft"] ;
  fhir:SearchParameter.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:SearchParameter.date [ fhir:value "2023-05-25T13:00:00-05:00"^^xsd:dateTime] ;
  fhir:SearchParameter.publisher [ fhir:value "HL7 International / Clinical Quality Information"] ;
  fhir:SearchParameter.contact [
     fhir:index 0 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/cqi" ]
     ]
  ] ;
  fhir:SearchParameter.description [ fhir:value "Parameters.parameter.valueUri within Library.contained"] ;
  fhir:SearchParameter.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:Coding.code [ fhir:value "001" ]
     ]
  ] ;
  fhir:SearchParameter.code [ fhir:value "expansion-identifier"] ;
  fhir:SearchParameter.base [
     fhir:value "Library" ;
     fhir:index 0
  ] ;
  fhir:SearchParameter.type [ fhir:value "string"] ;
  fhir:SearchParameter.expression [ fhir:value "contained.ofType(Parameters).parameter.where(name='expansion').value"] ;
  fhir:SearchParameter.xpathUsage [ fhir:value "normal"] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/uv/cqm/SearchParameter/Library-expansion-identifier.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/uv/cqm/SearchParameter/Library-expansion-identifier.ttl> .

# -------------------------------------------------------------------------------------

