This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Definition for Value SetLOINC codes with Observation or Both
{
"resourceType" : "ValueSet",
"id" : "observation-codes-observationorboth",
"meta" : {
"lastUpdated" : "2025-11-14T20:54:02.388+00:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet observation-codes-observationorboth</b></p><a name=\"observation-codes-observationorboth\"> </a><a name=\"hcobservation-codes-observationorboth\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicity stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where ORDER_OBS = Observation</li><li>Include codes from<a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicity stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where ORDER_OBS = Both</li></ul></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "oo"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
}],
"url" : "http://hl7.org/fhir/ValueSet/observation-codes-observationorboth",
"version" : "6.0.0-ballot3",
"name" : "LOINCObsOrBoth",
"title" : "LOINC codes with Observation or Both",
"status" : "active",
"experimental" : false,
"publisher" : "FHIR Project team",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
}]
}],
"description" : "LOINC concepts whose ORDER_OBS property is 'Observation' (Obs only) or 'Both'.",
"jurisdiction" : [{
"coding" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}]
}],
"copyright" : "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.",
"compose" : {
"include" : [{
"system" : "http://loinc.org",
"filter" : [{
"property" : "ORDER_OBS",
"op" : "=",
"value" : "Observation"
}]
},
{
"system" : "http://loinc.org",
"filter" : [{
"property" : "ORDER_OBS",
"op" : "=",
"value" : "Both"
}]
}]
}
}
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.