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

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi
Resource TypeSearchParameter
IdSearchParameter-DocumentReference-format.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/fhir-pacio-adi/SearchParameter-DocumentReference-format.html
URLhttp://hl7.org/fhir/us/pacio-adi/SearchParameter/DocumentReference-format
Version2.0.0-ballot
Statusactive
Date2026-02-11T19:15:43+00:00
NameADIDocumentReferenceFormat
Realmus
Authorityhl7
DescriptionSearch by format code content rules for the document
Typetoken

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-format

ADIDocumentReferenceFormat

Parameter format:token

Search by format code content rules for the document

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

Source1

{
  "resourceType": "SearchParameter",
  "id": "DocumentReference-format",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pe"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/pacio-adi/ImplementationGuide/hl7.fhir.us.pacio-adi"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/pacio-adi/ImplementationGuide/hl7.fhir.us.pacio-adi"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/pacio-adi/SearchParameter/DocumentReference-format",
  "version": "2.0.0-ballot",
  "name": "ADIDocumentReferenceFormat",
  "status": "active",
  "date": "2026-02-11T19:15:43+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 format code content rules for the document",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "code": "format",
  "base": [
    "DocumentReference"
  ],
  "type": "token",
  "expression": "DocumentReference.content.format",
  "multipleOr": true,
  "multipleAnd": true
}