0.1.1 - ci-build

This page is part of the MatchSync Implementation Guide (v0.1.0: 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

: Snomed CT ABO group Value Set - TTL Representation

Draft as of 2024-11-11

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "sct-abo-group-codes"] ; # 
  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 sct-abo-group-codes</b></p><a name=\"sct-abo-group-codes\"> </a><a name=\"hcsct-abo-group-codes\"> </a><a name=\"sct-abo-group-codes-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/112144000\">112144000</a></td><td>Blood group A (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/165743006\">165743006</a></td><td>Blood group AB (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/112149005\">112149005</a></td><td>Blood group B (finding)</td></tr><tr><td><a href=\"http://snomed.info/id/58460004\">58460004</a></td><td>Blood group O (finding)</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://fhir.nmdp.org/ig/matchsync/ValueSet/sct-abo-group-codes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "SCTABOGroupVS"] ; # 
  fhir:title [ fhir:v "Snomed CT ABO group Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-11-11T17:53:38-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 "Snomed CT codes for ABO blood group"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "112144000" ] ;
fhir:display [ fhir:v "Blood group A (finding)" ]       ] [
fhir:code [ fhir:v "165743006" ] ;
fhir:display [ fhir:v "Blood group AB (finding)" ]       ] [
fhir:code [ fhir:v "112149005" ] ;
fhir:display [ fhir:v "Blood group B (finding)" ]       ] [
fhir:code [ fhir:v "58460004" ] ;
fhir:display [ fhir:v "Blood group O (finding)" ]       ] )     ] )
  ] . #