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

FHIR IG Statistics: SearchParameter/gd-Address-type

Packageehelse.fhir.no.grunndata.test
Resource TypeSearchParameter
Idgd-Address-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehelse.fhir.no.grunndata.test@2.3.3&canonical=http://ehelse.no/fhir/SearchParameter/gd-Address-type
URLhttp://ehelse.no/fhir/SearchParameter/gd-Address-type
Version2.3.1
Statusactive
NameGdAddressTypeSearchParameter
DescriptionSearchParameter for the freg type of gd-Addresses
Typetoken

Resources that use this resource

CapabilityStatement
v300Requirements for Grunndata Person Service Interface (server)

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "gd-Address-type",
  "url": "http://ehelse.no/fhir/SearchParameter/gd-Address-type",
  "version": "2.3.1",
  "name": "GdAddressTypeSearchParameter",
  "status": "active",
  "description": "SearchParameter for the freg type of gd-Addresses",
  "code": "gdaddresstype",
  "base": [
    "Patient",
    "Person",
    "RelatedPerson",
    "Practitioner"
  ],
  "type": "token",
  "expression": "Patient.address.extension.where(url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata').extension.where(url='fregAddressType').value | Person.address.extension.where(url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata').extension.where(url='fregAddressType').value | RelatedPerson.address.extension.where(url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata').extension.where(url='fregAddressType').value | Practitioner.address.extension.where(url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata').extension.where(url='fregAddressType').value",
  "xpath": "f:Patient/f:address/f:extension[@url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata']/f:extension[@url='fregAddressType'] | f:Person/f:address/f:extension[@url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata']/f:extension[@url='fregAddressType'] | f:Practitioner/f:address/f:extension[@url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata']/f:extension[@url='fregAddressType'] | f:RelatedPerson/f:address/f:extension[@url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata']/f:extension[@url='fregAddressType']",
  "xpathUsage": "normal",
  "multipleOr": true,
  "multipleAnd": true,
  "modifier": [
    "missing",
    "exact",
    "contains"
  ]
}