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 | Code | Type | FhirPath | Xpath (Normal) |
Patient, Person, RelatedPerson, Practitioner | addresscontenttype | token | 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 | 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'] |