@prefix fhir: .
@prefix owl: .
@prefix rdf: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "loinc-posneg-codes"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div ""^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://loinc.org/vs/LL360-9"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.2"] ; #
fhir:name [ fhir:v "PosNegVS"] ; #
fhir:title [ fhir:v "ValueSet - Blood Group (Rh) - LOINC"] ; #
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 "LOINC codes for Positive and Negative"] ; #
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 "LA6576-8" ] ;
fhir:display [ fhir:v "Positive" ]
] [
fhir:code [ fhir:v "LA6577-6" ] ;
fhir:display [ fhir:v "Negative" ]
] )
] )
] . #
# -------------------------------------------------------------------------------------