@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ms-rh-codes"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: ValueSet ms-rh-codes

This value set includes codes based on the following rules:

" ] ; # fhir:url [ fhir:v "http://fhir.nmdp.org/ig/matchsync/ValueSet/ms-rh-codes"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.2"] ; # fhir:name [ fhir:v "MSRhVS"] ; # fhir:title [ fhir:v "MatchSync Rh Value Sets"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2025-01-16T21:22:08-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 "MatchSync codes for blood Rh. Combines NMDP and LOINC code"] ; # fhir:compose [ fhir:include ( [ fhir:valueSet ( [ fhir:v "http://fhir.nmdp.org/ig/matchsync/ValueSet/nmdp-rh-status-codes"^^xsd:anyURI ; fhir:link ] ) ] [ fhir:valueSet ( [ fhir:v "http://loinc.org/vs/LL360-9"^^xsd:anyURI ; fhir:link ] ) ] ) ] . # # -------------------------------------------------------------------------------------