This page is part of the Loinc/IVD Mapping FHIR IG (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, 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:id [ fhir:v "b87458ca-b29a-4244-b347-39111caf9ef2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/livd/StructureDefinition/observationdefinition-uv-livd"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/livd/StructureDefinition/observationdefinition-uv-livd> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ObservationDefinition</b><a name=\"b87458ca-b29a-4244-b347-39111caf9ef2\"> </a></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 ObservationDefinition "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:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/livd/StructureDefinition/ext-device"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "DeviceDefinition/1faf1d64-df18-4d7a-b45d-3872ddd3f165" ] ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/livd/StructureDefinition/ext-vendorReferenceIdentifier"^^xsd:anyURI ] ;
fhir:value [
a fhir:Identifier ;
fhir:value [ fhir:v "3L82" ] ]
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://example.org/abbott/livd/ARCHITECT"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1069" ] ;
fhir:display [ fhir:v "GluC" ] ] )
] . #