sampler2 Implementation Guide CI Build

JSON Format: SearchParameter-blah

Raw json

{
  "resourceType" : "SearchParameter",
  "id" : "blah",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: blah</p><p><b>url</b>: <a href="http://www.fhir.org/guides/sampler2/SearchParameter/blah">http://www.fhir.org/guides/sampler2/SearchParameter/blah</a></p><p><b>name</b>: Blah</p><p><b>status</b>: draft</p><p><b>date</b>: Dec 22, 2016</p><p><b>publisher</b>: Eric Haas</p><p><b>code</b>: blah</p><p><b>base</b>: Basic</p><p><b>type</b>: token</p><p><b>description</b>: Example of custom search parameter.</p><p><b>expression</b>: Basic.extension.where(url = 'http://www.fhir.org/guides/sampler2/StuctureDefinition/template-blah').value</p><p><b>xpath</b>: f:Basic/f:extension[@url='http://www.fhir.org/guides/sampler2/StuctureDefinition/template-blah']/f:valueCode/@value</p><p><b>xpathUsage</b>: normal</p></div>"
  },
  "url" : "http://www.fhir.org/guides/sampler2/SearchParameter/blah",
  "name" : "Blah",
  "status" : "draft",
  "date" : "2016-12-22",
  "publisher" : "Eric Haas",
  "code" : "blah",
  "base" : [
    "Basic"
  ],
  "type" : "token",
  "description" : "Example of custom search parameter.",
  "expression" : "Basic.extension.where(url = 'http://www.fhir.org/guides/sampler2/StuctureDefinition/template-blah').value",
  "xpath" : "f:Basic/f:extension[@url='http://www.fhir.org/guides/sampler2/StuctureDefinition/template-blah']/f:valueCode/@value",
  "xpathUsage" : "normal"
}