LOINC – IVD Test Code (LIVD) Mapping 0.2.0 - STU Ballot 1

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

LIVD example bundle - TTL Representation

(back to narrative)

Raw ttl

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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:Bundle;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "livd-example"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/livd/StructureDefinition/bundle-uv-livd";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/livd/StructureDefinition/bundle-uv-livd>     ]
  ];
  fhir:Bundle.identifier [
     fhir:Identifier.system [ fhir:value "https://www.abbott.com" ];
     fhir:Identifier.value [ fhir:value "a809e430-5d17-4248-b595-d575fea6eb10" ]
  ];
  fhir:Bundle.type [ fhir:value "collection"];
  fhir:Bundle.entry [
     fhir:index 0;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:40baf389-d34c-4402-8589-59cd48095584" ];
     fhir:Bundle.entry.resource <urn:uuid:40baf389-d34c-4402-8589-59cd48095584>
  ], [
     fhir:index 1;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:1faf1d64-df18-4d7a-b45d-3872ddd3f165" ];
     fhir:Bundle.entry.resource <urn:uuid:1faf1d64-df18-4d7a-b45d-3872ddd3f165>
  ], [
     fhir:index 2;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:b87458ca-b29a-4244-b347-39111caf9ef2" ];
     fhir:Bundle.entry.resource <urn:uuid:b87458ca-b29a-4244-b347-39111caf9ef2>
  ], [
     fhir:index 3;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:66a4034b-6cc6-46ed-be83-343dfc51f2d7" ];
     fhir:Bundle.entry.resource <urn:uuid:66a4034b-6cc6-46ed-be83-343dfc51f2d7>
  ], [
     fhir:index 4;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:6bdc579a-67bf-47cf-833d-f4c905a6d1da" ];
     fhir:Bundle.entry.resource <urn:uuid:6bdc579a-67bf-47cf-833d-f4c905a6d1da>
  ], [
     fhir:index 5;
     fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:f4660377-c8fb-467f-88fc-0303d1d4c0dc" ];
     fhir:Bundle.entry.resource <urn:uuid:f4660377-c8fb-467f-88fc-0303d1d4c0dc>
  ].

<urn:uuid:40baf389-d34c-4402-8589-59cd48095584> a fhir:Composition;
  fhir:Resource.id [ fhir:value "40baf389-d34c-4402-8589-59cd48095584"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/livd/StructureDefinition/catalog-uv-livd";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/livd/StructureDefinition/catalog-uv-livd>     ]
  ];
  fhir:Resource.language [ fhir:value "en-US"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 40baf389-d34c-4402-8589-59cd48095584</p><p><b>meta</b>: </p><p><b>language</b>: en-US</p><p><b>identifier</b>: ARCHITECT CC v0.9.0</p><p><b>status</b>: final</p><p><b>type</b>: LIVD mapping data set <span style=\"background: LightGoldenRodYellow\">(Details : {LOINC code '90370-8' = 'LIVD mapping data set', given as 'LIVD mapping data set'})</span></p><p><b>date</b>: Sep 12, 2018 12:00:00 AM</p><p><b>author</b>: Abbott</p><p><b>title</b>: Abbott LIVD HL7 Connectathon</p></div>"
  ];
  fhir:Composition.identifier [
     fhir:Identifier.system [ fhir:value "https://www.abbott.com" ];
     fhir:Identifier.value [ fhir:value "ARCHITECT CC v0.9.0" ];
     fhir:Identifier.assigner [
       fhir:Reference.display [ fhir:value "Abbott Diagnostics" ]     ]
  ];
  fhir:Composition.status [ fhir:value "final"];
  fhir:Composition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       a loinc:90370-8;
       fhir:Coding.system [ fhir:value "http://loinc.org" ];
       fhir:Coding.version [ fhir:value "2.65" ];
       fhir:Coding.code [ fhir:value "90370-8" ];
       fhir:Coding.display [ fhir:value "LIVD mapping data set" ]     ]
  ];
  fhir:Composition.date [ fhir:value "2018-09-12"^^xsd:date];
  fhir:Composition.author [
     fhir:index 0;
     fhir:Reference.display [ fhir:value "Abbott" ]
  ];
  fhir:Composition.title [ fhir:value "Abbott LIVD HL7 Connectathon"];
  fhir:Composition.section [
     fhir:index 0;
     fhir:Composition.section.title [ fhir:value "Devices" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/livd/CodeSystem/livd-section-type" ];
         fhir:Coding.code [ fhir:value "devices" ];
         fhir:Coding.display [ fhir:value "Device Definitions" ]       ]     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "DeviceDefinition/1faf1d64-df18-4d7a-b45d-3872ddd3f165" ]     ]
  ], [
     fhir:index 1;
     fhir:Composition.section.title [ fhir:value "Observation Definitions" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/livd/CodeSystem/livd-section-type" ];
         fhir:Coding.code [ fhir:value "observation-definitions" ];
         fhir:Coding.display [ fhir:value "Observation Definitions" ]       ]     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "ObservationDefinition/b87458ca-b29a-4244-b347-39111caf9ef2" ]     ]
  ], [
     fhir:index 2;
     fhir:Composition.section.title [ fhir:value "Concept Maps" ];
     fhir:Composition.section.code [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/livd/CodeSystem/livd-section-type" ];
         fhir:Coding.code [ fhir:value "concept-map" ];
         fhir:Coding.display [ fhir:value "Concept Map" ]       ]     ];
     fhir:Composition.section.entry [
       fhir:index 0;
       fhir:Reference.reference [ fhir:value "ConceptMap/66a4034b-6cc6-46ed-be83-343dfc51f2d7" ]     ]
  ].

