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

FHIR IG analytics

Packagehl7.fhir.cz.hie
Resource TypeSearchParameter
IdSearchParameter-DocumentReference-hcid.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/HIE/SearchParameter-DocumentReference-hcid.html
URLhttps://hl7.cz/fhir/hie/SearchParameter/DocumentReference-hcid
Version0.0.1
Statusactive
Date2025-12-12T14:09:31.7181197+00:00
NameDocumentReferenceHCId
Realmcz
Authorityhl7
DescriptionParameter for searching home community ID
Typetoken

Resources that use this resource

CapabilityStatement
CZ-MHD-DocumentConsumerMHD Document Consumer (client)
CZ-MHD-DocumentResponderMHD 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-hcid

DocumentReferenceHCId

Parameter hcid:token

Parameter for searching home community ID

ResourceDocumentReference
Expressionextension.where(url='https://hl7.cz/fhir/hie/StructureDefinition/cz-mhd-home-community-id').value
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-hcid",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/hie/SearchParameter/DocumentReference-hcid",
  "version": "0.0.1",
  "name": "DocumentReferenceHCId",
  "status": "active",
  "date": "2025-12-12T14:09:31.7181197+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Parameter for searching home community ID",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "code": "hcid",
  "base": [
    "DocumentReference"
  ],
  "type": "token",
  "expression": "extension.where(url='https://hl7.cz/fhir/hie/StructureDefinition/cz-mhd-home-community-id').value",
  "multipleOr": true,
  "multipleAnd": true
}