Cqgc Implementation Guide
0.1.0 - CI Build

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

: Ferlab.bio CodeSystem/fmh-relationship-plus - TTL Representation

Active as of 2020-08-13

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "fmh-relationship-plus"] ; # 
  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 fmh-relationship-plus</b></p><a name=\"fmh-relationship-plus\"> </a><a name=\"hcfmh-relationship-plus\"> </a><p>This case-sensitive code system <code>http://fhir.cqgc.ferlab.bio/CodeSystem/fmh-relationship-plus</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>French (fr)</b></td></tr><tr><td style=\"white-space:nowrap\">MATMEM<a name=\"fmh-relationship-plus-MATMEM\"> </a></td><td>Maternal Member</td><td>This value is indicated if the position of the member in the maternal branch is unknown</td><td>Membre de la branche maternelle</td></tr><tr><td style=\"white-space:nowrap\">PATMEM<a name=\"fmh-relationship-plus-PATMEM\"> </a></td><td>Paternal Member</td><td>This value is indicated if the position of the member in the paternal branch is unknown</td><td>Membre de la branche paternelle</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.cqgc.ferlab.bio/CodeSystem/fmh-relationship-plus"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "fmh-relationship-plus"] ; # 
  fhir:title [ fhir:v "FMH relationship-plus"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2020-08-13T10:54:37-04:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Ferlab.bio"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Cqgc" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:support@ferlab.bio" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The added values ​​(specific to our systems) which extend the CodeSystem provided by HL7"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "MATMEM" ] ;
fhir:display [ fhir:v "Maternal Member" ] ;
fhir:definition [ fhir:v "This value is indicated if the position of the member in the maternal branch is unknown" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Membre de la branche maternelle" ]     ] )
  ] [
fhir:code [ fhir:v "PATMEM" ] ;
fhir:display [ fhir:v "Paternal Member" ] ;
fhir:definition [ fhir:v "This value is indicated if the position of the member in the paternal branch is unknown" ] ;
    ( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Membre de la branche paternelle" ]     ] )
  ] ) . #