<urn:uuid:1faf1d64-df18-4d7a-b45d-3872ddd3f165> a fhir:DeviceDefinition;
  fhir:Resource.id [ fhir:value "1faf1d64-df18-4d7a-b45d-3872ddd3f165"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/livd/StructureDefinition/devicedefinition-uv-livd";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/livd/StructureDefinition/devicedefinition-uv-livd>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 1faf1d64-df18-4d7a-b45d-3872ddd3f165</p><p><b>meta</b>: </p><h3>UdiDeviceIdentifiers</h3><table class=\"grid\"><tr><td>-</td><td><b>DeviceIdentifier</b></td><td><b>Issuer</b></td><td><b>Jurisdiction</b></td></tr><tr><td>*</td><td>00380740003746</td><td><a href=\"FDA\">FDA</a></td><td><a href=\"https://unstats.un.org/unsd/methodology/m49/021\">https://unstats.un.org/unsd/methodology/m49/021</a></td></tr></table><p><b>manufacturer</b>: Abbott Diagnostics</p><p><b>modelNumber</b>: ARCHITECT c4000</p><h3>Capabilities</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Type</b></td></tr><tr><td>*</td><td/><td>ObservationDefinition <span style=\"background: LightGoldenRodYellow\">(Details : {[not stated] code 'ObservationDefinition' = 'ObservationDefinition)</span></td></tr></table></div>"
  ];
  fhir:DeviceDefinition.udiDeviceIdentifier [
     fhir:index 0;
     fhir:DeviceDefinition.udiDeviceIdentifier.deviceIdentifier [ fhir:value "00380740003746" ];
     fhir:DeviceDefinition.udiDeviceIdentifier.issuer [ fhir:value "FDA" ];
     fhir:DeviceDefinition.udiDeviceIdentifier.jurisdiction [ fhir:value "https://unstats.un.org/unsd/methodology/m49/021" ]
  ];
  fhir:DeviceDefinition.manufacturerString [ fhir:value "Abbott Diagnostics"];
  fhir:DeviceDefinition.modelNumber [ fhir:value "ARCHITECT c4000"];
  fhir:DeviceDefinition.capability [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/livd/StructureDefinition/ext-capability" ];
       fhir:Extension.valueReference [
         fhir:Reference.reference [ fhir:value "ObservationDefinition/b87458ca-b29a-4244-b347-39111caf9ef2" ]       ]     ];
     fhir:DeviceDefinition.capability.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.code [ fhir:value "ObservationDefinition" ]       ]     ]
  ].

