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

IdentifierType

Parameter identifier-type:token

Busqueda de un Patient-Practitioner por el valor de identifier.type

\n
ResourcesPatient, Practitioner
ExpressionPatient.identifier.type | Practitioner.identifier.type
Processing ModeNormal
MultiplesThe parameter cannot repeat or have multiple values
" ] ; # fhir:url [ fhir:v "https://www.minsalud.gov.co/ihc/fhir/SearchParameter/identifier-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.4.2"] ; # fhir:name [ fhir:v "IdentifierType"] ; # 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 identifier.type"] ; # 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-type"] ; # fhir:base ( [ fhir:v "Patient"] [ fhir:v "Practitioner"] ) ; # fhir:type [ fhir:v "token"] ; # fhir:expression [ fhir:v "Patient.identifier.type | Practitioner.identifier.type"] ; # fhir:xpathUsage [ fhir:v "normal"] . # # -------------------------------------------------------------------------------------