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

FHIR IG Statistics: SearchParameter/deep-6-ai-documentreference-attachment-url

Packagefhir.deep6.ai
Resource TypeSearchParameter
Iddeep-6-ai-documentreference-attachment-url
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-documentreference-attachment-url
URLhttp://deep6.ai/fhir/SearchParameter/deep-6-ai-documentreference-attachment-url
Version2.4.0
Statusactive
Date2023-11-27
NameDeep6AIDocumentReferenceAttachmentUrl
Realmus
Authorityhl7
DescriptionTo allow for searching DocumentReference resources by their linked content attachment URL
Typestring

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-documentreference-attachment-url

Deep6AIDocumentReferenceAttachmentUrl

Parameter attachment-url:string

To allow for searching DocumentReference resources by their linked content attachment URL

ResourceDocumentReference
ExpressionDocumentReference.content.attachment.url
Processing ModeNormal
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true
ComparatorsAllowed: eq

Source

{
  "resourceType": "SearchParameter",
  "id": "deep-6-ai-documentreference-attachment-url",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://deep6.ai/fhir/SearchParameter/deep-6-ai-documentreference-attachment-url",
  "version": "2.4.0",
  "name": "Deep6AIDocumentReferenceAttachmentUrl",
  "status": "active",
  "experimental": true,
  "date": "2023-11-27",
  "publisher": "Deep 6 AI",
  "contact": [
    {
      "name": "Deep 6 AI",
      "telecom": [
        {
          "system": "url",
          "value": "http://deep6.ai/"
        }
      ]
    }
  ],
  "description": "To allow for searching DocumentReference resources by their linked content attachment URL",
  "code": "attachment-url",
  "base": [
    "DocumentReference"
  ],
  "type": "string",
  "expression": "DocumentReference.content.attachment.url",
  "xpathUsage": "normal",
  "comparator": [
    "eq"
  ]
}