<urn:uuid:b87458ca-b29a-4244-b347-39111caf9ef2> a fhir:ObservationDefinition;
  fhir:Resource.id [ fhir:value "b87458ca-b29a-4244-b347-39111caf9ef2"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/livd/StructureDefinition/observationdefinition-uv-livd";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/livd/StructureDefinition/observationdefinition-uv-livd>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: b87458ca-b29a-4244-b347-39111caf9ef2</p><p><b>meta</b>: </p><p><b>code</b>: GluC <span style=\"background: LightGoldenRodYellow\">(Details : {http://www.corelaboratory.com/ARCHITECT code '1069' = '1069', given as 'GluC'})</span></p></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/livd/StructureDefinition/ext-device" ];
     fhir:Extension.valueReference [
       fhir:Reference.reference [ fhir:value "DeviceDefinition/1faf1d64-df18-4d7a-b45d-3872ddd3f165" ]     ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/livd/StructureDefinition/ext-vendorReferenceIdentifier" ];
     fhir:Extension.valueIdentifier [
       fhir:Identifier.value [ fhir:value "3L82" ]     ]
  ];
  fhir:ObservationDefinition.code [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://www.corelaboratory.com/ARCHITECT" ];
       fhir:Coding.code [ fhir:value "1069" ];
       fhir:Coding.display [ fhir:value "GluC" ]     ]
  ].

<urn:uuid:66a4034b-6cc6-46ed-be83-343dfc51f2d7> a fhir:ConceptMap;
  fhir:Resource.id [ fhir:value "66a4034b-6cc6-46ed-be83-343dfc51f2d7"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/livd/StructureDefinition/conceptmap-uv-livd";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/livd/StructureDefinition/conceptmap-uv-livd>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 66a4034b-6cc6-46ed-be83-343dfc51f2d7</p><p><b>meta</b>: </p><p><b>url</b>: <a href=\"http://hl7.org/fhir/uv/livd/ConceptMap/66a4034b-6cc6-46ed-be83-343dfc51f2d7\">http://hl7.org/fhir/uv/livd/ConceptMap/66a4034b-6cc6-46ed-be83-343dfc51f2d7</a></p><p><b>name</b>: LivdConceptMap</p><p><b>status</b>: active</p><p><b>source</b>: <a href=\"ObservationDefinition\">ObservationDefinition</a></p><p><b>target</b>: <a href=\"http://hl7.org/fhir/uv/livd/ValueSet/loinc-livd\">http://hl7.org/fhir/uv/livd/ValueSet/loinc-livd</a></p><blockquote><p><b>group</b></p><blockquote><p><b>element</b></p><p><b>code</b>: b87458ca-b29a-4244-b347-39111caf9ef2</p><p><b>display</b>: GluC</p><blockquote><p><b>target</b></p><p><b>code</b>: 14749-6</p><p><b>display</b>: Glucose [Moles/volume] in Serum or Plasma</p><p><b>equivalence</b>: equivalent</p><blockquote><p><b>dependsOn</b></p><p><b>property</b>: <a href=\"specimen\">specimen</a></p><p><b>value</b>: Serum/Plasma</p></blockquote><blockquote><p><b>dependsOn</b></p><p><b>property</b>: <a href=\"result\">result</a></p><p><b>value</b>: mmol/L</p></blockquote></blockquote></blockquote><blockquote><p><b>element</b></p><p><b>code</b>: b87458ca-b29a-4244-b347-39111caf9ef2</p><p><b>display</b>: GluC</p><blockquote><p><b>target</b></p><p><b>code</b>: 2345-7</p><p><b>display</b>: Glucose [Mass/volume] in Serum or Plasma</p><p><b>equivalence</b>: equivalent</p><blockquote><p><b>dependsOn</b></p><p><b>property</b>: <a href=\"specimen\">specimen</a></p><p><b>value</b>: Serum/Plasma</p></blockquote><blockquote><p><b>dependsOn</b></p><p><b>property</b>: <a href=\"result\">result</a></p><p><b>value</b>: mg/dL</p></blockquote></blockquote></blockquote></blockquote></div>"
  ];
  fhir:ConceptMap.url [ fhir:value "http://hl7.org/fhir/uv/livd/ConceptMap/66a4034b-6cc6-46ed-be83-343dfc51f2d7"];
  fhir:ConceptMap.name [ fhir:value "LivdConceptMap"];
  fhir:ConceptMap.status [ fhir:value "active"];
  fhir:ConceptMap.sourceUri [ fhir:value "ObservationDefinition"];
  fhir:ConceptMap.targetCanonical [
     fhir:value "http://hl7.org/fhir/uv/livd/ValueSet/loinc-livd";
     fhir:link <http://hl7.org/fhir/uv/livd/ValueSet/loinc-livd>
  ];
  fhir:ConceptMap.group [
     fhir:index 0;
     fhir:ConceptMap.group.element [
       fhir:index 0;
       fhir:ConceptMap.group.element.code [ fhir:value "b87458ca-b29a-4244-b347-39111caf9ef2" ];
       fhir:ConceptMap.group.element.display [ fhir:value "GluC" ];
       fhir:ConceptMap.group.element.target [
         fhir:index 0;
         fhir:ConceptMap.group.element.target.code [ fhir:value "14749-6" ];
         fhir:ConceptMap.group.element.target.display [ fhir:value "Glucose [Moles/volume] in Serum or Plasma" ];
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ];
         fhir:ConceptMap.group.element.target.dependsOn [
           fhir:index 0;
           fhir:ConceptMap.group.element.target.dependsOn.property [ fhir:value "specimen" ];
           fhir:ConceptMap.group.element.target.dependsOn.value [ fhir:value "Serum/Plasma" ]         ], [
           fhir:index 1;
           fhir:ConceptMap.group.element.target.dependsOn.property [ fhir:value "result" ];
           fhir:ConceptMap.group.element.target.dependsOn.value [ fhir:value "mmol/L" ]         ]       ]     ], [
       fhir:index 1;
       fhir:ConceptMap.group.element.code [ fhir:value "b87458ca-b29a-4244-b347-39111caf9ef2" ];
       fhir:ConceptMap.group.element.display [ fhir:value "GluC" ];
       fhir:ConceptMap.group.element.target [
         fhir:index 0;
         fhir:ConceptMap.group.element.target.code [ fhir:value "2345-7" ];
         fhir:ConceptMap.group.element.target.display [ fhir:value "Glucose [Mass/volume] in Serum or Plasma" ];
         fhir:ConceptMap.group.element.target.equivalence [ fhir:value "equivalent" ];
         fhir:ConceptMap.group.element.target.dependsOn [
           fhir:index 0;
           fhir:ConceptMap.group.element.target.dependsOn.property [ fhir:value "specimen" ];
           fhir:ConceptMap.group.element.target.dependsOn.value [ fhir:value "Serum/Plasma" ]         ], [
           fhir:index 1;
           fhir:ConceptMap.group.element.target.dependsOn.property [ fhir:value "result" ];
           fhir:ConceptMap.group.element.target.dependsOn.value [ fhir:value "mg/dL" ]         ]       ]     ]
  ].

