FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/deep-6-ai-procedure-report

Packagefhir.deep6.ai
Resource TypeSearchParameter
Iddeep-6-ai-procedure-report
FHIR VersionR4
Sourcehttp://deep6.ai/fhir/https://simplifier.net/resolve?scope=fhir.deep6.ai@2.4.0&canonical=http://deep6.ai/fhir/SearchParameter/deep-6-ai-procedure-report
URLhttp://deep6.ai/fhir/SearchParameter/deep-6-ai-procedure-report
Version2.4.0
Statusactive
Date2024-01-31
NameDeep6AIProcedureReportReference
Realmus
Authorityhl7
DescriptionTo allow validation and search for existing DocumentReferences under Procedure.report
Typereference

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: SearchParameter deep-6-ai-procedure-report

Deep6AIProcedureReportReference

Parameter report:reference

To allow validation and search for existing DocumentReferences under Procedure.report

ResourceProcedure
ExpressionProcedure.report.where(resolve() is DocumentReference)
Processing ModeNormal
Target ResourcesDocumentReference
Multiples
  • multipleAnd: The parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true

Source

{
  "resourceType": "SearchParameter",
  "id": "deep-6-ai-procedure-report",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://deep6.ai/fhir/SearchParameter/deep-6-ai-procedure-report",
  "version": "2.4.0",
  "name": "Deep6AIProcedureReportReference",
  "status": "active",
  "experimental": true,
  "date": "2024-01-31",
  "publisher": "Deep 6 AI",
  "contact": [
    {
      "name": "Deep 6 AI",
      "telecom": [
        {
          "system": "url",
          "value": "http://deep6.ai/"
        }
      ]
    }
  ],
  "description": "To allow validation and search for existing DocumentReferences under Procedure.report",
  "code": "report",
  "base": [
    "Procedure"
  ],
  "type": "reference",
  "expression": "Procedure.report.where(resolve() is DocumentReference)",
  "xpathUsage": "normal",
  "target": [
    "DocumentReference"
  ],
  "multipleOr": true,
  "_multipleOr": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      }
    ]
  },
  "multipleAnd": true,
  "_multipleAnd": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      }
    ]
  }
}