HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU Ballot 1

This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v0.9.1: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

CBCWAutoDifferentialPanel

{
  "resourceType" : "StructureDefinition",
  "id" : "obf-lab-CBCWAutoDifferentialPanel",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>CBCWAutoDifferentialPanel Profile</b></p>\n  <p>Complete blood count (CBC) with auto differential panel. Includes various measures of red blood cells, platelets, and various types of white blood cells and other related measures, such as hemoglobin. The components of this panel are not entirely standardized, so the definition of the CBC includes tests that are optional, or performed by certain laboratories but not others. Instances typically will include a subset of the listed panel members.</p>\n  <p><b>Mapping Summary</b></p>\n  <p><pre>obf.lab.CBCWAutoDifferentialPanel maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab:\n  Language maps to language\n  ImplicitRules maps to implicitRules\n  Metadata.VersionId maps to meta.versionId\n  Metadata.SourceSystem maps to meta.source\n  Metadata.Profile maps to meta.profile\n  Metadata.LastUpdated maps to meta.lastUpdated\n  Metadata.SecurityLabel maps to meta.security\n  Metadata.Tag maps to meta.tag\n  Narrative maps to text\n  Identifier maps to identifier\n  BasedOn maps to basedOn\n  Status maps to status\n  Category maps to category\n  ObservationSubjectOfRecord maps to subject\n  Code maps to code\n  CareContext maps to encounter\n  RelevantTime maps to effective[x]\n  StatementDateTime maps to issued\n  DiagnosticReportPerformer maps to performer\n  ResultsInterpreter maps to resultsInterpreter\n  Specimen maps to specimen\n  LaboratoryObservation maps to result (slice on = $this.resolve().code.coding.code; slice strategy = includes)\n  MediaIncluded.CommentOrDescription maps to media.comment\n  MediaIncluded.Media maps to media.link\n  ConclusionText maps to conclusion\n  ConclusionCode maps to conclusionCode\n  PresentedForm maps to presentedForm\n</pre></p>\n</div>"
  },
  "url" : "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-CBCWAutoDifferentialPanel",
  "version" : "0.9.1",
  "name" : "CBCWAutoDifferentialPanel",
  "title" : "obf-lab-CBCWAutoDifferentialPanel",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-08-01T00:00:00-04:00",
  "publisher" : "HL7 International Clinical Interoperability Council",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cic"
        }
      ]
    }
  ],
  "description" : "Complete blood count (CBC) with auto differential panel. Includes various measures of red blood cells, platelets, and various types of white blood cells and other related measures, such as hemoglobin. The components of this panel are not entirely standardized, so the definition of the CBC includes tests that are optional, or performed by certain laboratories but not others. Instances typically will include a subset of the listed panel members.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "fhirVersion" : "4.0.0",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "DiagnosticReport",
  "baseDefinition" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab",
  "derivation" : "constraint",
  "snapshot" : {
    "element" : [
      {
        "id" : "DiagnosticReport",
        "path" : "DiagnosticReport",
        "short" : "obf-lab-CBCWAutoDifferentialPanel",
        "definition" : "Complete blood count (CBC) with auto differential panel. Includes various measures of red blood cells, platelets, and various types of white blood cells and other related measures, such as hemoglobin. The components of this panel are not entirely standardized, so the definition of the CBC includes tests that are optional, or performed by certain laboratories but not others. Instances typically will include a subset of the listed panel members.",
        "comment" : "This is intended to capture a single report and is not suitable for use in displaying summary information that covers multiple reports.  For example, this resource has not been designed for laboratory cumulative reporting formats nor detailed structured reports for sequencing.",
        "alias" : [
          "Report",
          "Test",
          "Result",
          "Results",
          "Labs",
          "Laboratory",
          "Lab Result",
          "Lab Report"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "DiagnosticReport",
          "min" : 0,
          "max" : "*"
        },
        "constraint" : [
          {
            "key" : "dom-2",
            "severity" : "error",
            "human" : "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
            "expression" : "contained.contained.empty()",
            "xpath" : "not(parent::f:contained and f:contained)",
            "source" : "DomainResource"
          },
          {
            "key" : "dom-4",
            "severity" : "error",
            "human" : "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
            "expression" : "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()",
            "xpath" : "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
            "source" : "DomainResource"
          },
          {
            "key" : "dom-3",
            "severity" : "error",
            "human" : "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource",
            "expression" : "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()",
            "xpath" : "not(exists(for $contained in f:contained return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))",
            "source" : "DomainResource"
          },
          {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice",
                "valueBoolean" : true
              },
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation",
                "valueMarkdown" : "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time."
              }
            ],
            "key" : "dom-6",
            "severity" : "warning",
            "human" : "A resource should have narrative for robust management",
            "expression" : "text.div.exists()",
            "xpath" : "exists(f:text/h:div)",
            "source" : "DomainResource"
          },
          {
            "key" : "dom-5",
            "severity" : "error",
            "human" : "If a resource is contained in another resource, it SHALL NOT have a security label",
            "expression" : "contained.meta.security.empty()",
            "xpath" : "not(exists(f:contained/*/f:meta/f:security))",
            "source" : "DomainResource"
          },
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "Entity. Role, or Act"
          },
          {
            "identity" : "workflow",
            "map" : "Event"
          },
          {
            "identity" : "v2",
            "map" : "ORU -> OBR"
          },
          {
            "identity" : "rim",
            "map" : "Observation[classCode=OBS, moodCode=EVN]"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.id",
        "path" : "DiagnosticReport.id",
        "short" : "Logical id of this artifact",
        "definition" : "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
        "comment" : "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Resource.id",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "id"
          }
        ],
        "isModifier" : false,
        "isSummary" : true
      },
      {
        "id" : "DiagnosticReport.meta",
        "path" : "DiagnosticReport.meta",
        "short" : "Metadata about the resource",
        "definition" : "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Resource.meta",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Meta"
          }
        ],
        "isModifier" : false,
        "isSummary" : true
      },
      {
        "id" : "DiagnosticReport.implicitRules",
        "path" : "DiagnosticReport.implicitRules",
        "short" : "A set of rules under which this content was created",
        "definition" : "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
        "comment" : "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Resource.implicitRules",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "uri"
          }
        ],
        "isModifier" : true,
        "isModifierReason" : "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation",
        "isSummary" : true
      },
      {
        "id" : "DiagnosticReport.language",
        "path" : "DiagnosticReport.language",
        "short" : "Language of the resource content",
        "definition" : "The base language in which the resource is written.",
        "comment" : "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Resource.language",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "code"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
              "valueCanonical" : "http://hl7.org/fhir/ValueSet/all-languages"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "Language"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
              "valueBoolean" : true
            }
          ],
          "strength" : "preferred",
          "description" : "A human language.",
          "valueSet" : "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      {
        "id" : "DiagnosticReport.text",
        "path" : "DiagnosticReport.text",
        "short" : "Text summary of the resource, for human interpretation",
        "definition" : "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
        "comment" : "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.",
        "alias" : [
          "narrative",
          "html",
          "xhtml",
          "display"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DomainResource.text",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Narrative"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "Act.text?"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.contained",
        "path" : "DiagnosticReport.contained",
        "short" : "Contained, inline Resources",
        "definition" : "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
        "comment" : "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.",
        "alias" : [
          "inline resources",
          "anonymous resources",
          "contained resources"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "DomainResource.contained",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Resource"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.extension",
        "path" : "DiagnosticReport.extension",
        "short" : "Additional content defined by implementations",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "DomainResource.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.modifierExtension",
        "path" : "DiagnosticReport.modifierExtension",
        "short" : "Extensions that cannot be ignored",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "requirements" : "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "DomainResource.modifierExtension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "isModifier" : true,
        "isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them",
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.identifier",
        "path" : "DiagnosticReport.identifier",
        "short" : "Business identifier for report",
        "definition" : "Identifiers assigned to this report by the performer or other systems.",
        "comment" : "Usually assigned by the Information System of the diagnostic service provider (filler id).",
        "requirements" : "Need to know what identifier to use when making queries about this report from the source laboratory, and for linking to the report outside FHIR context.",
        "alias" : [
          "ReportID",
          "Filler ID",
          "Placer ID"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "DiagnosticReport.identifier",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Identifier"
          }
        ],
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "workflow",
            "map" : "Event.identifier"
          },
          {
            "identity" : "w5",
            "map" : "FiveWs.identifier"
          },
          {
            "identity" : "v2",
            "map" : "OBR-51/ for globally unique filler ID  - OBR-3 , For non-globally unique filler-id the flller/placer number must be combined with the universal service Id -  OBR-2(if present)+OBR-3+OBR-4"
          },
          {
            "identity" : "rim",
            "map" : "id"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.basedOn",
        "path" : "DiagnosticReport.basedOn",
        "short" : "What was requested",
        "definition" : "Details concerning a service requested.",
        "comment" : "Note: Usually there is one test request for each result, however in some circumstances multiple test requests may be represented using a single test result resource. Note that there are also cases where one request leads to multiple reports.",
        "requirements" : "This allows tracing of authorization for the report and tracking whether proposals/recommendations were acted upon.",
        "alias" : [
          "Request"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "DiagnosticReport.basedOn",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
            ]
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "workflow",
            "map" : "Event.basedOn"
          },
          {
            "identity" : "v2",
            "map" : "ORC? OBR-2/3?"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=FLFS].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.status",
        "path" : "DiagnosticReport.status",
        "short" : "registered | partial | preliminary | final +",
        "definition" : "The status of the diagnostic report.",
        "requirements" : "Diagnostic services routinely issue provisional/incomplete reports, and sometimes withdraw previously released reports.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.status",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "code"
          }
        ],
        "mustSupport" : true,
        "isModifier" : true,
        "isModifierReason" : "This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid",
        "isSummary" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hl7.org/fhir/ValueSet/diagnostic-report-status"
        },
        "mapping" : [
          {
            "identity" : "workflow",
            "map" : "Event.status"
          },
          {
            "identity" : "w5",
            "map" : "FiveWs.status"
          },
          {
            "identity" : "v2",
            "map" : "OBR-25 (not 1:1 mapping)"
          },
          {
            "identity" : "rim",
            "map" : "statusCode  Note: final and amended are distinguished by whether observation is the subject of a ControlAct event of type \"revise\""
          }
        ]
      },
      {
        "id" : "DiagnosticReport.category",
        "path" : "DiagnosticReport.category",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "short" : "Service category",
        "definition" : "A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI). This is used for searching, sorting and display purposes.",
        "comment" : "Multiple categories are allowed using various categorization schemes.   The level of granularity is defined by the category concepts in the value set. More fine-grained filtering can be performed using the metadata and/or terminology hierarchy in DiagnosticReport.code.",
        "alias" : [
          "Department",
          "Sub-department",
          "Service",
          "Discipline"
        ],
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.category",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : true,
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "DiagnosticServiceSection"
            }
          ],
          "strength" : "example",
          "description" : "Codes for diagnostic service sections.",
          "valueSet" : "http://hl7.org/fhir/ValueSet/diagnostic-service-sections"
        },
        "mapping" : [
          {
            "identity" : "w5",
            "map" : "FiveWs.class"
          },
          {
            "identity" : "v2",
            "map" : "OBR-24"
          },
          {
            "identity" : "rim",
            "map" : "inboundRelationship[typeCode=COMP].source[classCode=LIST, moodCode=EVN, code < LabService].code"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.category:lab",
        "path" : "DiagnosticReport.category",
        "sliceName" : "lab",
        "short" : "Service category",
        "definition" : "A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI). This is used for searching, sorting and display purposes.",
        "comment" : "Multiple categories are allowed using various categorization schemes.   The level of granularity is defined by the category concepts in the value set. More fine-grained filtering can be performed using the metadata and/or terminology hierarchy in DiagnosticReport.code.",
        "alias" : [
          "Department",
          "Sub-department",
          "Service",
          "Discipline"
        ],
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.category",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "patternCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
              "code" : "LAB"
            }
          ]
        },
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : true,
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "DiagnosticServiceSection"
            }
          ],
          "strength" : "example",
          "description" : "Codes for diagnostic service sections.",
          "valueSet" : "http://hl7.org/fhir/ValueSet/diagnostic-service-sections"
        },
        "mapping" : [
          {
            "identity" : "w5",
            "map" : "FiveWs.class"
          },
          {
            "identity" : "v2",
            "map" : "OBR-24"
          },
          {
            "identity" : "rim",
            "map" : "inboundRelationship[typeCode=COMP].source[classCode=LIST, moodCode=EVN, code < LabService].code"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.code",
        "path" : "DiagnosticReport.code",
        "short" : "US Core Laboratory Report Order Code",
        "definition" : "The test, panel or battery that was ordered.",
        "comment" : "UsageNote= The typical patterns for codes are:  1)  a LOINC code either as a  translation from a \"local\" code or as a primary code, or 2)  a local code only if no suitable LOINC exists,  or 3)  both the local and the LOINC translation.   Systems SHALL be capable of sending the local code if one exists.",
        "alias" : [
          "Type"
        ],
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.code",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : true,
        "binding" : {
          "strength" : "extensible",
          "description" : "LOINC codes",
          "valueSet" : "http://hl7.org/fhir/us/core/ValueSet/us-core-diagnosticreport-lab-codes"
        },
        "mapping" : [
          {
            "identity" : "workflow",
            "map" : "Event.code"
          },
          {
            "identity" : "w5",
            "map" : "FiveWs.what[x]"
          },
          {
            "identity" : "v2",
            "map" : "OBR-4 (HL7 v2 doesn't provide an easy way to indicate both the ordered test and the performed panel)"
          },
          {
            "identity" : "rim",
            "map" : "code"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.code.id",
        "path" : "DiagnosticReport.code.id",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "Unique id for inter-element referencing",
        "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Element.id",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.code.extension",
        "path" : "DiagnosticReport.code.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "description" : "Extensions are always sliced by (at least) url",
          "rules" : "open"
        },
        "short" : "Additional content defined by implementations",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Element.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.code.coding",
        "path" : "DiagnosticReport.code.coding",
        "slicing" : {
          "id" : "1",
          "discriminator" : [
            {
              "type" : "value",
              "path" : "code"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "short" : "Code defined by a terminology system",
        "definition" : "A reference to a code defined by a terminology system.",
        "comment" : "Codes may be defined very casually in enumerations, or code lists, up to very formal definitions such as SNOMED CT - see the HL7 v3 Core Principles for more information.  Ordering of codings is undefined and SHALL NOT be used to infer meaning. Generally, at most only one of the coding values will be labeled as UserSelected = true.",
        "requirements" : "Allows for alternative encodings within a code system, and translations to other code systems.",
        "min" : 1,
        "max" : "*",
        "base" : {
          "path" : "CodeableConcept.coding",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "C*E.1-8, C*E.10-22"
          },
          {
            "identity" : "rim",
            "map" : "union(., ./translation)"
          },
          {
            "identity" : "orim",
            "map" : "fhir:CodeableConcept.coding rdfs:subPropertyOf dt:CD.coding"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.code.coding:Fixed_57021-8",
        "path" : "DiagnosticReport.code.coding",
        "sliceName" : "Fixed_57021-8",
        "short" : "CBC W Auto Differential panel - Blood",
        "definition" : "CBC W Auto Differential panel - Blood",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "CodeableConcept.coding",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "isSummary" : true
      },
      {
        "id" : "DiagnosticReport.code.coding:Fixed_57021-8.id",
        "path" : "DiagnosticReport.code.coding.id",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "Unique id for inter-element referencing",
        "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Element.id",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.code.coding:Fixed_57021-8.extension",
        "path" : "DiagnosticReport.code.coding.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "description" : "Extensions are always sliced by (at least) url",
          "rules" : "open"
        },
        "short" : "Additional content defined by implementations",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Element.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.code.coding:Fixed_57021-8.system",
        "path" : "DiagnosticReport.code.coding.system",
        "short" : "Identity of the terminology system",
        "definition" : "The identification of the code system that defines the meaning of the symbol in the code.",
        "comment" : "The URI may be an OID (urn:oid:...) or a UUID (urn:uuid:...).  OIDs and UUIDs SHALL be references to the HL7 OID registry. Otherwise, the URI should come from HL7's list of FHIR defined special URIs or it should reference to some definition that establishes the system clearly and unambiguously.",
        "requirements" : "Need to be unambiguous about the source of the definition of the symbol.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Coding.system",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "uri"
          }
        ],
        "fixedUri" : "http://loinc.org",
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "C*E.3"
          },
          {
            "identity" : "rim",
            "map" : "./codeSystem"
          },
          {
            "identity" : "orim",
            "map" : "fhir:Coding.system rdfs:subPropertyOf dt:CDCoding.codeSystem"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.code.coding:Fixed_57021-8.version",
        "path" : "DiagnosticReport.code.coding.version",
        "short" : "Version of the system - if relevant",
        "definition" : "The version of the code system which was used when choosing this code. Note that a well-maintained code system does not need the version reported, because the meaning of codes is consistent across versions. However this cannot consistently be assured, and when the meaning is not guaranteed to be consistent, the version SHOULD be exchanged.",
        "comment" : "Where the terminology does not clearly define what string should be used to identify code system versions, the recommendation is to use the date (expressed in FHIR date format) on which that version was officially published as the version date.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Coding.version",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "C*E.7"
          },
          {
            "identity" : "rim",
            "map" : "./codeSystemVersion"
          },
          {
            "identity" : "orim",
            "map" : "fhir:Coding.version rdfs:subPropertyOf dt:CDCoding.codeSystemVersion"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.code.coding:Fixed_57021-8.code",
        "path" : "DiagnosticReport.code.coding.code",
        "short" : "Symbol in syntax defined by the system",
        "definition" : "A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination).",
        "requirements" : "Need to refer to a particular code in the system.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Coding.code",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "code"
          }
        ],
        "fixedCode" : "57021-8",
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "C*E.1"
          },
          {
            "identity" : "rim",
            "map" : "./code"
          },
          {
            "identity" : "orim",
            "map" : "fhir:Coding.code rdfs:subPropertyOf dt:CDCoding.code"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.code.coding:Fixed_57021-8.display",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean" : true
          }
        ],
        "path" : "DiagnosticReport.code.coding.display",
        "short" : "Representation defined by the system",
        "definition" : "A representation of the meaning of the code in the system, following the rules of the system.",
        "requirements" : "Need to be able to carry a human-readable meaning of the code for readers that do not know  the system.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Coding.display",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "C*E.2 - but note this is not well followed"
          },
          {
            "identity" : "rim",
            "map" : "CV.displayName"
          },
          {
            "identity" : "orim",
            "map" : "fhir:Coding.display rdfs:subPropertyOf dt:CDCoding.displayName"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.code.coding:Fixed_57021-8.userSelected",
        "path" : "DiagnosticReport.code.coding.userSelected",
        "short" : "If this coding was chosen directly by the user",
        "definition" : "Indicates that this coding was chosen by a user directly - e.g. off a pick list of available items (codes or displays).",
        "comment" : "Amongst a set of alternatives, a directly chosen code is the most appropriate starting point for new translations. There is some ambiguity about what exactly 'directly chosen' implies, and trading partner agreement may be needed to clarify the use of this element and its consequences more completely.",
        "requirements" : "This has been identified as a clinical safety criterium - that this exact system/code pair was chosen explicitly, rather than inferred by the system based on some rules or language processing.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Coding.userSelected",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "boolean"
          }
        ],
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "Sometimes implied by being first"
          },
          {
            "identity" : "rim",
            "map" : "CD.codingRationale"
          },
          {
            "identity" : "orim",
            "map" : "fhir:Coding.userSelected fhir:mapsTo dt:CDCoding.codingRationale. fhir:Coding.userSelected fhir:hasMap fhir:Coding.userSelected.map. fhir:Coding.userSelected.map a fhir:Map;   fhir:target dt:CDCoding.codingRationale. fhir:Coding.userSelected\\#true a [     fhir:source \"true\";     fhir:target dt:CDCoding.codingRationale\\#O   ]"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.code.text",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean" : true
          }
        ],
        "path" : "DiagnosticReport.code.text",
        "short" : "Plain text representation of the concept",
        "definition" : "A human language representation of the concept as seen/selected/uttered by the user who entered the data and/or which represents the intended meaning of the user.",
        "comment" : "Very often the text is the same as a displayName of one of the codings.",
        "requirements" : "The codes from the terminologies do not always capture the correct meaning with all the nuances of the human using them, or sometimes there is no appropriate code at all. In these cases, the text is used to capture the full meaning of the source.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "CodeableConcept.text",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "C*E.9. But note many systems use C*E.2 for this"
          },
          {
            "identity" : "rim",
            "map" : "./originalText[mediaType/code=\"text/plain\"]/data"
          },
          {
            "identity" : "orim",
            "map" : "fhir:CodeableConcept.text rdfs:subPropertyOf dt:CD.originalText"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.subject",
        "path" : "DiagnosticReport.subject",
        "short" : "The subject of an observation",
        "definition" : "The subject of an observation.",
        "requirements" : "SHALL know the subject context.",
        "alias" : [
          "Patient"
        ],
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.subject",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-Patient"
            ]
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "workflow",
            "map" : "Event.subject"
          },
          {
            "identity" : "w5",
            "map" : "FiveWs.subject[x]"
          },
          {
            "identity" : "v2",
            "map" : "PID-3 (no HL7 v2 mapping for Group or Device)"
          },
          {
            "identity" : "rim",
            "map" : "participation[typeCode=SBJ]"
          },
          {
            "identity" : "w5",
            "map" : "FiveWs.subject"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.encounter",
        "path" : "DiagnosticReport.encounter",
        "short" : "Health care event when test ordered",
        "definition" : "The healthcare event  (e.g. a patient and healthcare provider interaction) which this DiagnosticReport is about.",
        "comment" : "This will typically be the encounter the event occurred within, but some events may be initiated prior to or after the official completion of an encounter  but still be tied to the context of the encounter  (e.g. pre-admission laboratory tests).",
        "requirements" : "Links the request to the Encounter context.",
        "alias" : [
          "Context"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.encounter",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
            ]
          }
        ],
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "workflow",
            "map" : "Event.encounter"
          },
          {
            "identity" : "w5",
            "map" : "FiveWs.context"
          },
          {
            "identity" : "v2",
            "map" : "PV1-19"
          },
          {
            "identity" : "rim",
            "map" : "inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.effective[x]",
        "path" : "DiagnosticReport.effective[x]",
        "short" : "Specimen Collection Datetime or Period",
        "definition" : "This is the Specimen Collection Datetime or Period which is the physically relevent dateTime for laboratory tests.",
        "comment" : "If the diagnostic procedure was performed on the patient, this is the time it was performed. If there are specimens, the diagnostically relevant time can be derived from the specimen collection times, but the specimen information is not always available, and the exact relationship between the specimens and the diagnostically relevant time is not always automatic.",
        "requirements" : "Need to know where in the patient history to file/present this report.",
        "alias" : [
          "Observation time",
          "Effective Time",
          "Occurrence"
        ],
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.effective[x]",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "dateTime"
          },
          {
            "code" : "Period"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "workflow",
            "map" : "Event.occurrence[x]"
          },
          {
            "identity" : "w5",
            "map" : "FiveWs.done[x]"
          },
          {
            "identity" : "v2",
            "map" : "OBR-7"
          },
          {
            "identity" : "rim",
            "map" : "effectiveTime"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.issued",
        "path" : "DiagnosticReport.issued",
        "short" : "DateTime this version was made",
        "definition" : "The date and time that this version of the report was made available to providers, typically after the report was reviewed and verified.",
        "comment" : "May be different from the update time of the resource itself, because that is the status of the record (potentially a secondary copy), not the actual release time of the report.",
        "requirements" : "Clinicians need to be able to check the date that the report was released.",
        "alias" : [
          "Date published",
          "Date Issued",
          "Date Verified"
        ],
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.issued",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "instant"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "w5",
            "map" : "FiveWs.recorded"
          },
          {
            "identity" : "v2",
            "map" : "OBR-22"
          },
          {
            "identity" : "rim",
            "map" : "participation[typeCode=VRF or AUT].time"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.performer",
        "path" : "DiagnosticReport.performer",
        "short" : "Responsible Diagnostic Service",
        "definition" : "The diagnostic service that is responsible for issuing the report.",
        "comment" : "This is not necessarily the source of the atomic data items or the entity that interpreted the results. It is the entity that takes responsibility for the clinical report.",
        "requirements" : "Need to know whom to contact if there are queries about the results. Also may need to track the source of reports for secondary data analysis.",
        "alias" : [
          "Laboratory",
          "Service",
          "Practitioner",
          "Department",
          "Company",
          "Authorized by",
          "Director"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.performer",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner",
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
            ]
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "workflow",
            "map" : "Event.performer.actor"
          },
          {
            "identity" : "w5",
            "map" : "FiveWs.actor"
          },
          {
            "identity" : "v2",
            "map" : "PRT-8 (where this PRT-4-Participation = \"PO\")"
          },
          {
            "identity" : "rim",
            "map" : ".participation[typeCode=PRF]"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.resultsInterpreter",
        "path" : "DiagnosticReport.resultsInterpreter",
        "short" : "Primary result interpreter",
        "definition" : "The practitioner or organization that is responsible for the report's conclusions and interpretations.",
        "comment" : "Might not be the same entity that takes responsibility for the clinical report.",
        "requirements" : "Need to know whom to contact if there are queries about the results. Also may need to track the source of reports for secondary data analysis.",
        "alias" : [
          "Analyzed by",
          "Reported by"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.resultsInterpreter",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner",
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
            ]
          }
        ],
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "workflow",
            "map" : "Event.performer.actor"
          },
          {
            "identity" : "w5",
            "map" : "FiveWs.actor"
          },
          {
            "identity" : "v2",
            "map" : "OBR-32, PRT-8 (where this PRT-4-Participation = \"PI\")"
          },
          {
            "identity" : "rim",
            "map" : ".participation[typeCode=PRF]"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.specimen",
        "path" : "DiagnosticReport.specimen",
        "short" : "Specimens this report is based on",
        "definition" : "Details about the specimens on which this diagnostic report is based.",
        "comment" : "If the specimen is sufficiently specified with a code in the test result name, then this additional data may be redundant. If there are multiple specimens, these may be represented per observation or group.",
        "requirements" : "Need to be able to report information about the collected specimens on which the report is based.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "DiagnosticReport.specimen",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Specimen"
            ]
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "SPM"
          },
          {
            "identity" : "rim",
            "map" : "participation[typeCode=SBJ]"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result",
        "path" : "DiagnosticReport.result",
        "slicing" : {
          "id" : "2",
          "discriminator" : [
            {
              "type" : "value",
              "path" : "$this.resolve().code.coding.code"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "short" : "A coded finding based on a specimen, usually collected from a patient (but possibly from a location)",
        "definition" : "A coded finding based on a specimen, usually collected from a patient (but possibly from a location).",
        "comment" : "Observations can contain observations.",
        "requirements" : "Need to support individual results, or  groups of results, where the result grouping is arbitrary, but meaningful.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-LaboratoryObservation"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-LeukocytesNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-LeukocytesNCncPtBldQnAutoCntLabObs",
        "short" : "LeukocytesNCncPtBldQnAutoCntLabObs: Leukocytes [#/​volume] in Blood by Automated count",
        "definition" : "Leukocytes [#/​volume] in Blood by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-LeukocytesNCncPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocytesNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocytesNCncPtBldQnAutoCntLabObs",
        "short" : "ErythrocytesNCncPtBldQnAutoCntLabObs: Erythrocytes [#/​volume] in Blood by Automated count",
        "definition" : "Erythrocytes [#/​volume] in Blood by Automated count.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocytesNCncPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-HemoglobinMCncPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-HemoglobinMCncPtBldQnLabObs",
        "short" : "HemoglobinMCncPtBldQnLabObs: Hemoglobin [Mass/​volume] in Blood",
        "definition" : "Hemoglobin [Mass/​volume] in Blood",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-HemoglobinMCncPtBldQnLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-HematocritVFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-HematocritVFrPtBldQnAutoCntLabObs",
        "short" : "HematocritVFrPtBldQnAutoCntLabObs: Hematocrit [Volume Fraction] of Blood by Automated count",
        "definition" : "Hematocrit [Volume Fraction] of Blood by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-HematocritVFrPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-MeanCorpuscularVolumeEntVolPtRBCQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-MeanCorpuscularVolumeEntVolPtRBCQnAutoCntLabObs",
        "short" : "MeanCorpuscularVolumeEntVolPtRBCQnAutoCntLabObs: MCV [Entitic volume] by Automated count",
        "definition" : "MCV [Entitic volume] by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-MeanCorpuscularVolumeEntVolPtRBCQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocyteMCHEntMassPtRBCQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocyteMCHEntMassPtRBCQnAutoCntLabObs",
        "short" : "ErythrocyteMCHEntMassPtRBCQnAutoCntLabObs: MCH [Entitic mass] by Automated count",
        "definition" : "MCH [Entitic mass] by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocyteMCHEntMassPtRBCQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocyteMCHCMCncPtRBCQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocyteMCHCMCncPtRBCQnAutoCntLabObs",
        "short" : "ErythrocyteMCHCMCncPtRBCQnAutoCntLabObs: MCHC [Mass/​volume] by Automated count",
        "definition" : "MCHC [Mass/​volume] by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocyteMCHCMCncPtRBCQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-PlateletsNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-PlateletsNCncPtBldQnAutoCntLabObs",
        "short" : "PlateletsNCncPtBldQnAutoCntLabObs: Platelets [#/​volume] in Blood by Automated count",
        "definition" : "Platelets [#/​volume] in Blood by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-PlateletsNCncPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Neutrophils100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Neutrophils100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "Neutrophils100WBCNFrPtBldQnAutoCntLabObs: Neutrophils/​100 leukocytes in Blood by Automated count",
        "definition" : "Neutrophils/​100 leukocytes in Blood by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Neutrophils100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-NeutrophilsNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-NeutrophilsNCncPtBldQnAutoCntLabObs",
        "short" : "NeutrophilsNCncPtBldQnAutoCntLabObs: Neutrophils [#/​volume] in Blood by Automated count",
        "definition" : "Neutrophils [#/​volume] in Blood by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-NeutrophilsNCncPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocyteDistributionWidthRatioPtRBCQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocyteDistributionWidthRatioPtRBCQnAutoCntLabObs",
        "short" : "ErythrocyteDistributionWidthRatioPtRBCQnAutoCntLabObs: Erythrocyte distribution width [Ratio] by Automated count",
        "definition" : "Erythrocyte distribution width [Ratio] by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocyteDistributionWidthRatioPtRBCQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Lymphocytes100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Lymphocytes100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "Lymphocytes100WBCNFrPtBldQnAutoCntLabObs: Lymphocytes/​100 leukocytes in Blood by Automated count",
        "definition" : "Lymphocytes/​100 leukocytes in Blood by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Lymphocytes100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Monocytes100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Monocytes100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "Monocytes100WBCNFrPtBldQnAutoCntLabObs: Monocytes/​100 leukocytes in Blood by Automated count",
        "definition" : "Monocytes/​100 leukocytes in Blood by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Monocytes100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Eosinophils100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Eosinophils100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "Eosinophils100WBCNFrPtBldQnAutoCntLabObs: Eosinophils/​100 leukocytes in Blood by Automated count",
        "definition" : "Eosinophils/​100 leukocytes in Blood by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Eosinophils100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Basophils100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Basophils100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "Basophils100WBCNFrPtBldQnAutoCntLabObs: Basophils/​100 leukocytes in Blood by Automated count",
        "definition" : "Basophils/​100 leukocytes in Blood by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Basophils100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-LymphocytesNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-LymphocytesNCncPtBldQnAutoCntLabObs",
        "short" : "LymphocytesNCncPtBldQnAutoCntLabObs: Lymphocytes [#/​volume] in Blood by Automated count",
        "definition" : "Lymphocytes [#/​volume] in Blood by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-LymphocytesNCncPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-MonocytesNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-MonocytesNCncPtBldQnAutoCntLabObs",
        "short" : "MonocytesNCncPtBldQnAutoCntLabObs: Monocytes [#/​volume] in Blood by Automated count",
        "definition" : "Monocytes [#/​volume] in Blood by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-MonocytesNCncPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-EosinophilsNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-EosinophilsNCncPtBldQnAutoCntLabObs",
        "short" : "EosinophilsNCncPtBldQnAutoCntLabObs: Eosinophils [#/​volume] in Blood by Automated count",
        "definition" : "Eosinophils [#/​volume] in Blood by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-EosinophilsNCncPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-BasophilsNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-BasophilsNCncPtBldQnAutoCntLabObs",
        "short" : "BasophilsNCncPtBldQnAutoCntLabObs: Basophils [#/​volume] in Blood by Automated count",
        "definition" : "Basophils [#/​volume] in Blood by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-BasophilsNCncPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-NeutrophilsBandForm100WBCNFrPtBldQnManCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-NeutrophilsBandForm100WBCNFrPtBldQnManCntLabObs",
        "short" : "NeutrophilsBandForm100WBCNFrPtBldQnManCntLabObs: Band form neutrophils/100 leukocytes in Blood by Manual count",
        "definition" : "Band form neutrophils/100 leukocytes in Blood by Manual count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-NeutrophilsBandForm100WBCNFrPtBldQnManCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Metamyelocytes100WBCNFrPtBldQnManCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Metamyelocytes100WBCNFrPtBldQnManCntLabObs",
        "short" : "Metamyelocytes100WBCNFrPtBldQnManCntLabObs: Metamyelocytes/100 leukocytes in Blood by Manual count",
        "definition" : "Metamyelocytes/100 leukocytes in Blood by Manual count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Metamyelocytes100WBCNFrPtBldQnManCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Myelocytes100WBCNFrPtBldQnManCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Myelocytes100WBCNFrPtBldQnManCntLabObs",
        "short" : "Myelocytes100WBCNFrPtBldQnManCntLabObs: Myelocytes/100 leukocytes in Blood by Manual count",
        "definition" : "Myelocytes/100 leukocytes in Blood by Manual count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Myelocytes100WBCNFrPtBldQnManCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Promyelocytes100WBCNFrPtBldQnManCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Promyelocytes100WBCNFrPtBldQnManCntLabObs",
        "short" : "Promyelocytes100WBCNFrPtBldQnManCntLabObs: Promyelocytes/100 leukocytes in Blood by Manual count",
        "definition" : "Promyelocytes/100 leukocytes in Blood by Manual count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Promyelocytes100WBCNFrPtBldQnManCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-PromyelocytesNCncPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-PromyelocytesNCncPtBldQnLabObs",
        "short" : "PromyelocytesNCncPtBldQnLabObs: Promyelocytes [#/volume] in Blood",
        "definition" : "Promyelocytes [#/volume] in Blood",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-PromyelocytesNCncPtBldQnLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-LymphocytesVariant100WBCNFrPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-LymphocytesVariant100WBCNFrPtBldQnLabObs",
        "short" : "LymphocytesVariant100WBCNFrPtBldQnLabObs: Variant lymphocytes/100 leukocytes in Blood",
        "definition" : "Variant lymphocytes/100 leukocytes in Blood",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-LymphocytesVariant100WBCNFrPtBldQnLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Blasts100WBCNFrPtBldQnManCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Blasts100WBCNFrPtBldQnManCntLabObs",
        "short" : "Blasts100WBCNFrPtBldQnManCntLabObs: Blasts/100 leukocytes in Blood by Manual count",
        "definition" : "Blasts/100 leukocytes in Blood by Manual count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Blasts100WBCNFrPtBldQnManCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-BlastsNCncPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-BlastsNCncPtBldQnLabObs",
        "short" : "BlastsNCncPtBldQnLabObs: Blasts [#/volume] in Blood. Units not required by LOINC but are strongly recommended.",
        "definition" : "Blasts [#/volume] in Blood. Units not required by LOINC but are strongly recommended.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-BlastsNCncPtBldQnLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocytesNucleated100WBCRatioPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocytesNucleated100WBCRatioPtBldQnLabObs",
        "short" : "ErythrocytesNucleated100WBCRatioPtBldQnLabObs: Nucleated erythrocytes/100 leukocytes [Ratio] in Blood.  Units are required.",
        "definition" : "Nucleated erythrocytes/100 leukocytes [Ratio] in Blood.  Units are required.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocytesNucleated100WBCRatioPtBldQnLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocytesNucleatedNCncPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocytesNucleatedNCncPtBldQnLabObs",
        "short" : "ErythrocytesNucleatedNCncPtBldQnLabObs: Nucleated erythrocytes [#/volume] in Blood. Units not required by LOINC but are strongly recommended.",
        "definition" : "Nucleated erythrocytes [#/volume] in Blood. Units not required by LOINC but are strongly recommended.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocytesNucleatedNCncPtBldQnLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-PlateletMeanVolumeEntVolPtBldQnReesEckerLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-PlateletMeanVolumeEntVolPtBldQnReesEckerLabObs",
        "short" : "PlateletMeanVolumeEntVolPtBldQnReesEckerLabObs: Platelet mean volume [Entitic volume] in Blood by Rees-Ecker",
        "definition" : "Platelet mean volume [Entitic volume] in Blood by Rees-Ecker.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-PlateletMeanVolumeEntVolPtBldQnReesEckerLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-MyelocytesNCncPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-MyelocytesNCncPtBldQnLabObs",
        "short" : "MyelocytesNCncPtBldQnLabObs: Myelocytes [#/volume] in Blood. Units not required by LOINC but are strongly recommended.",
        "definition" : "Myelocytes [#/volume] in Blood. Units not required by LOINC but are strongly recommended.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-MyelocytesNCncPtBldQnLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-MetamyelocytesNCncPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-MetamyelocytesNCncPtBldQnLabObs",
        "short" : "MetamyelocytesNCncPtBldQnLabObs: Metamyelocytes [#/volume] in Blood",
        "definition" : "Metamyelocytes [#/volume] in Blood",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-MetamyelocytesNCncPtBldQnLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-NeutrophilsBandFormNCncPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-NeutrophilsBandFormNCncPtBldQnLabObs",
        "short" : "NeutrophilsBandFormNCncPtBldQnLabObs: Band form neutrophils [#/volume] in Blood",
        "definition" : "Band form neutrophils [#/volume] in Blood",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-NeutrophilsBandFormNCncPtBldQnLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-GranulocytesImmature100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-GranulocytesImmature100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "GranulocytesImmature100WBCNFrPtBldQnAutoCntLabObs: Immature granulocytes/100 leukocytes in Blood by Automated count. LOINC does not specify that units are required.",
        "definition" : "Immature granulocytes/100 leukocytes in Blood by Automated count. LOINC does not specify that units are required.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-GranulocytesImmature100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-GranulocytesImmatureNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-GranulocytesImmatureNCncPtBldQnAutoCntLabObs",
        "short" : "GranulocytesImmatureNCncPtBldQnAutoCntLabObs: Immature granulocytes [#/volume] in Blood by Automated count. Units are not required",
        "definition" : "Immature granulocytes [#/volume] in Blood by Automated count. Units are not required",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-GranulocytesImmatureNCncPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocytesNucleated100WBCRatioPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocytesNucleated100WBCRatioPtBldQnAutoCntLabObs",
        "short" : "ErythrocytesNucleated100WBCRatioPtBldQnAutoCntLabObs: Nucleated erythrocytes/100 leukocytes [Ratio] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Nucleated erythrocytes/100 leukocytes [Ratio] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocytesNucleated100WBCRatioPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-MorphologyImpPtBldNarLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-MorphologyImpPtBldNarLabObs",
        "short" : "MorphologyImpPtBldNarLabObs: Morphology [Interpretation] in Blood Narrative",
        "definition" : "Morphology [Interpretation] in Blood Narrative.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-MorphologyImpPtBldNarLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocyteDistributionWidthEntVolPtRBCQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocyteDistributionWidthEntVolPtRBCQnLabObs",
        "short" : "ErythrocyteDistributionWidthEntVolPtRBCQnLabObs: Erythrocyte distribution width [Entitic volume] by Automated count",
        "definition" : "Erythrocyte distribution width [Entitic volume] by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocyteDistributionWidthEntVolPtRBCQnLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-PlateletDistributionWidthEntVolPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-PlateletDistributionWidthEntVolPtBldQnAutoCntLabObs",
        "short" : "PlateletDistributionWidthEntVolPtBldQnAutoCntLabObs: Platelet distribution width [Entitic volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Platelet distribution width [Entitic volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-PlateletDistributionWidthEntVolPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-PlateletMeanVolumeEntVolPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-PlateletMeanVolumeEntVolPtBldQnAutoCntLabObs",
        "short" : "PlateletMeanVolumeEntVolPtBldQnAutoCntLabObs: Platelet mean volume [Entitic volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Platelet mean volume [Entitic volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-PlateletMeanVolumeEntVolPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-NeutrophilsBandForm100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-NeutrophilsBandForm100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "NeutrophilsBandForm100WBCNFrPtBldQnAutoCntLabObs: Band form neutrophils/​100 leukocytes in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Band form neutrophils/​100 leukocytes in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-NeutrophilsBandForm100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Granulocytes100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Granulocytes100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "Granulocytes100WBCNFrPtBldQnAutoCntLabObs: Granulocytes/​100 leukocytes in Blood by Automated count",
        "definition" : "Granulocytes/​100 leukocytes in Blood by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Granulocytes100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-LymphocytesVariant100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-LymphocytesVariant100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "LymphocytesVariant100WBCNFrPtBldQnAutoCntLabObs: Variant lymphocytes/​100 leukocytes in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Variant lymphocytes/​100 leukocytes in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-LymphocytesVariant100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-OtherCells100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-OtherCells100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "OtherCells100WBCNFrPtBldQnAutoCntLabObs: Other cells/​100 leukocytes in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Other cells/​100 leukocytes in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-OtherCells100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-NeutrophilsBandFormNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-NeutrophilsBandFormNCncPtBldQnAutoCntLabObs",
        "short" : "NeutrophilsBandFormNCncPtBldQnAutoCntLabObs: Band form neutrophils [#/​volume] in Blood by Automated count",
        "definition" : "Band form neutrophils [#/​volume] in Blood by Automated count",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-NeutrophilsBandFormNCncPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-LymphocytesVariantNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-LymphocytesVariantNCncPtBldQnAutoCntLabObs",
        "short" : "LymphocytesVariantNCncPtBldQnAutoCntLabObs: Variant lymphocytes [#/​volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Variant lymphocytes [#/​volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-LymphocytesVariantNCncPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-LeukocytesOtherNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-LeukocytesOtherNCncPtBldQnAutoCntLabObs",
        "short" : "LeukocytesOtherNCncPtBldQnAutoCntLabObs: Leukocytes other [#/​volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Leukocytes other [#/​volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-LeukocytesOtherNCncPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-OtherCellsNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-OtherCellsNCncPtBldQnAutoCntLabObs",
        "short" : "OtherCellsNCncPtBldQnAutoCntLabObs: Other cells [#/​volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Other cells [#/​volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "alias" : [
          "Data",
          "Atomic Value",
          "Result",
          "Atomic result",
          "Data",
          "Test",
          "Analyte",
          "Battery",
          "Organizer"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.result",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-OtherCellsNCncPtBldQnAutoCntLabObs"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBXs"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.imagingStudy",
        "path" : "DiagnosticReport.imagingStudy",
        "short" : "Reference to full details of imaging associated with the diagnostic report",
        "definition" : "One or more links to full details of any imaging performed during the diagnostic investigation. Typically, this is imaging performed by DICOM enabled modalities, but this is not required. A fully enabled PACS viewer can use this information to provide views of the source images.",
        "comment" : "ImagingStudy and the image element are somewhat overlapping - typically, the list of image references in the image element will also be found in one of the imaging study resources. However, each caters to different types of displays for different types of purposes. Neither, either, or both may be provided.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "DiagnosticReport.imagingStudy",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/ImagingStudy"
            ]
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target[classsCode=DGIMG, moodCode=EVN]"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.media",
        "path" : "DiagnosticReport.media",
        "short" : "Key images associated with this report",
        "definition" : "A list of key images associated with this report. The images are generally created during the diagnostic process, and may be directly of the patient, or of treated specimens (i.e. slides of interest).",
        "requirements" : "Many diagnostic services include images in the report as part of their service.",
        "alias" : [
          "DICOM",
          "Slides",
          "Scans"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "DiagnosticReport.media",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "BackboneElement"
          }
        ],
        "constraint" : [
          {
            "key" : "ele-1",
            "severity" : "error",
            "human" : "All FHIR elements must have a @value or children",
            "expression" : "hasValue() or (children().count() > id.count())",
            "xpath" : "@value|f:*|h:div",
            "source" : "Element"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBX?"
          },
          {
            "identity" : "rim",
            "map" : "outboundRelationship[typeCode=COMP].target"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.media.id",
        "path" : "DiagnosticReport.media.id",
        "representation" : [
          "xmlAttr"
        ],
        "short" : "Unique id for inter-element referencing",
        "definition" : "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "Element.id",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.media.extension",
        "path" : "DiagnosticReport.media.extension",
        "short" : "Additional content defined by implementations",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias" : [
          "extensions",
          "user content"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "Element.extension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "n/a"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.media.modifierExtension",
        "path" : "DiagnosticReport.media.modifierExtension",
        "short" : "Extensions that cannot be ignored even if unrecognized",
        "definition" : "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "requirements" : "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
        "alias" : [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "BackboneElement.modifierExtension",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Extension"
          }
        ],
        "isModifier" : true,
        "isModifierReason" : "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : "N/A"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.media.comment",
        "path" : "DiagnosticReport.media.comment",
        "short" : "Comment about the image (e.g. explanation)",
        "definition" : "A comment about the image. Typically, this is used to provide an explanation for why the image is included, or to draw the viewer's attention to important features.",
        "comment" : "The comment should be displayed with the image. It would be common for the report to include additional discussion of the image contents in other sections such as the conclusion.",
        "requirements" : "The provider of the report should make a comment about each image included in the report.",
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.media.comment",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : ".inboundRelationship[typeCode=COMP].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.media.link",
        "path" : "DiagnosticReport.media.link",
        "short" : "Reference to the image source",
        "definition" : "Reference to the image source.",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.media.link",
          "min" : 1,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Media"
            ]
          }
        ],
        "isModifier" : false,
        "isSummary" : true,
        "mapping" : [
          {
            "identity" : "rim",
            "map" : ".value.reference"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.conclusion",
        "path" : "DiagnosticReport.conclusion",
        "short" : "Clinical conclusion (interpretation) of test results",
        "definition" : "Concise and clinically contextualized summary conclusion (interpretation/impression) of the diagnostic report.",
        "requirements" : "Need to be able to provide a conclusion that is not lost among the basic result data.",
        "alias" : [
          "Report"
        ],
        "min" : 0,
        "max" : "1",
        "base" : {
          "path" : "DiagnosticReport.conclusion",
          "min" : 0,
          "max" : "1"
        },
        "type" : [
          {
            "code" : "string"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBX"
          },
          {
            "identity" : "rim",
            "map" : "inboundRelationship[typeCode=\"SPRT\"].source[classCode=OBS, moodCode=EVN, code=LOINC:48767-8].value (type=ST)"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.conclusionCode",
        "path" : "DiagnosticReport.conclusionCode",
        "short" : "Codes for the clinical conclusion of test results",
        "definition" : "One or more codes that represent the summary conclusion (interpretation/impression) of the diagnostic report.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "DiagnosticReport.conclusionCode",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "isModifier" : false,
        "isSummary" : false,
        "binding" : {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
              "valueString" : "AdjunctDiagnosis"
            }
          ],
          "strength" : "example",
          "description" : "Diagnosis codes provided as adjuncts to the report.",
          "valueSet" : "http://hl7.org/fhir/ValueSet/clinical-findings"
        },
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBX"
          },
          {
            "identity" : "rim",
            "map" : "inboundRelationship[typeCode=SPRT].source[classCode=OBS, moodCode=EVN, code=LOINC:54531-9].value (type=CD)"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.presentedForm",
        "path" : "DiagnosticReport.presentedForm",
        "short" : "Entire report as issued",
        "definition" : "Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they SHALL be semantically equivalent.",
        "comment" : "\"application/pdf\" is recommended as the most reliable and interoperable in this context.",
        "requirements" : "Gives laboratory the ability to provide its own fully formatted report for clinical fidelity.",
        "min" : 0,
        "max" : "*",
        "base" : {
          "path" : "DiagnosticReport.presentedForm",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Attachment"
          }
        ],
        "constraint" : [
          {
            "key" : "us-core-7",
            "severity" : "error",
            "human" : "DiagnosticReport.result or  DiagnosticReport.presentedForm or both SHALL be present.",
            "expression" : "result.exists() or presentedForm.exists()",
            "xpath" : "f:result or f:presentedForm"
          }
        ],
        "mustSupport" : true,
        "isModifier" : false,
        "isSummary" : false,
        "mapping" : [
          {
            "identity" : "v2",
            "map" : "OBX"
          },
          {
            "identity" : "rim",
            "map" : "text (type=ED)"
          }
        ]
      }
    ]
  },
  "differential" : {
    "element" : [
      {
        "id" : "DiagnosticReport",
        "path" : "DiagnosticReport",
        "short" : "obf-lab-CBCWAutoDifferentialPanel",
        "definition" : "Complete blood count (CBC) with auto differential panel. Includes various measures of red blood cells, platelets, and various types of white blood cells and other related measures, such as hemoglobin. The components of this panel are not entirely standardized, so the definition of the CBC includes tests that are optional, or performed by certain laboratories but not others. Instances typically will include a subset of the listed panel members.",
        "mustSupport" : false,
        "isModifier" : false,
        "isSummary" : false
      },
      {
        "id" : "DiagnosticReport.basedOn",
        "path" : "DiagnosticReport.basedOn",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.category",
        "path" : "DiagnosticReport.category",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "DiagnosticReport.code",
        "path" : "DiagnosticReport.code"
      },
      {
        "id" : "DiagnosticReport.code.coding",
        "path" : "DiagnosticReport.code.coding",
        "slicing" : {
          "id" : "1",
          "discriminator" : [
            {
              "type" : "value",
              "path" : "code"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "min" : 1,
        "max" : "*"
      },
      {
        "id" : "DiagnosticReport.code.coding:Fixed_57021-8",
        "path" : "DiagnosticReport.code.coding",
        "sliceName" : "Fixed_57021-8",
        "short" : "CBC W Auto Differential panel - Blood",
        "definition" : "CBC W Auto Differential panel - Blood",
        "min" : 1,
        "max" : "1",
        "base" : {
          "path" : "CodeableConcept.coding",
          "min" : 0,
          "max" : "*"
        },
        "type" : [
          {
            "code" : "Coding"
          }
        ],
        "isSummary" : true
      },
      {
        "id" : "DiagnosticReport.code.coding:Fixed_57021-8.system",
        "path" : "DiagnosticReport.code.coding.system",
        "fixedUri" : "http://loinc.org"
      },
      {
        "id" : "DiagnosticReport.code.coding:Fixed_57021-8.code",
        "path" : "DiagnosticReport.code.coding.code",
        "fixedCode" : "57021-8"
      },
      {
        "id" : "DiagnosticReport.subject",
        "path" : "DiagnosticReport.subject",
        "short" : "The subject of an observation",
        "definition" : "The subject of an observation.",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-Patient"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.encounter",
        "path" : "DiagnosticReport.encounter",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.performer",
        "path" : "DiagnosticReport.performer",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner",
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.resultsInterpreter",
        "path" : "DiagnosticReport.resultsInterpreter",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner",
              "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result",
        "path" : "DiagnosticReport.result",
        "slicing" : {
          "id" : "2",
          "discriminator" : [
            {
              "type" : "value",
              "path" : "$this.resolve().code.coding.code"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        },
        "short" : "A coded finding based on a specimen, usually collected from a patient (but possibly from a location)",
        "definition" : "A coded finding based on a specimen, usually collected from a patient (but possibly from a location).",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-LaboratoryObservation"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-LeukocytesNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-LeukocytesNCncPtBldQnAutoCntLabObs",
        "short" : "LeukocytesNCncPtBldQnAutoCntLabObs: Leukocytes [#/​volume] in Blood by Automated count",
        "definition" : "Leukocytes [#/​volume] in Blood by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-LeukocytesNCncPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocytesNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocytesNCncPtBldQnAutoCntLabObs",
        "short" : "ErythrocytesNCncPtBldQnAutoCntLabObs: Erythrocytes [#/​volume] in Blood by Automated count",
        "definition" : "Erythrocytes [#/​volume] in Blood by Automated count.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocytesNCncPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-HemoglobinMCncPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-HemoglobinMCncPtBldQnLabObs",
        "short" : "HemoglobinMCncPtBldQnLabObs: Hemoglobin [Mass/​volume] in Blood",
        "definition" : "Hemoglobin [Mass/​volume] in Blood",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-HemoglobinMCncPtBldQnLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-HematocritVFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-HematocritVFrPtBldQnAutoCntLabObs",
        "short" : "HematocritVFrPtBldQnAutoCntLabObs: Hematocrit [Volume Fraction] of Blood by Automated count",
        "definition" : "Hematocrit [Volume Fraction] of Blood by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-HematocritVFrPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-MeanCorpuscularVolumeEntVolPtRBCQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-MeanCorpuscularVolumeEntVolPtRBCQnAutoCntLabObs",
        "short" : "MeanCorpuscularVolumeEntVolPtRBCQnAutoCntLabObs: MCV [Entitic volume] by Automated count",
        "definition" : "MCV [Entitic volume] by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-MeanCorpuscularVolumeEntVolPtRBCQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocyteMCHEntMassPtRBCQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocyteMCHEntMassPtRBCQnAutoCntLabObs",
        "short" : "ErythrocyteMCHEntMassPtRBCQnAutoCntLabObs: MCH [Entitic mass] by Automated count",
        "definition" : "MCH [Entitic mass] by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocyteMCHEntMassPtRBCQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocyteMCHCMCncPtRBCQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocyteMCHCMCncPtRBCQnAutoCntLabObs",
        "short" : "ErythrocyteMCHCMCncPtRBCQnAutoCntLabObs: MCHC [Mass/​volume] by Automated count",
        "definition" : "MCHC [Mass/​volume] by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocyteMCHCMCncPtRBCQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-PlateletsNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-PlateletsNCncPtBldQnAutoCntLabObs",
        "short" : "PlateletsNCncPtBldQnAutoCntLabObs: Platelets [#/​volume] in Blood by Automated count",
        "definition" : "Platelets [#/​volume] in Blood by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-PlateletsNCncPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Neutrophils100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Neutrophils100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "Neutrophils100WBCNFrPtBldQnAutoCntLabObs: Neutrophils/​100 leukocytes in Blood by Automated count",
        "definition" : "Neutrophils/​100 leukocytes in Blood by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Neutrophils100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-NeutrophilsNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-NeutrophilsNCncPtBldQnAutoCntLabObs",
        "short" : "NeutrophilsNCncPtBldQnAutoCntLabObs: Neutrophils [#/​volume] in Blood by Automated count",
        "definition" : "Neutrophils [#/​volume] in Blood by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-NeutrophilsNCncPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocyteDistributionWidthRatioPtRBCQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocyteDistributionWidthRatioPtRBCQnAutoCntLabObs",
        "short" : "ErythrocyteDistributionWidthRatioPtRBCQnAutoCntLabObs: Erythrocyte distribution width [Ratio] by Automated count",
        "definition" : "Erythrocyte distribution width [Ratio] by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocyteDistributionWidthRatioPtRBCQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Lymphocytes100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Lymphocytes100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "Lymphocytes100WBCNFrPtBldQnAutoCntLabObs: Lymphocytes/​100 leukocytes in Blood by Automated count",
        "definition" : "Lymphocytes/​100 leukocytes in Blood by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Lymphocytes100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Monocytes100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Monocytes100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "Monocytes100WBCNFrPtBldQnAutoCntLabObs: Monocytes/​100 leukocytes in Blood by Automated count",
        "definition" : "Monocytes/​100 leukocytes in Blood by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Monocytes100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Eosinophils100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Eosinophils100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "Eosinophils100WBCNFrPtBldQnAutoCntLabObs: Eosinophils/​100 leukocytes in Blood by Automated count",
        "definition" : "Eosinophils/​100 leukocytes in Blood by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Eosinophils100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Basophils100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Basophils100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "Basophils100WBCNFrPtBldQnAutoCntLabObs: Basophils/​100 leukocytes in Blood by Automated count",
        "definition" : "Basophils/​100 leukocytes in Blood by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Basophils100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-LymphocytesNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-LymphocytesNCncPtBldQnAutoCntLabObs",
        "short" : "LymphocytesNCncPtBldQnAutoCntLabObs: Lymphocytes [#/​volume] in Blood by Automated count",
        "definition" : "Lymphocytes [#/​volume] in Blood by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-LymphocytesNCncPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-MonocytesNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-MonocytesNCncPtBldQnAutoCntLabObs",
        "short" : "MonocytesNCncPtBldQnAutoCntLabObs: Monocytes [#/​volume] in Blood by Automated count",
        "definition" : "Monocytes [#/​volume] in Blood by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-MonocytesNCncPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-EosinophilsNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-EosinophilsNCncPtBldQnAutoCntLabObs",
        "short" : "EosinophilsNCncPtBldQnAutoCntLabObs: Eosinophils [#/​volume] in Blood by Automated count",
        "definition" : "Eosinophils [#/​volume] in Blood by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-EosinophilsNCncPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-BasophilsNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-BasophilsNCncPtBldQnAutoCntLabObs",
        "short" : "BasophilsNCncPtBldQnAutoCntLabObs: Basophils [#/​volume] in Blood by Automated count",
        "definition" : "Basophils [#/​volume] in Blood by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-BasophilsNCncPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-NeutrophilsBandForm100WBCNFrPtBldQnManCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-NeutrophilsBandForm100WBCNFrPtBldQnManCntLabObs",
        "short" : "NeutrophilsBandForm100WBCNFrPtBldQnManCntLabObs: Band form neutrophils/100 leukocytes in Blood by Manual count",
        "definition" : "Band form neutrophils/100 leukocytes in Blood by Manual count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-NeutrophilsBandForm100WBCNFrPtBldQnManCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Metamyelocytes100WBCNFrPtBldQnManCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Metamyelocytes100WBCNFrPtBldQnManCntLabObs",
        "short" : "Metamyelocytes100WBCNFrPtBldQnManCntLabObs: Metamyelocytes/100 leukocytes in Blood by Manual count",
        "definition" : "Metamyelocytes/100 leukocytes in Blood by Manual count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Metamyelocytes100WBCNFrPtBldQnManCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Myelocytes100WBCNFrPtBldQnManCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Myelocytes100WBCNFrPtBldQnManCntLabObs",
        "short" : "Myelocytes100WBCNFrPtBldQnManCntLabObs: Myelocytes/100 leukocytes in Blood by Manual count",
        "definition" : "Myelocytes/100 leukocytes in Blood by Manual count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Myelocytes100WBCNFrPtBldQnManCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Promyelocytes100WBCNFrPtBldQnManCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Promyelocytes100WBCNFrPtBldQnManCntLabObs",
        "short" : "Promyelocytes100WBCNFrPtBldQnManCntLabObs: Promyelocytes/100 leukocytes in Blood by Manual count",
        "definition" : "Promyelocytes/100 leukocytes in Blood by Manual count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Promyelocytes100WBCNFrPtBldQnManCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-PromyelocytesNCncPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-PromyelocytesNCncPtBldQnLabObs",
        "short" : "PromyelocytesNCncPtBldQnLabObs: Promyelocytes [#/volume] in Blood",
        "definition" : "Promyelocytes [#/volume] in Blood",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-PromyelocytesNCncPtBldQnLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-LymphocytesVariant100WBCNFrPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-LymphocytesVariant100WBCNFrPtBldQnLabObs",
        "short" : "LymphocytesVariant100WBCNFrPtBldQnLabObs: Variant lymphocytes/100 leukocytes in Blood",
        "definition" : "Variant lymphocytes/100 leukocytes in Blood",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-LymphocytesVariant100WBCNFrPtBldQnLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Blasts100WBCNFrPtBldQnManCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Blasts100WBCNFrPtBldQnManCntLabObs",
        "short" : "Blasts100WBCNFrPtBldQnManCntLabObs: Blasts/100 leukocytes in Blood by Manual count",
        "definition" : "Blasts/100 leukocytes in Blood by Manual count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Blasts100WBCNFrPtBldQnManCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-BlastsNCncPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-BlastsNCncPtBldQnLabObs",
        "short" : "BlastsNCncPtBldQnLabObs: Blasts [#/volume] in Blood. Units not required by LOINC but are strongly recommended.",
        "definition" : "Blasts [#/volume] in Blood. Units not required by LOINC but are strongly recommended.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-BlastsNCncPtBldQnLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocytesNucleated100WBCRatioPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocytesNucleated100WBCRatioPtBldQnLabObs",
        "short" : "ErythrocytesNucleated100WBCRatioPtBldQnLabObs: Nucleated erythrocytes/100 leukocytes [Ratio] in Blood.  Units are required.",
        "definition" : "Nucleated erythrocytes/100 leukocytes [Ratio] in Blood.  Units are required.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocytesNucleated100WBCRatioPtBldQnLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocytesNucleatedNCncPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocytesNucleatedNCncPtBldQnLabObs",
        "short" : "ErythrocytesNucleatedNCncPtBldQnLabObs: Nucleated erythrocytes [#/volume] in Blood. Units not required by LOINC but are strongly recommended.",
        "definition" : "Nucleated erythrocytes [#/volume] in Blood. Units not required by LOINC but are strongly recommended.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocytesNucleatedNCncPtBldQnLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-PlateletMeanVolumeEntVolPtBldQnReesEckerLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-PlateletMeanVolumeEntVolPtBldQnReesEckerLabObs",
        "short" : "PlateletMeanVolumeEntVolPtBldQnReesEckerLabObs: Platelet mean volume [Entitic volume] in Blood by Rees-Ecker",
        "definition" : "Platelet mean volume [Entitic volume] in Blood by Rees-Ecker.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-PlateletMeanVolumeEntVolPtBldQnReesEckerLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-MyelocytesNCncPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-MyelocytesNCncPtBldQnLabObs",
        "short" : "MyelocytesNCncPtBldQnLabObs: Myelocytes [#/volume] in Blood. Units not required by LOINC but are strongly recommended.",
        "definition" : "Myelocytes [#/volume] in Blood. Units not required by LOINC but are strongly recommended.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-MyelocytesNCncPtBldQnLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-MetamyelocytesNCncPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-MetamyelocytesNCncPtBldQnLabObs",
        "short" : "MetamyelocytesNCncPtBldQnLabObs: Metamyelocytes [#/volume] in Blood",
        "definition" : "Metamyelocytes [#/volume] in Blood",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-MetamyelocytesNCncPtBldQnLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-NeutrophilsBandFormNCncPtBldQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-NeutrophilsBandFormNCncPtBldQnLabObs",
        "short" : "NeutrophilsBandFormNCncPtBldQnLabObs: Band form neutrophils [#/volume] in Blood",
        "definition" : "Band form neutrophils [#/volume] in Blood",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-NeutrophilsBandFormNCncPtBldQnLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-GranulocytesImmature100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-GranulocytesImmature100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "GranulocytesImmature100WBCNFrPtBldQnAutoCntLabObs: Immature granulocytes/100 leukocytes in Blood by Automated count. LOINC does not specify that units are required.",
        "definition" : "Immature granulocytes/100 leukocytes in Blood by Automated count. LOINC does not specify that units are required.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-GranulocytesImmature100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-GranulocytesImmatureNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-GranulocytesImmatureNCncPtBldQnAutoCntLabObs",
        "short" : "GranulocytesImmatureNCncPtBldQnAutoCntLabObs: Immature granulocytes [#/volume] in Blood by Automated count. Units are not required",
        "definition" : "Immature granulocytes [#/volume] in Blood by Automated count. Units are not required",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-GranulocytesImmatureNCncPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocytesNucleated100WBCRatioPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocytesNucleated100WBCRatioPtBldQnAutoCntLabObs",
        "short" : "ErythrocytesNucleated100WBCRatioPtBldQnAutoCntLabObs: Nucleated erythrocytes/100 leukocytes [Ratio] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Nucleated erythrocytes/100 leukocytes [Ratio] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocytesNucleated100WBCRatioPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-MorphologyImpPtBldNarLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-MorphologyImpPtBldNarLabObs",
        "short" : "MorphologyImpPtBldNarLabObs: Morphology [Interpretation] in Blood Narrative",
        "definition" : "Morphology [Interpretation] in Blood Narrative.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-MorphologyImpPtBldNarLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-ErythrocyteDistributionWidthEntVolPtRBCQnLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-ErythrocyteDistributionWidthEntVolPtRBCQnLabObs",
        "short" : "ErythrocyteDistributionWidthEntVolPtRBCQnLabObs: Erythrocyte distribution width [Entitic volume] by Automated count",
        "definition" : "Erythrocyte distribution width [Entitic volume] by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-ErythrocyteDistributionWidthEntVolPtRBCQnLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-PlateletDistributionWidthEntVolPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-PlateletDistributionWidthEntVolPtBldQnAutoCntLabObs",
        "short" : "PlateletDistributionWidthEntVolPtBldQnAutoCntLabObs: Platelet distribution width [Entitic volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Platelet distribution width [Entitic volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-PlateletDistributionWidthEntVolPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-PlateletMeanVolumeEntVolPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-PlateletMeanVolumeEntVolPtBldQnAutoCntLabObs",
        "short" : "PlateletMeanVolumeEntVolPtBldQnAutoCntLabObs: Platelet mean volume [Entitic volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Platelet mean volume [Entitic volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-PlateletMeanVolumeEntVolPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-NeutrophilsBandForm100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-NeutrophilsBandForm100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "NeutrophilsBandForm100WBCNFrPtBldQnAutoCntLabObs: Band form neutrophils/​100 leukocytes in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Band form neutrophils/​100 leukocytes in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-NeutrophilsBandForm100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-Granulocytes100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-Granulocytes100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "Granulocytes100WBCNFrPtBldQnAutoCntLabObs: Granulocytes/​100 leukocytes in Blood by Automated count",
        "definition" : "Granulocytes/​100 leukocytes in Blood by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-Granulocytes100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-LymphocytesVariant100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-LymphocytesVariant100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "LymphocytesVariant100WBCNFrPtBldQnAutoCntLabObs: Variant lymphocytes/​100 leukocytes in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Variant lymphocytes/​100 leukocytes in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-LymphocytesVariant100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-OtherCells100WBCNFrPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-OtherCells100WBCNFrPtBldQnAutoCntLabObs",
        "short" : "OtherCells100WBCNFrPtBldQnAutoCntLabObs: Other cells/​100 leukocytes in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Other cells/​100 leukocytes in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-OtherCells100WBCNFrPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-NeutrophilsBandFormNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-NeutrophilsBandFormNCncPtBldQnAutoCntLabObs",
        "short" : "NeutrophilsBandFormNCncPtBldQnAutoCntLabObs: Band form neutrophils [#/​volume] in Blood by Automated count",
        "definition" : "Band form neutrophils [#/​volume] in Blood by Automated count",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-NeutrophilsBandFormNCncPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-LymphocytesVariantNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-LymphocytesVariantNCncPtBldQnAutoCntLabObs",
        "short" : "LymphocytesVariantNCncPtBldQnAutoCntLabObs: Variant lymphocytes [#/​volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Variant lymphocytes [#/​volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-LymphocytesVariantNCncPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-LeukocytesOtherNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-LeukocytesOtherNCncPtBldQnAutoCntLabObs",
        "short" : "LeukocytesOtherNCncPtBldQnAutoCntLabObs: Leukocytes other [#/​volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Leukocytes other [#/​volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-LeukocytesOtherNCncPtBldQnAutoCntLabObs"
            ]
          }
        ]
      },
      {
        "id" : "DiagnosticReport.result:obf-lab-OtherCellsNCncPtBldQnAutoCntLabObs",
        "path" : "DiagnosticReport.result",
        "sliceName" : "obf-lab-OtherCellsNCncPtBldQnAutoCntLabObs",
        "short" : "OtherCellsNCncPtBldQnAutoCntLabObs: Other cells [#/​volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "definition" : "Other cells [#/​volume] in Blood by Automated count. Units not required by LOINC but are strongly recommended.",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/us/mcode/StructureDefinition/obf-lab-OtherCellsNCncPtBldQnAutoCntLabObs"
            ]
          }
        ]
      }
    ]
  }
}