{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2019-03-13T15:46:25.3998232+00:00"
  },
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-SearchParameter-specimen-collected",
  "name": "SearchParameterSpecimenCollected",
  "status": "draft",
  "date": "2019-03-13T15:46:25.184202+00:00",
  "description": "A search parameter that defines a named search item that can be used to search/filter on a resource.",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "SearchParameter",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/SearchParameter",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "SearchParameter.id",
        "path": "SearchParameter.id",
        "mustSupport": true
      },
      {
        "id": "SearchParameter.url",
        "path": "SearchParameter.url",
        "type": [
          {
            "code": "uri",
            "profile": "http://ehealthontario.ca/fhir/SearchParameter/Specimen-collected"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "SearchParameter.name",
        "path": "SearchParameter.name",
        "fixedString": "Specimen Collected",
        "mustSupport": true
      },
      {
        "id": "SearchParameter.status",
        "path": "SearchParameter.status",
        "fixedCode": "active",
        "mustSupport": true
      },
      {
        "id": "SearchParameter.code",
        "path": "SearchParameter.code",
        "fixedCode": "specimen.collected",
        "mustSupport": true
      },
      {
        "id": "SearchParameter.base",
        "path": "SearchParameter.base",
        "fixedCode": "Specimen",
        "mustSupport": true
      },
      {
        "id": "SearchParameter.type",
        "path": "SearchParameter.type",
        "fixedCode": "date",
        "mustSupport": true
      },
      {
        "id": "SearchParameter.description",
        "path": "SearchParameter.description",
        "short": "Start date of the search criteria, the date can either be the date  that OLIS recieves the report (issued), or the date that the test was performed (specimen.collected)",
        "fixedMarkdown": "Start date of the search criteria, the date can either be the date  that OLIS recieves the report (issued), or the date that the test was performed (specimen.collected)",
        "mustSupport": true
      }
    ]
  }
}