<urn:uuid:6bdc579a-67bf-47cf-833d-f4c905a6d1da> a fhir:ValueSet;
  fhir:Resource.id [ fhir:value "loinc-livd"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: loinc-livd</p><p><b>url</b>: <a href=\"http://hl7.org/fhir/uv/livd/ValueSet/loinc-livd\">http://hl7.org/fhir/uv/livd/ValueSet/loinc-livd</a></p><p><b>version</b>: 0.1.0</p><p><b>name</b>: LivdLoincVS</p><p><b>title</b>: LOINC value set for LIVD</p><p><b>status</b>: draft</p><p><b>date</b>: Sep 25, 2018 12:00:00 AM</p><p><b>description</b>: Includes the subset of LOINC codes that are relevant for this ConceptMap.</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a href=\"http://loinc.org\">http://loinc.org</a></p><p><b>version</b>: 2.65</p><blockquote><p><b>concept</b></p><p><b>code</b>: 90370-8</p><p><b>display</b>: LIVD mapping data set</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 14749-6</p><p><b>display</b>: Glucose [Moles/volume] in Serum or Plasma</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 2345-7</p><p><b>display</b>: Glucose [Mass/volume] in Serum or Plasma</p></blockquote></blockquote></blockquote></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/livd/ValueSet/loinc-livd"];
  fhir:ValueSet.version [ fhir:value "0.1.0"];
  fhir:ValueSet.name [ fhir:value "LivdLoincVS"];
  fhir:ValueSet.title [ fhir:value "LOINC value set for LIVD"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2018-09-25"^^xsd:date];
  fhir:ValueSet.description [ fhir:value "Includes the subset of LOINC codes that are relevant for this ConceptMap."];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://loinc.org" ];
       fhir:ValueSet.compose.include.version [ fhir:value "2.65" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "90370-8" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "LIVD mapping data set" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "14749-6" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Glucose [Moles/volume] in Serum or Plasma" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "2345-7" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Glucose [Mass/volume] in Serum or Plasma" ]       ]     ]
  ].

