FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageihe.iti.mhd
Resource TypeSearchParameter
IdSearchParameter-DocumentReference-Creation.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/IHE/ITI.MHD/SearchParameter-DocumentReference-Creation.html
URLhttps://profiles.ihe.net/ITI/MHD/SearchParameter/DocumentReference-Creation
Version4.2.4-current
Statusactive
Date2025-11-03T18:52:36+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)
CZ-MHD-DocumentConsumerMHD Document Consumer (client)
CZ-MHD-DocumentResponderMHD Document 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

Source1

{
  "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.4-current",
  "name": "Creation",
  "status": "active",
  "date": "2025-11-03T18:52:36+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",
          "display": "World"
        }
      ]
    }
  ],
  "code": "creation",
  "base": [
    "DocumentReference"
  ],
  "type": "date",
  "expression": "DocumentReference.content.attachment.creation"
}