@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "smear-morphology-blood-vs"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This value set includes codes based on the following rules:

" ] ; # fhir:url [ fhir:v "http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/smear-morphology-blood-vs"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.6"] ; # fhir:name [ fhir:v "SmearMorphologyBloodVS"] ; # fhir:title [ fhir:v "Smear morphology panel - Blood (34994-4)"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-05-05T10:46:24-05:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "The Medical College of Wisconsin, Inc. and the National Marrow Donor Program"] ; # fhir:contact ( [ fhir:name [ fhir:v "The Medical College of Wisconsin, Inc. and the National Marrow Donor Program" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.cibmtr.org" ] ] ) ] [ fhir:name [ fhir:v "Bob Milius" ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "bmilius@nmdp.org" ] ] ) ] ) ; # fhir:description [ fhir:v "Smear morphology panel - Blood (34994-4)"] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "9317-9" ] ; fhir:display [ fhir:v "Platelet adequacy [Presence] in Blood by Light microscopy" ] ] [ fhir:code [ fhir:v "18280-8" ] ; fhir:display [ fhir:v "Background stain [Presence] in Blood by Light microscopy" ] ] [ fhir:code [ fhir:v "32778-3" ] ; fhir:display [ fhir:v "Fibrin strands [Presence] in Blood by Light microscopy" ] ] [ fhir:code [ fhir:v "5909-7" ] ; fhir:display [ fhir:v "Blood smear finding [Identifier] in Blood by Light microscopy" ] ] ) ] [ fhir:valueSet ( [ fhir:v "http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/erythrocyte-morphology-blood-vs"^^xsd:anyURI ; fhir:link ] ) ] [ fhir:valueSet ( [ fhir:v "http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/leukocyte-morphology-blood-vs"^^xsd:anyURI ; fhir:link ] ) ] [ fhir:valueSet ( [ fhir:v "http://fhir.nmdp.org/ig/cibmtr-reporting/ValueSet/platelet-morphology-blood-vs"^^xsd:anyURI ; fhir:link ] ) ] ) ] . # # -------------------------------------------------------------------------------------