GIIS Implementation Guide
0.1.8 - ci-build International flag

GIIS Implementation Guide, published by CENS. This guide is not an authorized publication; it is the continuous build for version 0.1.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cens-chile/giis_fhir_IG/ and changes regularly. See the Directory of published versions

: birthplace-giis - TTL Representation

Active as of 2023-10-10

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 "birthplace-giis"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-11-21T15:52:22.824+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#1713de7ffdefbac0"^^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 birthplace-giis</b></p><a name=\"birthplace-giis\"> </a><a name=\"hcbirthplace-giis\"> </a><a name=\"birthplace-giis-en-US\"> </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: 1; Last updated: 2023-11-21 15:52:22+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #1713de7ffdefbac0</p></div><h2>BirthplaceGIIS</h2><p>Parameter <code>birthplace-giis</code>:<code>token</code></p><div><p>Patient search done by the birthplace</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/patient.html\">Patient</a></td></tr><tr><td>Expression</td><td><code>Patient.extension('https://paho.org/fhir/giis/StructureDefinition/giis-birthplace')</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may only appear once</li><li>multipleOr: The parameter may only have one value (no comma separators)</li></ul></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://paho.org/fhir/giis/SearchParameter/birthplace-giis"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.8"] ; # 
  fhir:name [ fhir:v "BirthplaceGIIS"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-10-10"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "CENS"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "CENS" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.cens.cl" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Patient search done by the birthplace"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:code [ fhir:v "birthplace-giis"] ; # 
  fhir:base ( [ fhir:v "Patient"] ) ; # 
  fhir:type [ fhir:v "token"] ; # 
  fhir:expression [ fhir:v "Patient.extension('https://paho.org/fhir/giis/StructureDefinition/giis-birthplace')"] ; # 
  fhir:xpathUsage [ fhir:v "normal"] ; # 
  fhir:multipleOr [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:multipleAnd [ fhir:v "false"^^xsd:boolean] . #