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

FHIR IG Statistics: SearchParameter/DocumentReference-Creation

Packageihe.iti.mhd
TypeSearchParameter
IdDocumentReference-Creation
FHIR VersionR4
Sourcehttps://profiles.ihe.net/ITI/MHD/https://build.fhir.org/ig/IHE/ITI.MHD/SearchParameter-DocumentReference-Creation.html
URLhttps://profiles.ihe.net/ITI/MHD/SearchParameter/DocumentReference-Creation
Version4.2.3-current
Statusactive
Date2025-04-28T16:15:50+00:00
NameCreation
Realmuv
Authorityihe
DescriptionThis SearchParameter enables finding DocumentReference by the creation dateTime.
Typedate

Resources that use this resource

CapabilityStatement
IHE.MHD.DocumentConsumerDocument Consumer (client)
IHE.MHD.DocumentResponderDocument Responder (server)
CH.MHD.DocumentConsumerMHD Document Consumer (client)
CH.MHD.DocumentResponderMHD Document Responder (server)
PDSm-ConsommateurDeDocumentsCI-SIS Partage-De-Documents-De-Sante - ConsommateurDeDocuments
PDSm-GestionnaireDePartageDeDocumentsCI-SIS Partage-De-Documents-De-Sante - GestionnaireDePartageDeDocuments
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 DocumentReference-Creation

Creation

Parameter creation:date

This SearchParameter enables finding DocumentReference by the creation dateTime.

ResourceDocumentReference
ExpressionDocumentReference.content.attachment.creation
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": "DocumentReference-Creation",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/ITI/MHD/SearchParameter/DocumentReference-Creation",
  "version": "4.2.3-current",
  "name": "Creation",
  "status": "active",
  "date": "2025-04-28T16:15:50+00:00",
  "publisher": "IHE IT Infrastructure Technical Committee",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/it_infrastructure/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    },
    {
      "name": "IHE IT Infrastructure Technical Committee",
      "telecom": [
        {
          "system": "email",
          "value": "iti@ihe.net"
        }
      ]
    }
  ],
  "description": "This SearchParameter enables finding DocumentReference by the creation dateTime.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "code": "creation",
  "base": [
    "DocumentReference"
  ],
  "type": "date",
  "expression": "DocumentReference.content.attachment.creation"
}