Example CRVS Implementation Guide
0.1.0 - ci-build

Example CRVS Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CRVS Event Category CodeSystem - TTL Representation

Draft as of 2024-07-09

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "crvs-event-category-code-system"] ; # 
  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: CodeSystem crvs-event-category-code-system</b></p><a name=\"crvs-event-category-code-system\"> </a><a name=\"hccrvs-event-category-code-system\"> </a><a name=\"hccrvs-event-category-code-system-en-US\"> </a><p>This  code system <code>http://terminology.hl7.org/CodeSystem/crvs-event-category-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">Birth<a name=\"crvs-event-category-code-system-Birth\"> </a></td><td>Brith event, brith of a child</td></tr><tr><td style=\"white-space:nowrap\">Death<a name=\"crvs-event-category-code-system-Death\"> </a></td><td>Death event, death of an indivitual</td></tr><tr><td style=\"white-space:nowrap\">Marriage<a name=\"crvs-event-category-code-system-Marriage\"> </a></td><td>Marriage of two individuals</td></tr><tr><td style=\"white-space:nowrap\">Divorce<a name=\"crvs-event-category-code-system-Divorce\"> </a></td><td>Divoce of a marriage</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/crvs-event-category-cs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CRVSEventCategoryCS"] ; # 
  fhir:title [ fhir:v "CRVS Event Category CodeSystem"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-07-09T08:29:52+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "SwissTPH"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "SwissTPH" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://swisstph-mic.ch" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CRVS Event categories"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Birth" ] ;
fhir:display [ fhir:v "Birth" ] ;
fhir:definition [ fhir:v "Brith event, brith of a child" ]
  ] [
fhir:code [ fhir:v "Death" ] ;
fhir:display [ fhir:v "Death" ] ;
fhir:definition [ fhir:v "Death event, death of an indivitual" ]
  ] [
fhir:code [ fhir:v "Marriage" ] ;
fhir:display [ fhir:v "Marriage" ] ;
fhir:definition [ fhir:v "Marriage of two individuals" ]
  ] [
fhir:code [ fhir:v "Divorce" ] ;
fhir:display [ fhir:v "Divorce" ] ;
fhir:definition [ fhir:v "Divoce of a marriage" ]
  ] ) . #