0.1.1 - ci-build

This page is part of the MatchSync Implementation Guide (v0.1.1: Release Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: NMDP CMV Code System - TTL Representation

Active as of 2024-12-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 "nmdp-cmv-cs"] ; # 
  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 nmdp-cmv-cs</b></p><a name=\"nmdp-cmv-cs\"> </a><a name=\"hcnmdp-cmv-cs\"> </a><a name=\"nmdp-cmv-cs-en-US\"> </a><p>This case-sensitive code system <code>http://terminology.nmdp.org/codesystem/cmv</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\">P<a name=\"nmdp-cmv-cs-P\"> </a></td><td>Positive</td></tr><tr><td style=\"white-space:nowrap\">N<a name=\"nmdp-cmv-cs-N\"> </a></td><td>Negative</td></tr><tr><td style=\"white-space:nowrap\">I<a name=\"nmdp-cmv-cs-I\"> </a></td><td>Inconclusive</td></tr><tr><td style=\"white-space:nowrap\">U<a name=\"nmdp-cmv-cs-U\"> </a></td><td>Untested</td></tr><tr><td style=\"white-space:nowrap\">nil<a name=\"nmdp-cmv-cs-nil\"> </a></td><td>no data</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://terminology.nmdp.org/codesystem/cmv"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "NMDPCMVCS"] ; # 
  fhir:title [ fhir:v "NMDP CMV Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-12-02T18:31:42-06:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "NMDP"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "NMDP" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://bethematch.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code System for NMDP CMV"] ; # 
  fhir:copyright [ fhir:v "National Marrow Donor Program"] ; # 
  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 "P" ] ;
fhir:display [ fhir:v "Positive" ]
  ] [
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Negative" ]
  ] [
fhir:code [ fhir:v "I" ] ;
fhir:display [ fhir:v "Inconclusive" ]
  ] [
fhir:code [ fhir:v "U" ] ;
fhir:display [ fhir:v "Untested" ]
  ] [
fhir:code [ fhir:v "nil" ] ;
fhir:display [ fhir:v "no data" ]
  ] ) . #