Interoperabilidad de Historia Clínica - Colombia
0.4.2 - ci-build Colombia flag

Interoperabilidad de Historia Clínica - Colombia, published by MSP Colombia. This guide is not an authorized publication; it is the continuous build for version 0.4.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/IG-ihce-co/ and changes regularly. See the Directory of published versions

: identifier-type - TTL Representation

Active as of 2020-05-28

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 "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 "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter identifier-type</b></p><a name=\"identifier-type\"> </a><a name=\"hcidentifier-type\"> </a><a name=\"hcidentifier-type-es-CO\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: versionId: id (PrimitiveType/SearchParameter.meta.versionId): native = id -&gt; 1; Last updated: 2022-05-23 15:41:59+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #4ccd4ccd6525236f</p></div><h2>IdentifierType</h2><p>Parameter <code>identifier-type</code>:<code>token</code></p><div><p>Busqueda de un Patient-Practitioner por el valor de identifier.type</p>\n</div><table class=\"grid\"><tr><td>Resources</td><td><a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a>, <a href=\"http://hl7.org/fhir/R4/practitioner.html\">Practitioner</a></td></tr><tr><td>Expression</td><td><code>Patient.identifier.type | Practitioner.identifier.type</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  ] ; # 
  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"] . #