0.1.0 - ci-build

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

: Ferlab.bio CodeSystem/family-type - TTL Representation

Active as of 2024-10-02

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 "family-type"] ; # 
  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 family-type</b></p><a name=\"family-type\"> </a><a name=\"hcfamily-type\"> </a><a name=\"family-type-en-US\"> </a><p>This case-sensitive code system <code>https://fhir.cqdg.ca/CodeSystem/family-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">Case-parent-trio<a name=\"family-type-Case-parent-trio\"> </a></td><td>Case-parent trio</td></tr><tr><td style=\"white-space:nowrap\">Case-sibling<a name=\"family-type-Case-sibling\"> </a></td><td>Case-sibling</td></tr><tr><td style=\"white-space:nowrap\">Twins<a name=\"family-type-Twins\"> </a></td><td>Twins</td></tr><tr><td style=\"white-space:nowrap\">Case-affected-relative<a name=\"family-type-Case-affected-relative\"> </a></td><td>Case - affected relative</td></tr><tr><td style=\"white-space:nowrap\">Other<a name=\"family-type-Other\"> </a></td><td>Other</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.cqdg.ca/CodeSystem/family-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "FamilyType"] ; # 
  fhir:title [ fhir:v "Ferlab.bio CodeSystem/family-type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-10-02T15:04:17+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Ferlab.bio"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Ferlab.bio" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Family type"] ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Case-parent-trio" ] ;
fhir:display [ fhir:v "Case-parent trio" ] ;
    ( fhir:designation [
fhir:use [
fhir:system [ fhir:v "https://fhir.cqdg.ca/CodeSystem/family-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Case-parent-trio" ]       ] ;
fhir:value [ fhir:v "Case-parent trio" ]     ] )
  ] [
fhir:code [ fhir:v "Case-sibling" ] ;
fhir:display [ fhir:v "Case-sibling" ] ;
    ( fhir:designation [
fhir:use [
fhir:system [ fhir:v "https://fhir.cqdg.ca/CodeSystem/family-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Case-sibling" ]       ] ;
fhir:value [ fhir:v "Case-sibling" ]     ] )
  ] [
fhir:code [ fhir:v "Twins" ] ;
fhir:display [ fhir:v "Twins" ] ;
    ( fhir:designation [
fhir:use [
fhir:system [ fhir:v "https://fhir.cqdg.ca/CodeSystem/family-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Twins" ]       ] ;
fhir:value [ fhir:v "Twins" ]     ] )
  ] [
fhir:code [ fhir:v "Case-affected-relative" ] ;
fhir:display [ fhir:v "Case - affected relative" ] ;
    ( fhir:designation [
fhir:use [
fhir:system [ fhir:v "https://fhir.cqdg.ca/CodeSystem/family-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Case-affected-relative" ]       ] ;
fhir:value [ fhir:v "Case - affected relative" ]     ] )
  ] [
fhir:code [ fhir:v "Other" ] ;
fhir:display [ fhir:v "Other" ] ;
    ( fhir:designation [
fhir:use [
fhir:system [ fhir:v "https://fhir.cqdg.ca/CodeSystem/family-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Other" ]       ] ;
fhir:value [ fhir:v "Other" ]     ] )
  ] ) . #