<urn:uuid:f4660377-c8fb-467f-88fc-0303d1d4c0dc> a fhir:CodeSystem;
  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\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: loinc-fragment-livd</p><p><b>meta</b>: </p><p><b>url</b>: <a href=\"http://loinc.org\">http://loinc.org</a></p><p><b>identifier</b>: urn:oid:2.16.840.1.113883.6.1</p><p><b>version</b>: 2.65</p><p><b>name</b>: LOINC</p><p><b>title</b>: LOINC Code System</p><p><b>status</b>: active</p><p><b>publisher</b>: Regenstrief Institute, Inc.</p><p><b>copyright</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>caseSensitive</b>: false</p><p><b>content</b>: fragment</p><blockquote><p><b>property</b></p><p><b>code</b>: COMPONENT</p><p><b>uri</b>: <a href=\"http://loinc.org/property/COMPONENT\">http://loinc.org/property/COMPONENT</a></p><p><b>description</b>: First major axis-component or analyte: Analyte Name, Analyte sub-class, Challenge</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: PROPERTY</p><p><b>uri</b>: <a href=\"http://loinc.org/property/PROPERTY\">http://loinc.org/property/PROPERTY</a></p><p><b>description</b>: Second major axis-property observed: Kind of Property (also called kind of quantity)</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: TIME_ASPCT</p><p><b>uri</b>: <a href=\"http://loinc.org/property/TIME_ASPCT\">http://loinc.org/property/TIME_ASPCT</a></p><p><b>description</b>: Third major axis-timing of the measurement: Time Aspect (Point or moment in time vs. time interval)</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: SYSTEM</p><p><b>uri</b>: <a href=\"http://loinc.org/property/SYSTEM\">http://loinc.org/property/SYSTEM</a></p><p><b>description</b>: Fourth major axis-type of specimen or system: System (Sample) Type</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: SCALE_TYP</p><p><b>uri</b>: <a href=\"http://loinc.org/property/SCALE_TYP\">http://loinc.org/property/SCALE_TYP</a></p><p><b>description</b>: Fifth major axis-scale of measurement: Type of Scale</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: METHOD_TYP</p><p><b>uri</b>: <a href=\"http://loinc.org/property/METHOD_TYP\">http://loinc.org/property/METHOD_TYP</a></p><p><b>description</b>: Sixth major axis-method of measurement: Type of Method</p><p><b>type</b>: string</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 90370-8</p><p><b>display</b>: LIVD mapping data set</p><blockquote><p><b>property</b></p><p><b>code</b>: COMPONENT</p><p><b>value</b>: Vendor test code to LOINC mapping data set (LP269198-0)</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: PROPERTY</p><p><b>value</b>: Find (LP6813-2)</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: TIME_ASPCT</p><p><b>value</b>: Pt (LP6960-1)</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: SYSTEM</p><p><b>value</b>: {Device} (LP76022-0)</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: SCALE_TYP</p><p><b>value</b>: Doc (LP7753-9)</p></blockquote></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 14749-6</p><p><b>display</b>: Glucose [Moles/volume] in Serum or Plasma</p><blockquote><p><b>property</b></p><p><b>code</b>: COMPONENT</p><p><b>value</b>: Glucose (LP14635-4)</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: PROPERTY</p><p><b>value</b>: SCnc (LP6860-3)</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: TIME_ASPCT</p><p><b>value</b>: Pt (LP6960-1)</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: SYSTEM</p><p><b>value</b>: Ser/Plas (LP7576-4)</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: SCALE_TYP</p><p><b>value</b>: Qn (LP7753-9)</p></blockquote></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 2345-7</p><p><b>display</b>: Glucose [Mass/volume] in Serum or Plasma</p><blockquote><p><b>property</b></p><p><b>code</b>: COMPONENT</p><p><b>value</b>: Glucose (LP14635-4)</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: PROPERTY</p><p><b>value</b>: MCnc (LP6827-2)</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: TIME_ASPCT</p><p><b>value</b>: Pt (LP6960-1)</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: SYSTEM</p><p><b>value</b>: Ser/Plas (LP7576-4)</p></blockquote><blockquote><p><b>property</b></p><p><b>code</b>: SCALE_TYP</p><p><b>value</b>: Qn (LP7753-9)</p></blockquote></blockquote></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 "2.65"];
  fhir:CodeSystem.name [ fhir:value "LOINC"];
  fhir:CodeSystem.title [ fhir:value "LOINC Code System"];
  fhir:CodeSystem.status [ fhir:value "active"];
  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 (LP7753-9)" ]     ]
  ], [
     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)" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.