This page is part of the FHIR Specification (v3.5a.0: R4 Ballot 4). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions
Vocabulary Work Group | Maturity Level: N/A | Ballot Status: Informative |
Raw Turtle (+ also see Turtle/RDF Format Specification)
Definition for Value SetLOINC Codes for Cholesterol in Serum/Plasma
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:ValueSet; fhir:Resource.id [ fhir:value "specimen-container-type"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2018-08-19T21:48:56.559+10:00" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset"; fhir:index 0 ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ]; fhir:Extension.value [ fhir:value "oo" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ]; fhir:Extension.value [ fhir:value "Draft" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ]; fhir:Extension.value [ fhir:value "1" ] ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/ValueSet/specimen-container-type"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://acme.com/identifiers/valuesets" ]; fhir:Identifier.value [ fhir:value "loinc-cholesterol-int" ] ], [ fhir:index 1; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.3.470" ] ]; fhir:ValueSet.version [ fhir:value "20150622"]; fhir:ValueSet.name [ fhir:value "LOINCCodesForCholesterolInSerum/Plasma"]; fhir:ValueSet.title [ fhir:value "LOINC Codes for Cholesterol in Serum/Plasma"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.experimental [ fhir:value "true"]; fhir:ValueSet.date [ fhir:value "2015-06-22"]; fhir:ValueSet.publisher [ fhir:value "HL7 International"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "FHIR project team" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ]; fhir:ValueSet.description [ fhir:value "This is an example value set that includes all the LOINC codes for serum/plasma cholesterol from v2.36."]; fhir:ValueSet.copyright [ fhir:value "This content from LOINC ® is copyright © 1995 Regenstrief Institute, Inc. and the LOINC Committee, and available at no cost under the license at http://loinc.org/terms-of-use."]; fhir:ValueSet.compose [ fhir:ValueSet.lockedDate [ fhir:value "2012-06-13" ]; fhir:ValueSet.inactive [ fhir:value "true" ]; fhir:ValueSet.include [ fhir:index 0; fhir:ValueSet.system [ fhir:value "http://loinc.org" ]; fhir:ValueSet.version [ fhir:value "2.36" ]; fhir:ValueSet.concept [ fhir:index 0; fhir:ValueSet.code [ fhir:value "14647-2" ]; fhir:ValueSet.display [ fhir:value "Cholesterol [Moles/Volume]" ] ], [ fhir:index 1; fhir:ValueSet.code [ fhir:value "2093-3" ]; fhir:ValueSet.display [ fhir:value "Cholesterol [Mass/Volume]" ] ], [ fhir:index 2; fhir:ValueSet.code [ fhir:value "35200-5" ]; fhir:ValueSet.display [ fhir:value "Cholesterol [Mass Or Moles/Volume]" ] ], [ fhir:index 3; fhir:ValueSet.code [ fhir:value "9342-7" ]; fhir:ValueSet.display [ fhir:value "Cholesterol [Percentile]" ] ] ] ] . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.