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

: Community - TTL Representation

Draft as of 2024-09-05

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "CommunityVS"] ; # 
  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: ValueSet CommunityVS</b></p><a name=\"CommunityVS\"> </a><a name=\"hcCommunityVS\"> </a><a name=\"CommunityVS-en-US\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-CommunityCS.html\"><code>https://paho.org/fhir/giis/CodeSystem/CommunityCS</code></a></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://paho.org/fhir/giis/ValueSet/CommunityVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.8"] ; # 
  fhir:name [ fhir:v "CommunityVS"] ; # 
  fhir:title [ fhir:v "Community"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-05T15:52:58+00:00"^^xsd:dateTime] ; # 
  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 "Community codes used as momentary examples"] ; # 
  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:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://paho.org/fhir/giis/CodeSystem/CommunityCS"^^xsd:anyURI ]     ] )
  ] . #