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

This page is part of the Loinc/IVD Mapping FHIR IG (v0.3.0: STU 1 (FHIR R4) Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: LIVD example ObservationDefinition - JSON Representation

Raw json | Download


{
  "resourceType" : "ObservationDefinition",
  "id" : "b87458ca-b29a-4244-b347-39111caf9ef2",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/livd/StructureDefinition/observationdefinition-uv-livd"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>LIVD Device</b>: <a href=\"DeviceDefinition-1faf1d64-df18-4d7a-b45d-3872ddd3f165.html\">Generated Summary: manufacturer: Abbott Diagnostics; modelNumber: ARCHITECT c4000</a></p><p><b>LIVD Vendor Reference Identifier</b>: id: 3L82</p><p><b>code</b>: <span title=\"Codes: {http://www.corelaboratory.com/ARCHITECT 1069}\">GluC</span></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/uv/livd/StructureDefinition/ext-device",
      "valueReference" : {
        "reference" : "DeviceDefinition/1faf1d64-df18-4d7a-b45d-3872ddd3f165"
      }
    },
    {
      "url" : "http://hl7.org/fhir/uv/livd/StructureDefinition/ext-vendorReferenceIdentifier",
      "valueIdentifier" : {
        "value" : "3L82"
      }
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://www.corelaboratory.com/ARCHITECT",
        "code" : "1069",
        "display" : "GluC"
      }
    ]
  }
}