Pharmaceutical Quality (Industry)
1.0.0-ballot - ballot International flag

Publication Build: This will be filled in by the publication tooling

: CodeSystem - Mutagenicity Classification Type - TTL Representation

Active as of 2023-12-18

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 "cs-mutagenicityClassificationType-local-pq"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-mutagenicityClassificationType-local-pq</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\">1233444<a name=\"cs-mutagenicityClassificationType-local-pq-1233444\"> </a></td><td>Rule-based (Q)Sar</td></tr><tr><td style=\"white-space:nowrap\">123555<a name=\"cs-mutagenicityClassificationType-local-pq-123555\"> </a></td><td>Statistical (Q)Sar</td></tr><tr><td style=\"white-space:nowrap\">123556<a name=\"cs-mutagenicityClassificationType-local-pq-123556\"> </a></td><td>ICH M7 Classification</td></tr><tr><td style=\"white-space:nowrap\">123557<a name=\"cs-mutagenicityClassificationType-local-pq-123557\"> </a></td><td>Mutagenicity Comment</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "brr" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/pharm-quality/CodeSystem/cs-mutagenicityClassificationType-local-pq"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0-ballot"] ; # 
  fhir:name [ fhir:v "CsMutagenicityClassificationTypePQ"] ; # 
  fhir:title [ fhir:v "CodeSystem - Mutagenicity Classification Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-12-18T16:00:45+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Biomedical Research and Regulation"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Biomedical Research and Regulation" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/rcrim" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This code system contains example codes for mutagenicity classification type in PQ."] ; # 
  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:display [ fhir:v "World" ]     ] ) ;
fhir:text [ fhir:v "World" ]
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "1233444" ] ;
fhir:display [ fhir:v "Rule-based (Q)Sar" ]
  ] [
fhir:code [ fhir:v "123555" ] ;
fhir:display [ fhir:v "Statistical (Q)Sar" ]
  ] [
fhir:code [ fhir:v "123556" ] ;
fhir:display [ fhir:v "ICH M7 Classification" ]
  ] [
fhir:code [ fhir:v "123557" ] ;
fhir:display [ fhir:v "Mutagenicity Comment" ]
  ] ) . #