@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "glstring-codesystem"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem glstring-codesystem

This case-sensitive code system http://www.glstring.org defines codes, but no codes are represented here

"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "http://www.glstring.org"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.2"] ; # fhir:name [ fhir:v "GLStringCS"] ; # fhir:title [ fhir:v "Genotype List String Code CodeSystem"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v true] ; # fhir:date [ fhir:v "2025-04-16T10:37:17-05: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 "Genotype List String Codesystem used for HLA reporting"] ; # fhir:copyright [ fhir:v "National Marrow Donor Program"] ; # fhir:caseSensitive [ fhir:v true] ; # fhir:compositional [ fhir:v true] ; # fhir:content [ fhir:v "not-present"] . # # -------------------------------------------------------------------------------------