0.1.0 - ci-build International flag

JohnMoehrkeTestVital, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testVital/ and changes regularly. See the Directory of published versions

: Disable Searches on DiagnosticReport - TTL Representation

Raw ttl | Download


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

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "disable-searches-diagnostic"] ; # 
  fhir:type [ fhir:v "batch"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-media"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/SearchParameter/DiagnosticReport-media> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-result"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/SearchParameter/DiagnosticReport-result> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ]     ]
  ] [
fhir:fullUrl [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen"^^xsd:anyURI ] ;
    ( fhir:resource <http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen> ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "SearchParameter"^^xsd:anyURI ]     ]
  ] ) . # 

<http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on> a fhir:SearchParameter ;
  fhir:id [ fhir:v "DiagnosticReport-based-on"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_DiagnosticReport-based-on\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter DiagnosticReport-based-on</b></p><a name=\"DiagnosticReport-based-on\"> </a><a name=\"hcDiagnosticReport-based-on\"> </a><a name=\"DiagnosticReport-based-on-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-diagnostic.html#http-//hl7.org/fhir/SearchParameter/DiagnosticReport-based-on\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: based-on</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: based-on</p><p><b>base</b>: DiagnosticReport</p><p><b>type</b>: Reference</p><p><b>expression</b>: DiagnosticReport.basedOn</p><p><b>xpath</b>: f:DiagnosticReport/f:basedOn</p><p><b>xpathUsage</b>: Normal</p><p><b>target</b>: CarePlan, MedicationRequest, NutritionOrder, ServiceRequest, ImmunizationRecommendation</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "based-on"] ; # 
  fhir:status [ fhir:v "retired"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "none"] ; # 
  fhir:code [ fhir:v "based-on"] ; # 
  fhir:base ( [ fhir:v "DiagnosticReport"] ) ; # 
  fhir:type [ fhir:v "reference"] ; # 
  fhir:expression [ fhir:v "DiagnosticReport.basedOn"] ; # 
  fhir:xpath [ fhir:v "f:DiagnosticReport/f:basedOn"] ; # 
  fhir:xpathUsage [ fhir:v "normal"] ; # 
  fhir:target ( [ fhir:v "CarePlan"] [ fhir:v "MedicationRequest"] [ fhir:v "NutritionOrder"] [ fhir:v "ServiceRequest"] [ fhir:v "ImmunizationRecommendation"] ) . # 

<http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion> a fhir:SearchParameter ;
  fhir:id [ fhir:v "DiagnosticReport-conclusion"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_DiagnosticReport-conclusion\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter DiagnosticReport-conclusion</b></p><a name=\"DiagnosticReport-conclusion\"> </a><a name=\"hcDiagnosticReport-conclusion\"> </a><a name=\"DiagnosticReport-conclusion-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-diagnostic.html#http-//hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: conclusion</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: conclusion</p><p><b>base</b>: DiagnosticReport</p><p><b>type</b>: Token</p><p><b>expression</b>: DiagnosticReport.conclusionCode</p><p><b>xpath</b>: f:DiagnosticReport/f:conclusionCode</p><p><b>xpathUsage</b>: Normal</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-conclusion"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "conclusion"] ; # 
  fhir:status [ fhir:v "retired"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "none"] ; # 
  fhir:code [ fhir:v "conclusion"] ; # 
  fhir:base ( [ fhir:v "DiagnosticReport"] ) ; # 
  fhir:type [ fhir:v "token"] ; # 
  fhir:expression [ fhir:v "DiagnosticReport.conclusionCode"] ; # 
  fhir:xpath [ fhir:v "f:DiagnosticReport/f:conclusionCode"] ; # 
  fhir:xpathUsage [ fhir:v "normal"] . # 

<http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued> a fhir:SearchParameter ;
  fhir:id [ fhir:v "DiagnosticReport-issued"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_DiagnosticReport-issued\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter DiagnosticReport-issued</b></p><a name=\"DiagnosticReport-issued\"> </a><a name=\"hcDiagnosticReport-issued\"> </a><a name=\"DiagnosticReport-issued-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-diagnostic.html#http-//hl7.org/fhir/SearchParameter/DiagnosticReport-issued\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: issued</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: issued</p><p><b>base</b>: DiagnosticReport</p><p><b>type</b>: Date/DateTime</p><p><b>expression</b>: DiagnosticReport.issued</p><p><b>xpath</b>: f:DiagnosticReport/f:issued</p><p><b>xpathUsage</b>: Normal</p><p><b>comparator</b>: Equals, Not Equals, Greater Than, Greater or Equals, Less Than, Less of Equal, Starts After, Ends Before, Approximately</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "issued"] ; # 
  fhir:status [ fhir:v "retired"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "none"] ; # 
  fhir:code [ fhir:v "issued"] ; # 
  fhir:base ( [ fhir:v "DiagnosticReport"] ) ; # 
  fhir:type [ fhir:v "date"] ; # 
  fhir:expression [ fhir:v "DiagnosticReport.issued"] ; # 
  fhir:xpath [ fhir:v "f:DiagnosticReport/f:issued"] ; # 
  fhir:xpathUsage [ fhir:v "normal"] ; # 
  fhir:comparator ( [ fhir:v "eq"] [ fhir:v "ne"] [ fhir:v "gt"] [ fhir:v "ge"] [ fhir:v "lt"] [ fhir:v "le"] [ fhir:v "sa"] [ fhir:v "eb"] [ fhir:v "ap"] ) . # 

<http://hl7.org/fhir/SearchParameter/DiagnosticReport-media> a fhir:SearchParameter ;
  fhir:id [ fhir:v "DiagnosticReport-media"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_DiagnosticReport-media\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter DiagnosticReport-media</b></p><a name=\"DiagnosticReport-media\"> </a><a name=\"hcDiagnosticReport-media\"> </a><a name=\"DiagnosticReport-media-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-diagnostic.html#http-//hl7.org/fhir/SearchParameter/DiagnosticReport-media\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: media</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: media</p><p><b>base</b>: DiagnosticReport</p><p><b>type</b>: Reference</p><p><b>expression</b>: DiagnosticReport.media.link</p><p><b>xpath</b>: f:DiagnosticReport/f:media/f:link</p><p><b>xpathUsage</b>: Normal</p><p><b>target</b>: Media</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-media"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "media"] ; # 
  fhir:status [ fhir:v "retired"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "none"] ; # 
  fhir:code [ fhir:v "media"] ; # 
  fhir:base ( [ fhir:v "DiagnosticReport"] ) ; # 
  fhir:type [ fhir:v "reference"] ; # 
  fhir:expression [ fhir:v "DiagnosticReport.media.link"] ; # 
  fhir:xpath [ fhir:v "f:DiagnosticReport/f:media/f:link"] ; # 
  fhir:xpathUsage [ fhir:v "normal"] ; # 
  fhir:target ( [ fhir:v "Media"] ) . # 

<http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer> a fhir:SearchParameter ;
  fhir:id [ fhir:v "DiagnosticReport-performer"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_DiagnosticReport-performer\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter DiagnosticReport-performer</b></p><a name=\"DiagnosticReport-performer\"> </a><a name=\"hcDiagnosticReport-performer\"> </a><a name=\"DiagnosticReport-performer-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-diagnostic.html#http-//hl7.org/fhir/SearchParameter/DiagnosticReport-performer\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: performer</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: performer</p><p><b>base</b>: DiagnosticReport</p><p><b>type</b>: Reference</p><p><b>expression</b>: DiagnosticReport.performer</p><p><b>xpath</b>: f:DiagnosticReport/f:performer</p><p><b>xpathUsage</b>: Normal</p><p><b>target</b>: Practitioner, Organization, CareTeam, PractitionerRole</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "performer"] ; # 
  fhir:status [ fhir:v "retired"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "none"] ; # 
  fhir:code [ fhir:v "performer"] ; # 
  fhir:base ( [ fhir:v "DiagnosticReport"] ) ; # 
  fhir:type [ fhir:v "reference"] ; # 
  fhir:expression [ fhir:v "DiagnosticReport.performer"] ; # 
  fhir:xpath [ fhir:v "f:DiagnosticReport/f:performer"] ; # 
  fhir:xpathUsage [ fhir:v "normal"] ; # 
  fhir:target ( [ fhir:v "Practitioner"] [ fhir:v "Organization"] [ fhir:v "CareTeam"] [ fhir:v "PractitionerRole"] ) . # 

<http://hl7.org/fhir/SearchParameter/DiagnosticReport-result> a fhir:SearchParameter ;
  fhir:id [ fhir:v "DiagnosticReport-result"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_DiagnosticReport-result\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter DiagnosticReport-result</b></p><a name=\"DiagnosticReport-result\"> </a><a name=\"hcDiagnosticReport-result\"> </a><a name=\"DiagnosticReport-result-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-diagnostic.html#http-//hl7.org/fhir/SearchParameter/DiagnosticReport-result\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: result</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: result</p><p><b>base</b>: DiagnosticReport</p><p><b>type</b>: Reference</p><p><b>expression</b>: DiagnosticReport.result</p><p><b>xpath</b>: f:DiagnosticReport/f:result</p><p><b>xpathUsage</b>: Normal</p><p><b>target</b>: Observation</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-result"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "result"] ; # 
  fhir:status [ fhir:v "retired"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "none"] ; # 
  fhir:code [ fhir:v "result"] ; # 
  fhir:base ( [ fhir:v "DiagnosticReport"] ) ; # 
  fhir:type [ fhir:v "reference"] ; # 
  fhir:expression [ fhir:v "DiagnosticReport.result"] ; # 
  fhir:xpath [ fhir:v "f:DiagnosticReport/f:result"] ; # 
  fhir:xpathUsage [ fhir:v "normal"] ; # 
  fhir:target ( [ fhir:v "Observation"] ) . # 

<http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter> a fhir:SearchParameter ;
  fhir:id [ fhir:v "DiagnosticReport-results-interpreter"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_DiagnosticReport-results-interpreter\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter DiagnosticReport-results-interpreter</b></p><a name=\"DiagnosticReport-results-interpreter\"> </a><a name=\"hcDiagnosticReport-results-interpreter\"> </a><a name=\"DiagnosticReport-results-interpreter-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-diagnostic.html#http-//hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: results-interpreter</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: results-interpreter</p><p><b>base</b>: DiagnosticReport</p><p><b>type</b>: Reference</p><p><b>expression</b>: DiagnosticReport.resultsInterpreter</p><p><b>xpath</b>: f:DiagnosticReport/f:resultsInterpreter</p><p><b>xpathUsage</b>: Normal</p><p><b>target</b>: Practitioner, Organization, CareTeam, PractitionerRole</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "results-interpreter"] ; # 
  fhir:status [ fhir:v "retired"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "none"] ; # 
  fhir:code [ fhir:v "results-interpreter"] ; # 
  fhir:base ( [ fhir:v "DiagnosticReport"] ) ; # 
  fhir:type [ fhir:v "reference"] ; # 
  fhir:expression [ fhir:v "DiagnosticReport.resultsInterpreter"] ; # 
  fhir:xpath [ fhir:v "f:DiagnosticReport/f:resultsInterpreter"] ; # 
  fhir:xpathUsage [ fhir:v "normal"] ; # 
  fhir:target ( [ fhir:v "Practitioner"] [ fhir:v "Organization"] [ fhir:v "CareTeam"] [ fhir:v "PractitionerRole"] ) . # 

<http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen> a fhir:SearchParameter ;
  fhir:id [ fhir:v "DiagnosticReport-specimen"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"SearchParameter_DiagnosticReport-specimen\"> </a><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter DiagnosticReport-specimen</b></p><a name=\"DiagnosticReport-specimen\"> </a><a name=\"hcDiagnosticReport-specimen\"> </a><a name=\"DiagnosticReport-specimen-en-US\"> </a><p><b>url</b>: <a href=\"Bundle-disable-searches-diagnostic.html#http-//hl7.org/fhir/SearchParameter/DiagnosticReport-specimen\">Bundle: type = batch</a></p><p><b>version</b>: 4.0.1</p><p><b>name</b>: specimen</p><p><b>status</b>: Retired</p><p><b>experimental</b>: false</p><p><b>date</b>: 2019-11-01 09:29:23+1100</p><p><b>description</b>: </p><div><p>none</p>\n</div><p><b>code</b>: specimen</p><p><b>base</b>: DiagnosticReport</p><p><b>type</b>: Reference</p><p><b>expression</b>: DiagnosticReport.specimen</p><p><b>xpath</b>: f:DiagnosticReport/f:specimen</p><p><b>xpathUsage</b>: Normal</p><p><b>target</b>: Specimen</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.1"] ; # 
  fhir:name [ fhir:v "specimen"] ; # 
  fhir:status [ fhir:v "retired"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "none"] ; # 
  fhir:code [ fhir:v "specimen"] ; # 
  fhir:base ( [ fhir:v "DiagnosticReport"] ) ; # 
  fhir:type [ fhir:v "reference"] ; # 
  fhir:expression [ fhir:v "DiagnosticReport.specimen"] ; # 
  fhir:xpath [ fhir:v "f:DiagnosticReport/f:specimen"] ; # 
  fhir:xpathUsage [ fhir:v "normal"] ; # 
  fhir:target ( [ fhir:v "Specimen"] ) . #