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 ValueSet/common-observation - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "common-observation"] ; # 
  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 common-observation</b></p><a name=\"common-observation\"> </a><a name=\"hccommon-observation\"> </a><ul><li>Include these codes as defined in <code>http://purl.obolibrary.org/obo/hp.owl</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>French (fr)</b></td></tr><tr><td>OBSG</td><td>General Observation</td><td>Observation générale</td></tr><tr><td>INDIC</td><td>Indication</td><td>Indication</td></tr><tr><td>INVES</td><td>Investigation</td><td>Investigation</td></tr><tr><td>CONS</td><td>Consanguinity</td><td>Consanguinité</td></tr><tr><td>MFTH</td><td>Missing Mother</td><td>Mère manquante</td></tr><tr><td>MMTH</td><td>Missing Father</td><td>Père manquant</td></tr><tr><td>DSTA</td><td>Patient Disease Status</td><td>Statut de la maladie du patient</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.cqgc.ferlab.bio/ValueSet/common-observation"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "common-observation"] ; # 
  fhir:title [ fhir:v "Set of observations that are common to all analyses"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2020-08-13T10:49:27-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 "Set of observations that are common to all analyses"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://purl.obolibrary.org/obo/hp.owl"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "OBSG" ] ;
fhir:display [ fhir:v "General Observation" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Observation générale" ]         ] )       ] [
fhir:code [ fhir:v "INDIC" ] ;
fhir:display [ fhir:v "Indication" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Indication" ]         ] )       ] [
fhir:code [ fhir:v "INVES" ] ;
fhir:display [ fhir:v "Investigation" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Investigation" ]         ] )       ] [
fhir:code [ fhir:v "CONS" ] ;
fhir:display [ fhir:v "Consanguinity" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Consanguinité" ]         ] )       ] [
fhir:code [ fhir:v "MFTH" ] ;
fhir:display [ fhir:v "Missing Mother" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Mère manquante" ]         ] )       ] [
fhir:code [ fhir:v "MMTH" ] ;
fhir:display [ fhir:v "Missing Father" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Père manquant" ]         ] )       ] [
fhir:code [ fhir:v "DSTA" ] ;
fhir:display [ fhir:v "Patient Disease Status" ] ;
        ( fhir:designation [
fhir:language [ fhir:v "fr" ] ;
fhir:value [ fhir:v "Statut de la maladie du patient" ]         ] )       ] )     ] )
  ] . #