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

FHIR IG Statistics: SearchParameter/epa-mhd-documentreference-title

Packagede.gematik.epa.mhd
TypeSearchParameter
Idepa-mhd-documentreference-title
FHIR VersionR4
Sourcehttps://gematik.de/fhir/epa-mhd/https://simplifier.net/resolve?scope=de.gematik.epa.mhd@1.0.0&canonical=https://gematik.de/fhir/epa-mhd/SearchParameter/epa-mhd-documentreference-title
URLhttps://gematik.de/fhir/epa-mhd/SearchParameter/epa-mhd-documentreference-title
Version1.0.0
Statusactive
Date2025-05-28
NameEPAMHDDocumentReferenceTitleSearchParameter
Realmde
DescriptionTitel des Dokuments auf Basis von DocumentReference.content.attachment.title
Typestring

Resources that use this resource

CapabilityStatement
epa-mhd-document-consumerEPA MHD Service (Document Consumer - Client)
epa-mhd-document-responderePA MHD Service (Document Responder - Server)

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter epa-mhd-documentreference-title

EPAMHDDocumentReferenceTitleSearchParameter

Parameter title:string

Titel des Dokuments auf Basis von DocumentReference.content.attachment.title

ResourceDocumentReference
ExpressionDocumentReference.content.attachment.title
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

Source

{
  "resourceType": "SearchParameter",
  "id": "epa-mhd-documentreference-title",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://gematik.de/fhir/epa-mhd/SearchParameter/epa-mhd-documentreference-title",
  "version": "1.0.0",
  "name": "EPAMHDDocumentReferenceTitleSearchParameter",
  "status": "active",
  "date": "2025-05-28",
  "publisher": "gematik GmbH",
  "contact": [
    {
      "name": "gematik GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gematik.de"
        },
        {
          "system": "email",
          "value": "patientteam [ at ] gematik.de"
        }
      ]
    }
  ],
  "description": "Titel des Dokuments auf Basis von DocumentReference.content.attachment.title",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE"
        }
      ]
    }
  ],
  "code": "title",
  "base": [
    "DocumentReference"
  ],
  "type": "string",
  "expression": "DocumentReference.content.attachment.title"
}