This page is part of the Loinc/IVD Mapping FHIR IG (v0.2.0: STU 1 (FHIR R4) Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "loinc-fragment-livd"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/uv/livd/StructureDefinition/codesystem-loinc-frag-uv-livd"; fhir:index 0; fhir:link <http://hl7.org/fhir/uv/livd/StructureDefinition/codesystem-loinc-frag-uv-livd> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>LOINC Code System</h2><p><b>Copyright Statement:</b> 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</p><p><b>Properties</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>URL</b></td><td><b>Description</b></td><td><b>Type</b></td></tr><tr><td>COMPONENT</td><td>http://loinc.org/property/COMPONENT</td><td>First major axis-component or analyte: Analyte Name, Analyte sub-class, Challenge</td><td>string</td></tr><tr><td>PROPERTY</td><td>http://loinc.org/property/PROPERTY</td><td>Second major axis-property observed: Kind of Property (also called kind of quantity)</td><td>string</td></tr><tr><td>TIME_ASPCT</td><td>http://loinc.org/property/TIME_ASPCT</td><td>Third major axis-timing of the measurement: Time Aspect (Point or moment in time vs. time interval)</td><td>string</td></tr><tr><td>SYSTEM</td><td>http://loinc.org/property/SYSTEM</td><td>Fourth major axis-type of specimen or system: System (Sample) Type</td><td>string</td></tr><tr><td>SCALE_TYP</td><td>http://loinc.org/property/SCALE_TYP</td><td>Fifth major axis-scale of measurement: Type of Scale</td><td>string</td></tr><tr><td>METHOD_TYP</td><td>http://loinc.org/property/METHOD_TYP</td><td>Sixth major axis-method of measurement: Type of Method</td><td>string</td></tr></table><p>This code system http://loinc.org defines many codes, of which the following are a subset:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">90370-8<a name=\"loinc-fragment-livd-90370-8\"> </a></td><td>LIVD mapping data set</td><td/></tr><tr><td style=\"white-space:nowrap\">14749-6<a name=\"loinc-fragment-livd-14749-6\"> </a></td><td>Glucose [Moles/volume] in Serum or Plasma</td><td/></tr><tr><td style=\"white-space:nowrap\">2345-7<a name=\"loinc-fragment-livd-2345-7\"> </a></td><td>Glucose [Mass/volume] in Serum or Plasma</td><td/></tr><tr><td style=\"white-space:nowrap\">14744-7<a name=\"loinc-fragment-livd-14744-7\"> </a></td><td>Glucose [Moles/volume] in Cerbral spinal fluid</td><td/></tr><tr><td style=\"white-space:nowrap\">2342-4<a name=\"loinc-fragment-livd-2342-4\"> </a></td><td>Glucose [Mass/volume] in Cerebral spinal fluid</td><td/></tr><tr><td style=\"white-space:nowrap\">15076-3<a name=\"loinc-fragment-livd-15076-3\"> </a></td><td>Glucose [Moles/volume] in Urine</td><td/></tr><tr><td style=\"white-space:nowrap\">2350-7<a name=\"loinc-fragment-livd-2350-7\"> </a></td><td>Glucose [Mass/volume] in Urine</td><td/></tr><tr><td style=\"white-space:nowrap\">15077-1<a name=\"loinc-fragment-livd-15077-1\"> </a></td><td>Glucose [Moles/time] in 24 hour Urine</td><td/></tr><tr><td style=\"white-space:nowrap\">2351-5<a name=\"loinc-fragment-livd-2351-5\"> </a></td><td>Glucose [Mass/time] in 24 hour Urine</td><td/></tr><tr><td style=\"white-space:nowrap\">70151-6<a name=\"loinc-fragment-livd-70151-6\"> </a></td><td>Opiates [Presence] in Urine by Screen method >300 ng/mL</td><td/></tr><tr><td style=\"white-space:nowrap\">21431-2<a name=\"loinc-fragment-livd-21431-2\"> </a></td><td>Opiates [Presence] in Urine by Screen method >2000 ng/mL</td><td/></tr><tr><td style=\"white-space:nowrap\">22314-9<a name=\"loinc-fragment-livd-22314-9\"> </a></td><td>Hepatitis A virus IgM Ab [Presence] in Serum</td><td/></tr><tr><td style=\"white-space:nowrap\">31616-6<a name=\"loinc-fragment-livd-31616-6\"> </a></td><td>Rubella virus IgM Ab [Presence] in Serum</td><td/></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://loinc.org"]; fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.6.1" ] ]; fhir:CodeSystem.version [ fhir:value "0.2.0"]; fhir:CodeSystem.name [ fhir:value "LOINC"]; fhir:CodeSystem.title [ fhir:value "LOINC Code System"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2019-08-06T14:36:24-04:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "Regenstrief Institute, Inc."]; fhir:CodeSystem.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:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "fragment"]; fhir:CodeSystem.property [ fhir:index 0; fhir:CodeSystem.property.code [ fhir:value "COMPONENT" ]; fhir:CodeSystem.property.uri [ fhir:value "http://loinc.org/property/COMPONENT" ]; fhir:CodeSystem.property.description [ fhir:value "First major axis-component or analyte: Analyte Name, Analyte sub-class, Challenge" ]; fhir:CodeSystem.property.type [ fhir:value "string" ] ], [ fhir:index 1; fhir:CodeSystem.property.code [ fhir:value "PROPERTY" ]; fhir:CodeSystem.property.uri [ fhir:value "http://loinc.org/property/PROPERTY" ]; fhir:CodeSystem.property.description [ fhir:value "Second major axis-property observed: Kind of Property (also called kind of quantity)" ]; fhir:CodeSystem.property.type [ fhir:value "string" ] ], [ fhir:index 2; fhir:CodeSystem.property.code [ fhir:value "TIME_ASPCT" ]; fhir:CodeSystem.property.uri [ fhir:value "http://loinc.org/property/TIME_ASPCT" ]; fhir:CodeSystem.property.description [ fhir:value "Third major axis-timing of the measurement: Time Aspect (Point or moment in time vs. time interval)" ]; fhir:CodeSystem.property.type [ fhir:value "string" ] ], [ fhir:index 3; fhir:CodeSystem.property.code [ fhir:value "SYSTEM" ]; fhir:CodeSystem.property.uri [ fhir:value "http://loinc.org/property/SYSTEM" ]; fhir:CodeSystem.property.description [ fhir:value "Fourth major axis-type of specimen or system: System (Sample) Type" ]; fhir:CodeSystem.property.type [ fhir:value "string" ] ], [ fhir:index 4; fhir:CodeSystem.property.code [ fhir:value "SCALE_TYP" ]; fhir:CodeSystem.property.uri [ fhir:value "http://loinc.org/property/SCALE_TYP" ]; fhir:CodeSystem.property.description [ fhir:value "Fifth major axis-scale of measurement: Type of Scale" ]; fhir:CodeSystem.property.type [ fhir:value "string" ] ], [ fhir:index 5; fhir:CodeSystem.property.code [ fhir:value "METHOD_TYP" ]; fhir:CodeSystem.property.uri [ fhir:value "http://loinc.org/property/METHOD_TYP" ]; fhir:CodeSystem.property.description [ fhir:value "Sixth major axis-method of measurement: Type of Method" ]; fhir:CodeSystem.property.type [ fhir:value "string" ] ]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "90370-8" ]; fhir:CodeSystem.concept.display [ fhir:value "LIVD mapping data set" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "COMPONENT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Vendor test code to LOINC mapping data set (LP269198-0)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "PROPERTY" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Find (LP6813-2)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "TIME_ASPCT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Pt (LP6960-1)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.property.code [ fhir:value "SYSTEM" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "{Device} (LP76022-0)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.property.code [ fhir:value "SCALE_TYP" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Doc (LP32888-7)" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "14749-6" ]; fhir:CodeSystem.concept.display [ fhir:value "Glucose [Moles/volume] in Serum or Plasma" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "COMPONENT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Glucose (LP14635-4)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "PROPERTY" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "SCnc (LP6860-3)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "TIME_ASPCT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Pt (LP6960-1)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.property.code [ fhir:value "SYSTEM" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Ser/Plas (LP7576-4)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.property.code [ fhir:value "SCALE_TYP" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Qn (LP7753-9)" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "2345-7" ]; fhir:CodeSystem.concept.display [ fhir:value "Glucose [Mass/volume] in Serum or Plasma" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "COMPONENT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Glucose (LP14635-4)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "PROPERTY" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "MCnc (LP6827-2)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "TIME_ASPCT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Pt (LP6960-1)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.property.code [ fhir:value "SYSTEM" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Ser/Plas (LP7576-4)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.property.code [ fhir:value "SCALE_TYP" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Qn (LP7753-9)" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "14744-7" ]; fhir:CodeSystem.concept.display [ fhir:value "Glucose [Moles/volume] in Cerbral spinal fluid" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "COMPONENT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Glucose (LP14635-4)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "PROPERTY" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "SCnc (LP6860-3)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "TIME_ASPCT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Pt (LP6960-1)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.property.code [ fhir:value "SYSTEM" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "CSF (LP7156-5)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.property.code [ fhir:value "SCALE_TYP" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Qn (LP7753-9)" ] ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "2342-4" ]; fhir:CodeSystem.concept.display [ fhir:value "Glucose [Mass/volume] in Cerebral spinal fluid" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "COMPONENT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Glucose (LP14635-4)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "PROPERTY" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "MCnc (LP6827-2)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "TIME_ASPCT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Pt (LP6960-1)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.property.code [ fhir:value "SYSTEM" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "CSF (LP7156-5)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.property.code [ fhir:value "SCALE_TYP" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Qn (LP7753-9)" ] ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "15076-3" ]; fhir:CodeSystem.concept.display [ fhir:value "Glucose [Moles/volume] in Urine" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "COMPONENT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Glucose (LP14635-4)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "PROPERTY" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "SCnc (LP6860-3)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "TIME_ASPCT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Pt (LP6960-1)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.property.code [ fhir:value "SYSTEM" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Urine (LP7681-2)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.property.code [ fhir:value "SCALE_TYP" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Qn (LP7753-9)" ] ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "2350-7" ]; fhir:CodeSystem.concept.display [ fhir:value "Glucose [Mass/volume] in Urine" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "COMPONENT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Glucose (LP14635-4)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "PROPERTY" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "MCnc (LP6827-2)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "TIME_ASPCT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Pt (LP6960-1)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.property.code [ fhir:value "SYSTEM" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Urine (LP7681-2)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.property.code [ fhir:value "SCALE_TYP" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Qn (LP7753-9)" ] ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "15077-1" ]; fhir:CodeSystem.concept.display [ fhir:value "Glucose [Moles/time] in 24 hour Urine" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "COMPONENT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Glucose (LP14635-4)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "PROPERTY" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "SRat (LP6867-8)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "TIME_ASPCT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "24H (LP6924-7)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.property.code [ fhir:value "SYSTEM" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Urine (LP7681-2)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.property.code [ fhir:value "SCALE_TYP" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Qn (LP7753-9)" ] ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "2351-5" ]; fhir:CodeSystem.concept.display [ fhir:value "Glucose [Mass/time] in 24 hour Urine" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "COMPONENT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Glucose (LP14635-4)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "PROPERTY" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "MRat (LP6833-0)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "TIME_ASPCT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "24H (LP6924-7)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.property.code [ fhir:value "SYSTEM" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Urine (LP7681-2)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.property.code [ fhir:value "SCALE_TYP" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Qn (LP7753-9)" ] ] ], [ fhir:index 9; fhir:CodeSystem.concept.code [ fhir:value "70151-6" ]; fhir:CodeSystem.concept.display [ fhir:value "Opiates [Presence] in Urine by Screen method >300 ng/mL" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "COMPONENT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Opiates (LP14565-3)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "PROPERTY" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "PrThr (LP217195-9)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "TIME_ASPCT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Pt (LP6960-1)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.property.code [ fhir:value "SYSTEM" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Urine (LP7681-2)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.property.code [ fhir:value "SCALE_TYP" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Ord (LP7751-3)" ] ], [ fhir:index 5; fhir:CodeSystem.concept.property.code [ fhir:value "METHOD_TYP" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Screen>300 ng/mL (LP36647-3)" ] ] ], [ fhir:index 10; fhir:CodeSystem.concept.code [ fhir:value "21431-2" ]; fhir:CodeSystem.concept.display [ fhir:value "Opiates [Presence] in Urine by Screen method >2000 ng/mL" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "COMPONENT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Opiates (LP14565-3)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "PROPERTY" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "PrThr (LP217195-9)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "TIME_ASPCT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Pt (LP6960-1)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.property.code [ fhir:value "SYSTEM" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Urine (LP7681-2)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.property.code [ fhir:value "SCALE_TYP" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Ord (LP7751-3)" ] ], [ fhir:index 5; fhir:CodeSystem.concept.property.code [ fhir:value "METHOD_TYP" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Screen>2000 ng/mL (LP6504-7)" ] ] ], [ fhir:index 11; fhir:CodeSystem.concept.code [ fhir:value "22314-9" ]; fhir:CodeSystem.concept.display [ fhir:value "Hepatitis A virus IgM Ab [Presence] in Serum" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "COMPONENT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Hepatitis A virus Ab.IgM (LP38318-9)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "PROPERTY" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "PrThr (LP217195-9)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "TIME_ASPCT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Pt (LP6960-1)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.property.code [ fhir:value "SYSTEM" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Ser (LP7567-3)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.property.code [ fhir:value "SCALE_TYP" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Ord (LP7751-3)" ] ] ], [ fhir:index 12; fhir:CodeSystem.concept.code [ fhir:value "31616-6" ]; fhir:CodeSystem.concept.display [ fhir:value "Rubella virus IgM Ab [Presence] in Serum" ]; fhir:CodeSystem.concept.property [ fhir:index 0; fhir:CodeSystem.concept.property.code [ fhir:value "COMPONENT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Rubella virus Ab.IgM (LP39632-2)" ] ], [ fhir:index 1; fhir:CodeSystem.concept.property.code [ fhir:value "PROPERTY" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "PrThr (LP217195-9)" ] ], [ fhir:index 2; fhir:CodeSystem.concept.property.code [ fhir:value "TIME_ASPCT" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Pt (LP6960-1)" ] ], [ fhir:index 3; fhir:CodeSystem.concept.property.code [ fhir:value "SYSTEM" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Ser (LP7567-3)" ] ], [ fhir:index 4; fhir:CodeSystem.concept.property.code [ fhir:value "SCALE_TYP" ]; fhir:CodeSystem.concept.property.valueString [ fhir:value "Ord (LP7751-3)" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.