HLA Reporting Implementation Guide
0.0.1 - Draft

This page is part of the HLA Reporting Implementation Guide (v0.0.1: Trial Use: 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Genotype List String Code CodeSystem - TTL Representation

(back to description)

Raw ttl

Source view

@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:Resource.id [ fhir:value "glstring-codesystem"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Genotype List String Code CodeSystem</h2><div><p>Genotype List String Codesystem used for HLA reporting</p>\n</div><p><b>Copyright Statement:</b> National Marrow Donor Program</p><p>This code system http://www.glstring.org defines many codes, but they are not represented here</p></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://www.glstring.org"];
  fhir:CodeSystem.version [ fhir:value "0.0.1"];
  fhir:CodeSystem.name [ fhir:value "GLStringCS"];
  fhir:CodeSystem.title [ fhir:value "Genotype List String Code CodeSystem"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2020-10-07T12:52:39-05:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "NMDP/Be The Match"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Bob Milius" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "mailto:bmilius@nmdp.org" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Genotype List String Codesystem used for HLA reporting"];
  fhir:CodeSystem.copyright [ fhir:value "National Marrow Donor Program"];
  fhir:CodeSystem.compositional [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "not-present"].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.