@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:SearchParameter ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "identifier-country"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2022-05-23T15:42:22.824+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#1713de7ffdefbac0"^^xsd:anyURI ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

IdentifierCountry

Parameter identifier-country:token

Busqueda de un Patient-Practitioner por el valor de la extension de pais

\n
ResourcesPatient, Practitioner
ExpressionPatient.identifier.type.extension('https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/Pais') | Practitioner.identifier.type.extension('https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/Pais')
Processing ModeNormal
MultiplesThe parameter cannot repeat or have multiple values
" ] ; # fhir:url [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/SearchParameter/identifier-country"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.4.2"] ; # fhir:name [ fhir:v "IdentifierCountry"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2020-05-28"^^xsd:date] ; # fhir:publisher [ fhir:v "MSP Colombia"] ; # fhir:contact ( [ fhir:name [ fhir:v "MSP Colombia" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.minsalud.gov.co/" ] ] ) ] ) ; # fhir:description [ fhir:v "Busqueda de un Patient-Practitioner por el valor de la extension de pais"] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "CO" ] ; fhir:display [ fhir:v "Colombia" ] ] ) ] ) ; # fhir:code [ fhir:v "identifier-country"] ; # fhir:base ( [ fhir:v "Patient"] [ fhir:v "Practitioner"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:expression [ fhir:v "Patient.identifier.type.extension('https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/Pais') | Practitioner.identifier.type.extension('https://www.minsalud.gov.co/ihc/fhir/StructureDefinition/Pais')"] ; # fhir:xpathUsage [ fhir:v "normal"] . # # -------------------------------------------------------------------------------------