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

FHIR IG Statistics: SearchParameter/DocumentReference-period

Packagehl7.fhir.us.pacio-adi
TypeSearchParameter
IdDocumentReference-period
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/pacio-adi/https://build.fhir.org/ig/HL7/fhir-pacio-adi/SearchParameter-DocumentReference-period.html
URLhttp://hl7.org/fhir/us/pacio-adi/SearchParameter/DocumentReference-period
Version2.0.0
Statusactive
Date2025-07-22T15:54:45+00:00
NameADIDocumentReferencePeriod
Realmus
Authorityhl7
DescriptionSearch by time of service that is being documented
Typedate

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 DocumentReference-period

ADIDocumentReferencePeriod

Parameter period:date

Search by time of service that is being documented

ResourceDocumentReference
ExpressionDocumentReference.context.period
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
ComparatorsAllowed: eq, lt, le, gt, ge, sa, eb, ap

Source

{
  "resourceType": "SearchParameter",
  "id": "DocumentReference-period",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pe"
    }
  ],
  "url": "http://hl7.org/fhir/us/pacio-adi/SearchParameter/DocumentReference-period",
  "version": "2.0.0",
  "name": "ADIDocumentReferencePeriod",
  "status": "active",
  "date": "2025-07-22T15:54:45+00:00",
  "publisher": "HL7 International / Patient Empowerment",
  "contact": [
    {
      "name": "HL7 International / Patient Empowerment",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/patientempowerment"
        },
        {
          "system": "email",
          "value": "patients@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "Search by time of service that is being documented",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "code": "period",
  "base": [
    "DocumentReference"
  ],
  "type": "date",
  "expression": "DocumentReference.context.period",
  "multipleOr": true,
  "multipleAnd": true,
  "comparator": [
    "eq",
    "lt",
    "le",
    "gt",
    "ge",
    "sa",
    "eb",
    "ap"
  ]
}