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

: LOINC ABO RH group Value Set - TTL Representation

Active 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 "loinc-abo-rh-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 loinc-abo-rh-codes</b></p><a name=\"loinc-abo-rh-codes\"> </a><a name=\"hcloinc-abo-rh-codes\"> </a><a name=\"loinc-abo-rh-codes-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/LA21321-7/\">LA21321-7</a></td><td>O Pos</td></tr><tr><td><a href=\"https://loinc.org/LA21322-5/\">LA21322-5</a></td><td>O Neg</td></tr><tr><td><a href=\"https://loinc.org/LA21325-8/\">LA21325-8</a></td><td>A Pos</td></tr><tr><td><a href=\"https://loinc.org/LA21326-6/\">LA21326-6</a></td><td>A Neg</td></tr><tr><td><a href=\"https://loinc.org/LA21327-4/\">LA21327-4</a></td><td>B Pos</td></tr><tr><td><a href=\"https://loinc.org/LA21328-2/\">LA21328-2</a></td><td>B Neg</td></tr><tr><td><a href=\"https://loinc.org/LA21323-3/\">LA21323-3</a></td><td>AB Pos</td></tr><tr><td><a href=\"https://loinc.org/LA21324-1/\">LA21324-1</a></td><td>AB Neg</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://loinc.org/vs/LL2972-9"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "LNCABORHGroupVS"] ; # 
  fhir:title [ fhir:v "LOINC ABO RH group Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  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 "LOINC codes for ABO RH blood group"] ; # 
  fhir:copyright [ fhir:v "This material contains content from LOINC (http://loinc.org). LOINC is copyright ©1995-2022, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "LA21321-7" ] ;
fhir:display [ fhir:v "O Pos" ]       ] [
fhir:code [ fhir:v "LA21322-5" ] ;
fhir:display [ fhir:v "O Neg" ]       ] [
fhir:code [ fhir:v "LA21325-8" ] ;
fhir:display [ fhir:v "A Pos" ]       ] [
fhir:code [ fhir:v "LA21326-6" ] ;
fhir:display [ fhir:v "A Neg" ]       ] [
fhir:code [ fhir:v "LA21327-4" ] ;
fhir:display [ fhir:v "B Pos" ]       ] [
fhir:code [ fhir:v "LA21328-2" ] ;
fhir:display [ fhir:v "B Neg" ]       ] [
fhir:code [ fhir:v "LA21323-3" ] ;
fhir:display [ fhir:v "AB Pos" ]       ] [
fhir:code [ fhir:v "LA21324-1" ] ;
fhir:display [ fhir:v "AB Neg" ]       ] )     ] )
  ] . #