This page is part of the FHIR IG Human Services Directory (v1.0.0: STU1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: location-address-country - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:SearchParameter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "location-address-country"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>HSD_sp_location_address_country <a style=\"padding-left: 3px; padding-right: 3px; border: 1px grey solid; font-weight: bold; color: black; background-color: #fff5e6\" href=\"http://hl7.org/fhir/R4/versions.html#std-process\" title=\"Standards Status = Trial Use\">TU</a></h2><p>Parameter <code>address-country</code>:<code>string</code></p><div><p>Select locations by the country specified in the address</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/location.html\">Location</a></td></tr><tr><td>Expression</td><td><code>Location.address.country</code></td></tr><tr><td>Multiples</td><td>The parameter can repeat (and) and can have repeating values (or)</td></tr><tr><td>Modifiers</td><td>Allowed: text, exact, contains</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "hss" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
fhir:v "2"^^xsd:integer ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/hsds/ImplementationGuide/hl7.fhir.us.hsds"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/ImplementationGuide/hl7.fhir.us.hsds> ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/hsds/ImplementationGuide/hl7.fhir.us.hsds"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/ImplementationGuide/hl7.fhir.us.hsds> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/location-address-country"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "HSD_sp_location_address_country"] ; #
fhir:derivedFrom [
fhir:v "http://hl7.org/fhir/SearchParameter/Location-address-country"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/Location-address-country>
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2023-10-04T18:51:43+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Human and Social Services Work Group"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Human and Social Services Work Group" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/hsswg/index.cfm" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hsswg@lists.hl7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Select locations by the country specified in the address"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:code [ fhir:v "address-country"] ; #
fhir:base ( [ fhir:v "Location"] ) ; #
fhir:type [ fhir:v "string"] ; #
fhir:expression [ fhir:v "Location.address.country"] ; #
fhir:multipleOr [ fhir:v "true"^^xsd:boolean] ; #
fhir:multipleAnd [ fhir:v "true"^^xsd:boolean] ; #
fhir:modifier ( [ fhir:v "text"] [ fhir:v "exact"] [ fhir:v "contains"] ) . #