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 DeviceDefinition - 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:DeviceDefinition;
  fhir:nodeRole fhir:treeRoot;
  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</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 \"1faf1d64-df18-4d7a-b45d-3872ddd3f165\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-devicedefinition-uv-livd.html\">LIVDDeviceDefinition</a></p></div><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=\"https://www.fda.gov/\">https://www.fda.gov/</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><td>ObservationDefinition <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-resource-types.html\">ResourceType</a>#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 "https://www.fda.gov/" ];
     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-analyte" ];
       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.system [ fhir:value "http://hl7.org/fhir/resource-types" ];
         fhir:Coding.code [ fhir:value "ObservationDefinition" ]       ]     ]
  ].

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

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