@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "lipid-result-reporting"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
  • Include these codes as defined in http://loinc.org
    CodeDisplay
    14647-2Cholesterol [Moles/volume] in Serum or Plasma
    32309-7Cholesterol.total/Cholesterol in HDL [Molar ratio] in Serum or Plasma
    14646-4Cholesterol in HDL [Moles/volume] in Serum or Plasma
    22748-8Cholesterol in LDL [Moles/volume] in Serum or Plasma
    70204-3Cholesterol non HDL [Moles/volume] in Serum or Plasma
    14927-8Triglyceride [Moles/volume] in Serum or Plasma
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ fhir:v "informative" ; fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://hl7.org.au/fhir/core/ImplementationGuide/hl7.fhir.au.core"^^xsd:anyURI ; fhir:link ] ] ) ] ] ) ; # fhir:url [ fhir:v "http://hl7.org.au/fhir/core/ValueSet/lipid-result-reporting"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.2.0-preview"] ; # fhir:name [ fhir:v "LipidResultReporting"] ; # fhir:title [ fhir:v "Lipid Result Reporting"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-08-21T15:18:50+10:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 Australia"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.com.au" ] ; fhir:use [ fhir:v "work" ] ] ) ] [ fhir:name [ fhir:v "HL7 Australia FHIR Working Group" ] ; fhir:telecom ( [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "fhirwg@hl7.com.au" ] ; fhir:use [ fhir:v "work" ] ] ) ] ) ; # fhir:description [ fhir:v "The Lipid Result Reporting value set includes values that may be used to represent individual lipid measurement observations. The values included align with the RCPA Standardised Pathology Informatics in Australia (SPIA) reporting guidelines."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "AU" ] ] ) ] ) ; # 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 "14647-2" ] ] [ fhir:code [ fhir:v "32309-7" ] ] [ fhir:code [ fhir:v "14646-4" ] ] [ fhir:code [ fhir:v "22748-8" ] ] [ fhir:code [ fhir:v "70204-3" ] ] [ fhir:code [ fhir:v "14927-8" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------