Situational Awareness for Novel Epidemic Response
1.0.0 - STU Release

This page is part of the Situational Awareness for Novel Epidemic Response (v1.0.0: STU 1) 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 by Code in Definitions and Instances - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:SearchParameter;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "SearchParameter-code"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>url</b>: <code>http://hl7.org/fhir/uv/saner/SearchParameter/SearchParameter-code</code></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: code</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: Sep 7, 2021 7:08:29 PM</p><p><b>publisher</b>: HL7 International Public Health Workgroup</p><p><b>contact</b>: <a href=\"http://hl7.org/Special/committees/pher\">http://hl7.org/Special/committees/pher</a>, <a href=\"mailto:pher@lists.hl7.org\">pher@lists.hl7.org</a>, Keith W. Boone: <a href=\"mailto:mailto:kboone@ainq.com\">mailto:kboone@ainq.com</a></p><p><b>description</b>: This SearchParameter enables resources to be discovered by codes or valueSets used in the resource including those in any extensions.</p><p><b>jurisdiction</b>: <span title=\"Codes: {http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</span></p><p><b>code</b>: code</p><p><b>base</b>: Measure, MeasureReport</p><p><b>type</b>: token</p><p><b>expression</b>: descendants().valueCodeableConcept | descendants().valueCoding | descendants().valueCode | code | descendants().ofType(Coding).not().code</p><p><b>xpath</b>: descendant::f:valueCodeableConcept | descendant::f:valueCoding | descendant::f:valueCode | f:code | f:descendant::f:code[ends-with(local-name(..),'oding')]</p><p><b>xpathUsage</b>: normal</p><p><b>multipleOr</b>: true</p><p><b>multipleAnd</b>: true</p><p><b>modifier</b>: missing, text, not, in, not-in, below, above, ofType</p></div>"
  ];
  fhir:SearchParameter.url [ fhir:value "http://hl7.org/fhir/uv/saner/SearchParameter/SearchParameter-code"];
  fhir:SearchParameter.version [ fhir:value "1.0.0"];
  fhir:SearchParameter.name [ fhir:value "code"];
  fhir:SearchParameter.status [ fhir:value "draft"];
  fhir:SearchParameter.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:SearchParameter.date [ fhir:value "2021-09-07T19:08:29+00:00"^^xsd:dateTime];
  fhir:SearchParameter.publisher [ fhir:value "HL7 International Public Health Workgroup"];
  fhir:SearchParameter.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/pher" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "pher@lists.hl7.org" ]     ]
  ], [
     fhir:index 2;
     fhir:ContactDetail.name [ fhir:value "Keith W. Boone" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "mailto:kboone@ainq.com" ]     ]
  ];
  fhir:SearchParameter.description [ fhir:value "This SearchParameter enables resources to be discovered by codes or valueSets used in the resource including those in any extensions."];
  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 "code"];
  fhir:SearchParameter.base [
     fhir:value "Measure";
     fhir:index 0
  ], [
     fhir:value "MeasureReport";
     fhir:index 1
  ];
  fhir:SearchParameter.type [ fhir:value "token"];
  fhir:SearchParameter.expression [ fhir:value "descendants().valueCodeableConcept | descendants().valueCoding | descendants().valueCode | code | descendants().ofType(Coding).not().code"];
  fhir:SearchParameter.xpath [ fhir:value "descendant::f:valueCodeableConcept | descendant::f:valueCoding | descendant::f:valueCode | f:code | f:descendant::f:code[ends-with(local-name(..),'oding')]"];
  fhir:SearchParameter.xpathUsage [ fhir:value "normal"];
  fhir:SearchParameter.multipleOr [ fhir:value "true"^^xsd:boolean];
  fhir:SearchParameter.multipleAnd [ fhir:value "true"^^xsd:boolean];
  fhir:SearchParameter.modifier [
     fhir:value "missing";
     fhir:index 0
  ], [
     fhir:value "text";
     fhir:index 1
  ], [
     fhir:value "not";
     fhir:index 2
  ], [
     fhir:value "in";
     fhir:index 3
  ], [
     fhir:value "not-in";
     fhir:index 4
  ], [
     fhir:value "below";
     fhir:index 5
  ], [
     fhir:value "above";
     fhir:index 6
  ], [
     fhir:value "ofType";
     fhir:index 7
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.