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

FHIR IG Statistics: SearchParameter/SearchParameter-ch-elm-status

Packagech.fhir.ig.ch-elm
TypeSearchParameter
IdSearchParameter-ch-elm-status
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-elm/https://build.fhir.org/ig/ahdis/ch-elm/SearchParameter-SearchParameter-ch-elm-status.html
URLhttp://fhir.ch/ig/ch-elm/SearchParameter/SearchParameter-ch-elm-status
Version1.10.0
Statusactive
Date2025-06-23T20:27:52+00:00
Nameelmstatus
Realmch
Authorityhl7
DescriptionStatus of the processing of the document referenced by the DocumentReference
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 SearchParameter-ch-elm-status

elmstatus

Parameter elm-status:token

Status of the processing of the document referenced by the DocumentReference

ResourceDocumentReference
ExpressionDocumentReference.extension.where(url='http://fhir.ch/ig/ch-elm/StructureDefinition/ch-ext-elm-status').value
Processing ModeNormal
Multiples
  • multipleAnd: 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": "SearchParameter-ch-elm-status",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-elm/SearchParameter/SearchParameter-ch-elm-status",
  "version": "1.10.0",
  "name": "elmstatus",
  "status": "active",
  "date": "2025-06-23T20:27:52+00:00",
  "publisher": "Federal Office of Public Health FOPH",
  "contact": [
    {
      "name": "Federal Office of Public Health FOPH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.bag.admin.ch/bag/en/home/das-bag/kontakt-standort.html"
        }
      ]
    }
  ],
  "description": "Status of the processing of the document referenced by the DocumentReference",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "code": "elm-status",
  "base": [
    "DocumentReference"
  ],
  "type": "token",
  "expression": "DocumentReference.extension.where(url='http://fhir.ch/ig/ch-elm/StructureDefinition/ch-ext-elm-status').value",
  "xpathUsage": "normal",
  "multipleAnd": true
}