addresscontenttype
The addresscontenttype search parameter defines the search for a patient containing specific Address content type.
SearchParameter definition
GdAddressContentTypeSearchParameter
Invocations
[base]/Patient?addresscontenttype=[system]|[value]
[base]/Person?addresscontenttype=[system]|[value]
[base]/RelatedPerson?addresscontenttype=[system]|[value]
[base]/Practitioner?addresscontenttype=[system]|[value]
Details
Resource | Patient, Person, RelatedPerson, Practitioner |
---|---|
Code | addresscontenttype |
Type | token |
FhirPath | Patient.address.extension.where(url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata').extension.where(url='fregAddressContentType').value | Person.address.extension.where(url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata').extension.where(url='fregAddressContentType').value | RelatedPerson.address.extension.where(url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata').extension.where(url='fregAddressContentType').value | Practitioner.address.extension.where(url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata').extension.where(url='fregAddressContentType').value |
Xpath (Normal) | f:Patient/f:address/f:extension[@url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata']/f:extension[@url='fregAddressContentType'] | f:Person/f:address/f:extension[@url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata']/f:extension[@url='fregAddressContentType'] | f:Practitioner/f:address/f:extension[@url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata']/f:extension[@url='fregAddressContentType'] | f:RelatedPerson/f:address/f:extension[@url='http://ehelse.no/fhir/StructureDefinition/gd-address-metadata']/f:extension[@url='fregAddressContentType'] |