LOINC – IVD Test Code (LIVD) Mapping
0.3.0 - ballot

LOINC – IVD Test Code (LIVD) Mapping, published by HL7 International - Orders and Observations Work Group. This is not an authorized publication; it is the continuous build for version 0.3.0). This version is based on the current content of https://github.com/HL7/livd/ and changes regularly. See the Directory of published versions

: LIVD example ObservationDefinition - TTL Representation

Raw ttl | Download


@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:ObservationDefinition;
  fhir:nodeRole fhir:treeRoot;
  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 "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"b87458ca-b29a-4244-b347-39111caf9ef2\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-observationdefinition-uv-livd.html\">LIVDObservationDefinition</a></p></div><p><b>LIVD Device</b>: <a href=\"DeviceDefinition-1faf1d64-df18-4d7a-b45d-3872ddd3f165.html\">DeviceDefinition/1faf1d64-df18-4d7a-b45d-3872ddd3f165</a></p><p><b>LIVD Vendor Reference Identifier</b>: id: 3L82</p><p><b>code</b>: GluC <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (ARCHITECT#1069)</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" ]     ]
  ].

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

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